File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -458,8 +458,12 @@ def test_complete_success(self):
458
458
alljobs = set (self ._get_all_job_ids ())
459
459
460
460
job .complete (True , artifacts_data = artifacts_data )
461
- # The validator job spawn blocks this job in running state until
462
- # the validator job is completed
461
+ # When completing the previous job, it creates a new job that needs
462
+ # to validate the BIOM table that is being added as new artifact.
463
+ # Hence, this job is still in running state until the validation job
464
+ # is completed. Note that this is tested by making sure that the status
465
+ # of this job is running, and that we have one more job than before
466
+ # (see assertEqual with len of all jobs)
463
467
self .assertEqual (job .status , 'running' )
464
468
465
469
obsjobs = set (self ._get_all_job_ids ())
You can’t perform that action at this time.
0 commit comments