You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by ma...@apache.org on 2022/06/11 09:03:28 UTC

[pulsar] branch branch-2.9 updated: [branch-2.9] Disable testReuseFork for broker_group_2 (#16010)

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

mattisonchao 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 134337fcd38 [branch-2.9] Disable testReuseFork for broker_group_2 (#16010)
134337fcd38 is described below

commit 134337fcd38fb6e71e2ffe7ef94475fab34ae8dc
Author: lipenghui <pe...@apache.org>
AuthorDate: Sat Jun 11 17:03:17 2022 +0800

    [branch-2.9] Disable testReuseFork for broker_group_2 (#16010)
---
 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 77082cf3568..2d99e84eff3 100755
--- a/build/run_unit_group.sh
+++ b/build/run_unit_group.sh
@@ -42,7 +42,7 @@ function broker_group_1() {
 }
 
 function broker_group_2() {
-  $MVN_TEST_COMMAND -pl pulsar-broker -Dgroups='schema,utils,functions-worker,broker-io,broker-discovery,broker-compaction,broker-naming,websocket,other'
+  $MVN_TEST_COMMAND -pl pulsar-broker -Dgroups='schema,utils,functions-worker,broker-io,broker-discovery,broker-compaction,broker-naming,websocket,other' -DtestReuseFork=false
 }
 
 function broker_client_api() {