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 4bfc786ff1f [fix][ci] Disable `testReuseFork` when runs
pulsar-metadata (#21733)
4bfc786ff1f is described below
commit 4bfc786ff1fc5a10e71844f11a101baeee93e40b
Author: Jiwei Guo <[email protected]>
AuthorDate: Mon Dec 18 10:50:30 2023 +0800
[fix][ci] Disable `testReuseFork` when runs pulsar-metadata (#21733)
---
build/run_unit_group.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build/run_unit_group.sh b/build/run_unit_group.sh
index 1331da26ced..dedaf148d64 100755
--- a/build/run_unit_group.sh
+++ b/build/run_unit_group.sh
@@ -104,7 +104,7 @@ function test_group_client() {
}
function test_group_metadata() {
- mvn_test -pl pulsar-metadata
+ mvn_test -pl pulsar-metadata -DtestReuseFork=false
}
# prints summaries of failed tests to console