21703: Fix unlogged exception.
authorTom Clegg <tom@curii.com>
Mon, 24 Jun 2024 18:41:41 +0000 (14:41 -0400)
committerTom Clegg <tom@curii.com>
Mon, 24 Jun 2024 18:41:41 +0000 (14:41 -0400)
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@curii.com>

services/api/test/functional/sys_controller_test.rb

index 7f9c67afdcd5a48b996e9d8ce1cacddf4d8e66d5..88603cbc2d49f00968f52fcbdfd13ba1cf4f21fe 100644 (file)
@@ -159,7 +159,9 @@ class SysControllerTest < ActionController::TestCase
         # uuid_active row shouldn't get deleted.
         sleep 10
       rescue
+        # Unblock main thread
         ready << false
+        raise
       end
     end
     assert_equal true, ready.pop