This is an automated email from the ASF dual-hosted git repository.
bogong pushed a commit to branch branch-2.9
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/branch-2.9 by this push:
new 5b4d885b052 [fix][flaky-test] Fix PulsarFunctionTlsTest.tearDown
(#16765)
5b4d885b052 is described below
commit 5b4d885b052e726f45e09fded8fc50cf652a4963
Author: Zixuan Liu <[email protected]>
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 a68b7312f79..2bed771dd71 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
@@ -77,7 +77,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