From 5c0206f48dc7f90009629d0a74bdc1dd6b4f67ea Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Fri, 1 May 2026 17:13:29 +0100 Subject: Rename jobIngestParkedLines to jobReadParkedLines Actual ingest is performed by the main process, jobReadParkedLines just reads the park file and adds it to the queue. --- test/test-ingest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/test-ingest.cpp b/test/test-ingest.cpp index 3b53529..6ed50ab 100644 --- a/test/test-ingest.cpp +++ b/test/test-ingest.cpp @@ -320,7 +320,7 @@ BOOST_AUTO_TEST_CASE(IngestParked, *boost::unit_test::depends_on("I/ParkLogLine" BOOST_REQUIRE(parkQueuedLogLines()); BOOST_CHECK(!std::filesystem::is_empty(settings.fallbackDir)); BOOST_REQUIRE(queuedLines.empty()); - const auto result = jobIngestParkedLines(); + const auto result = jobReadParkedLines(); BOOST_REQUIRE(result); BOOST_CHECK_EQUAL(result(), 2); BOOST_CHECK_EQUAL(queuedLines.size(), 2); -- cgit v1.3