From 6dd62814b274dbc13dac36ae134902b9da0758d4 Mon Sep 17 00:00:00 2001 From: Tom Clegg Date: Mon, 24 Jun 2024 14:41:41 -0400 Subject: [PATCH] 21703: Fix unlogged exception. Arvados-DCO-1.1-Signed-off-by: Tom Clegg --- services/api/test/functional/sys_controller_test.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/services/api/test/functional/sys_controller_test.rb b/services/api/test/functional/sys_controller_test.rb index 7f9c67afdc..88603cbc2d 100644 --- a/services/api/test/functional/sys_controller_test.rb +++ b/services/api/test/functional/sys_controller_test.rb @@ -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 -- 2.39.5