From 5edf916ee0261761efae59782a15e1b453e988e7 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 14 Oct 2019 15:59:26 +0200 Subject: [PATCH] Add a comment. --- src/lib/check_content_change_job.cc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/lib/check_content_change_job.cc b/src/lib/check_content_change_job.cc index 2bc562f57..e1226e79c 100644 --- a/src/lib/check_content_change_job.cc +++ b/src/lib/check_content_change_job.cc @@ -103,6 +103,11 @@ CheckContentChangeJob::run () JobManager::instance()->add (_following); } + /* Only set this job as finished once we have added the following job, otherwise I think + it's possible that the tests will sporadically fail if they check for all jobs being + complete in the gap between this one finishing and _following being added. + */ + set_progress (1); set_state (FINISHED_OK); } -- 2.30.2