You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@activemq.apache.org by GitBox <gi...@apache.org> on 2020/05/10 14:23:37 UTC

[GitHub] [activemq-artemis] brusdev commented on a change in pull request #3125: ARTEMIS-2755 Add SoakPagingTest timeouts

brusdev commented on a change in pull request #3125:
URL: https://github.com/apache/activemq-artemis/pull/3125#discussion_r422652203



##########
File path: tests/smoke-tests/src/test/java/org/apache/activemq/artemis/tests/smoke/replicationflow/SoakPagingTest.java
##########
@@ -157,10 +158,14 @@ public void run() {
          }
 
          System.out.println("Awaiting producers...");
-         producersLatch.await();
+         if (!producersLatch.await(30000, TimeUnit.MILLISECONDS)) {
+            System.out.println("Awaiting producers timeout");

Review comment:
       @clebertsuconic I see your point. I could return 0 if the Producers never finishing here. WDYT?




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org