This is an automated email from the ASF dual-hosted git repository.
nicoloboschi 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 302854e7abf [fix][ci] Fix SimpleProducerConsumerTest failures when
skipped (#18068)
302854e7abf is described below
commit 302854e7abfbf056eda8df59822d58feadfd833a
Author: Nicolò Boschi <[email protected]>
AuthorDate: Tue Oct 18 07:31:38 2022 +0200
[fix][ci] Fix SimpleProducerConsumerTest failures when skipped (#18068)
---
.../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 10917a39efd..a7716150bbd 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
@@ -126,7 +126,7 @@ public class SimpleProducerConsumerTest extends
ProducerConsumerBase {
private static final int RECEIVE_TIMEOUT_SHORT_MILLIS = 200 *
TIMEOUT_MULTIPLIER;
private static final int RECEIVE_TIMEOUT_MEDIUM_MILLIS = 1000 *
TIMEOUT_MULTIPLIER;
- @BeforeClass
+ @BeforeClass(alwaysRun = true)
@Override
protected void setup() throws Exception {
super.internalSetup();