summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDan Goodliffe <dan.goodliffe@octal.co.uk>2026-05-01 17:13:29 +0100
committerDan Goodliffe <dan.goodliffe@octal.co.uk>2026-05-01 17:13:29 +0100
commit5c0206f48dc7f90009629d0a74bdc1dd6b4f67ea (patch)
tree4063eec8c51c26151129da558b214ac213d2f7c0 /test
parent0e768a00fab74818533458b5b40c84556b2137e0 (diff)
downloadwebstat-5c0206f48dc7f90009629d0a74bdc1dd6b4f67ea.tar.bz2
webstat-5c0206f48dc7f90009629d0a74bdc1dd6b4f67ea.tar.xz
webstat-5c0206f48dc7f90009629d0a74bdc1dd6b4f67ea.zip
Rename jobIngestParkedLines to jobReadParkedLines
Actual ingest is performed by the main process, jobReadParkedLines just reads the park file and adds it to the queue.
Diffstat (limited to 'test')
-rw-r--r--test/test-ingest.cpp2
1 files changed, 1 insertions, 1 deletions
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);