We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 581656e commit 1af6607Copy full SHA for 1af6607
test/integration/processes_lifecycle_test.rb
@@ -79,6 +79,7 @@ class ProcessesLifecycleTest < ActiveSupport::TestCase
79
# Workers were shutdown without a chance to terminate orderly, but
80
# since they're linked to the supervisor, the supervisor deregistering
81
# also deregistered them and released claimed jobs
82
+ assert_job_status(pause, :ready)
83
assert_clean_termination
84
end
85
0 commit comments