Skip to content

Commit 1af6607

Browse files
committed
Add assertion to be extra-clear about jobs being released
In processes' lifecycle test.
1 parent 581656e commit 1af6607

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/integration/processes_lifecycle_test.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ class ProcessesLifecycleTest < ActiveSupport::TestCase
7979
# Workers were shutdown without a chance to terminate orderly, but
8080
# since they're linked to the supervisor, the supervisor deregistering
8181
# also deregistered them and released claimed jobs
82+
assert_job_status(pause, :ready)
8283
assert_clean_termination
8384
end
8485

0 commit comments

Comments
 (0)