You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by pe...@apache.org on 2022/12/26 13:42:51 UTC

[pulsar] branch master updated: [improve][test] Move the SimpleProducerConsumerTest out of the flaky test group (#19060)

This is an automated email from the ASF dual-hosted git repository.

penghui pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new 9f9f73ceaf4 [improve][test] Move the SimpleProducerConsumerTest out of the flaky test group (#19060)
9f9f73ceaf4 is described below

commit 9f9f73ceaf4e86e75835b09b22d5d84e0297f233
Author: Penghui Li <pe...@apache.org>
AuthorDate: Mon Dec 26 21:42:44 2022 +0800

    [improve][test] Move the SimpleProducerConsumerTest out of the flaky test group (#19060)
---
 .../java/org/apache/pulsar/client/api/SimpleProducerConsumerTest.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pulsar-broker/src/test/java/org/apache/pulsar/client/api/SimpleProducerConsumerTest.java b/pulsar-broker/src/test/java/org/apache/pulsar/client/api/SimpleProducerConsumerTest.java
index 8b033d0231f..080e8f3852e 100644
--- a/pulsar-broker/src/test/java/org/apache/pulsar/client/api/SimpleProducerConsumerTest.java
+++ b/pulsar-broker/src/test/java/org/apache/pulsar/client/api/SimpleProducerConsumerTest.java
@@ -118,7 +118,7 @@ import org.testng.annotations.BeforeClass;
 import org.testng.annotations.DataProvider;
 import org.testng.annotations.Test;
 
-@Test(groups = "flaky")
+@Test(groups = "broker-api")
 public class SimpleProducerConsumerTest extends ProducerConsumerBase {
     private static final Logger log = LoggerFactory.getLogger(SimpleProducerConsumerTest.class);
     private static final int TIMEOUT_MULTIPLIER = Integer.getInteger("SimpleProducerConsumerTest.receive.timeout.multiplier", 1);