Skip to content

Commit 626d9e6

Browse files
committed
Remove use of --no-wait when invoking CCM
This was used for legacy reasons and is no longer needed
1 parent 6aa539d commit 626d9e6

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

driver-core/src/test/java/com/datastax/driver/core/CCMBridge.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -473,9 +473,8 @@ private String getStartWaitArguments() {
473473
// interface slightly before it joins the cluster.
474474
if (this.cassandraVersion.getMajor() == 1) {
475475
return " --wait-other-notice";
476-
} else {
477-
return " --no-wait";
478476
}
477+
return "";
479478
}
480479

481480
@Override

0 commit comments

Comments
 (0)