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

[pulsar] branch master updated: [fix][test] Disable ReuseFork for broker group 1 (#16461)

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

mmerli 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 5bad9b37c18 [fix][test] Disable ReuseFork for broker group 1 (#16461)
5bad9b37c18 is described below

commit 5bad9b37c183033e597c9cbbe300c20bad429342
Author: lipenghui <pe...@apache.org>
AuthorDate: Sat Jul 9 08:32:19 2022 +0800

    [fix][test] Disable ReuseFork for broker group 1 (#16461)
---
 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 49d5224f9db..c18172160ea 100755
--- a/build/run_unit_group.sh
+++ b/build/run_unit_group.sh
@@ -64,7 +64,7 @@ alias echo='{ [[ $- =~ .*x.* ]] && trace_enabled=1 || trace_enabled=0; set +x; }
 
 # Test Groups  -- start --
 function test_group_broker_group_1() {
-  mvn_test -pl pulsar-broker -Dgroups='broker'
+  mvn_test -pl pulsar-broker -Dgroups='broker' -DtestReuseFork=false
 }
 
 function test_group_broker_group_2() {