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/08/08 09:04:10 UTC

[pulsar] 06/33: [fix][flaky-test] Fix PulsarFunctionTlsTest.tearDown (#16765)

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

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

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

    [fix][flaky-test] Fix PulsarFunctionTlsTest.tearDown (#16765)
    
    (cherry picked from commit 2211c4c5625fa8d302a34836212705fe9250323c)
---
 .../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 844596743d0..f4a27506c2e 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