Skip to content

Commit

Permalink
Add assertion to be extra-clear about jobs being released
Browse files Browse the repository at this point in the history
In processes' lifecycle test.
  • Loading branch information
rosa committed Sep 11, 2024
1 parent 581656e commit 1af6607
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/integration/processes_lifecycle_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ class ProcessesLifecycleTest < ActiveSupport::TestCase
# Workers were shutdown without a chance to terminate orderly, but
# since they're linked to the supervisor, the supervisor deregistering
# also deregistered them and released claimed jobs
assert_job_status(pause, :ready)
assert_clean_termination
end

Expand Down

0 comments on commit 1af6607

Please sign in to comment.