Skip to content

Commit

Permalink
Add Proffast 2.4 support (8)
Browse files Browse the repository at this point in the history
debug container tests
  • Loading branch information
dostuffthatmatters committed Apr 13, 2024
1 parent e4938da commit 160c7d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/retrieval/test_container.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ def test_container_lifecycle_complete(
for p in newly_finished_processes:
print(f"Joining process {p.name}")
p.join()
assert p.exitcode == 0, f"Process {p.name} failed"
active_processes.remove(p)
container_factory.remove_container(p.name.split(":")[0])
finished_processes.append(p)
Expand Down

0 comments on commit 160c7d7

Please sign in to comment.