Skip to content

Commit 4674d36

Browse files
committed
default mode to standalone
It was accidently set to proactive
1 parent 42b0203 commit 4674d36

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

runner-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ runner:
1111
#timeout: 1000s
1212

1313
test:
14-
mode: proactive_upgrade # standalone, cluster or proactive_upgrade
14+
mode: standalone # standalone, cluster or proactive_upgrade
1515
clients: 1 # Number of client instances
1616
connectionsPerClient: 1 # Number of connections per client
1717
threadsPerConnection: 1 # Number of threads sharing same connection

src/main/resources/runner-config-defaults.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ runner:
1111
#timeout: 1000s
1212

1313
test:
14-
mode: standalone # or cluster
14+
mode: standalone # standalone, cluster or proactive_upgrade
1515
clients: 1 # Number of client instances
1616
connectionsPerClient: 1 # Number of connections per client
1717
threadsPerConnection: 1 # Number of threads sharing same connection

0 commit comments

Comments
 (0)