From 6d2b17d23a6df5e47896ab709efa33fbeee34e01 Mon Sep 17 00:00:00 2001 From: Clebert Suconic Date: Thu, 26 Mar 2020 14:38:57 -0400 Subject: [PATCH] NO-JIRA Improving SoakPagingTest --- .../artemis/tests/smoke/replicationflow/SoakPagingTest.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/smoke-tests/src/test/java/org/apache/activemq/artemis/tests/smoke/replicationflow/SoakPagingTest.java b/tests/smoke-tests/src/test/java/org/apache/activemq/artemis/tests/smoke/replicationflow/SoakPagingTest.java index d89fd4a983..a4af52d08a 100644 --- a/tests/smoke-tests/src/test/java/org/apache/activemq/artemis/tests/smoke/replicationflow/SoakPagingTest.java +++ b/tests/smoke-tests/src/test/java/org/apache/activemq/artemis/tests/smoke/replicationflow/SoakPagingTest.java @@ -90,8 +90,9 @@ public class SoakPagingTest extends SmokeTestBase { Thread.sleep(15000); System.exit(consumed.get()); - } catch (Exception e) { + } catch (Throwable e) { e.printStackTrace(); + System.exit(-1); } }