Skip to content

Commit

Permalink
Wait until pickle in ketchup_cancel
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterKraus committed Apr 13, 2024
1 parent 78ad6cb commit fc9bfbf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_02_ketchup.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ def test_ketchup_cancel(pl, datadir, start_tomato_daemon, stop_tomato_daemon):
tomato.pipeline_ready(**kwargs, pipeline="pip-counter")
assert wait_until_ketchup_status(jobid=1, status="r", port=PORT, timeout=5000)

assert wait_until_pickle(jobid=1, timeout=2000)
status = tomato.status(**kwargs, with_data=True)
ret = ketchup.cancel(**kwargs, status=status, verbosity=0, jobids=[1])
print(f"{ret=}")
Expand Down

0 comments on commit fc9bfbf

Please sign in to comment.