You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by te...@apache.org on 2022/07/26 02:00:31 UTC

[pulsar] branch master updated: [fix][flaky-test] Fix PulsarFunctionTlsTest.tearDown (#16765)

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

technoboy 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 2211c4c5625 [fix][flaky-test] Fix PulsarFunctionTlsTest.tearDown (#16765)
2211c4c5625 is described below

commit 2211c4c5625fa8d302a34836212705fe9250323c
Author: Zixuan Liu <no...@gmail.com>
AuthorDate: Tue Jul 26 10:00:25 2022 +0800

    [fix][flaky-test] Fix PulsarFunctionTlsTest.tearDown (#16765)
---
 .../java/org/apache/pulsar/functions/worker/PulsarFunctionTlsTest.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pulsar-broker/src/test/java/org/apache/pulsar/functions/worker/PulsarFunctionTlsTest.java b/pulsar-broker/src/test/java/org/apache/pulsar/functions/worker/PulsarFunctionTlsTest.java
index 4b7d5a6cb07..a58a6494d2b 100644
--- a/pulsar-broker/src/test/java/org/apache/pulsar/functions/worker/PulsarFunctionTlsTest.java
+++ b/pulsar-broker/src/test/java/org/apache/pulsar/functions/worker/PulsarFunctionTlsTest.java
@@ -76,7 +76,7 @@ public class PulsarFunctionTlsTest {
     protected String testNamespace = testTenant + "/my-ns";
     private PulsarFunctionTestTemporaryDirectory[] tempDirectories = new PulsarFunctionTestTemporaryDirectory[BROKER_COUNT];
 
-    @BeforeMethod
+    @BeforeMethod(alwaysRun = true)
     void setup() throws Exception {
         log.info("---- Initializing TopicOwnerTest -----");
         // Start local bookkeeper ensemble