Skip to content

Commit

Permalink
Run AdminApiTransactionMultiBrokerTest in isolation since it requires…
Browse files Browse the repository at this point in the history
… a lot of memory
  • Loading branch information
lhotari committed May 7, 2024
1 parent 93241d2 commit deec550
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions build/run_unit_group.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ function test_group_broker_group_2() {

function test_group_broker_group_3() {
mvn_test -pl pulsar-broker -Dgroups='broker-admin'
mvn_test -pl pulsar-broker -Dgroups='broker-admin-isolated' -DtestForkCount=1 -DtestReuseFork=false
}

function test_group_broker_group_4() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
import org.testng.annotations.Test;

@Slf4j
@Test(groups = "broker-admin")
@Test(groups = "broker-admin-isolated")
public class AdminApiTransactionMultiBrokerTest extends TransactionTestBase {

private static final int NUM_BROKERS = 16;
Expand Down

0 comments on commit deec550

Please sign in to comment.