From 1af6607dc853af6f8965d3f23dd904c098bc0dda Mon Sep 17 00:00:00 2001 From: Rosa Gutierrez Date: Wed, 11 Sep 2024 19:33:30 +0200 Subject: [PATCH] Add assertion to be extra-clear about jobs being released In processes' lifecycle test. --- test/integration/processes_lifecycle_test.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/test/integration/processes_lifecycle_test.rb b/test/integration/processes_lifecycle_test.rb index 38204caf..5d5c2072 100644 --- a/test/integration/processes_lifecycle_test.rb +++ b/test/integration/processes_lifecycle_test.rb @@ -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