mirror of https://github.com/apache/cassandra
Ninja: Fix test merge after fixing CASSANDRA-19534
This commit is contained in:
parent
aa7afeabce
commit
ff3e5ab76d
|
|
@ -356,6 +356,7 @@ public class ReadRepairTest extends TestBaseImpl
|
|||
String key = "test1";
|
||||
try (Cluster cluster = init(Cluster.build()
|
||||
.withConfig(config -> config.with(Feature.GOSSIP, Feature.NETWORK)
|
||||
.set("native_transport_timeout", String.format("%dms", Integer.MAX_VALUE))
|
||||
.set("read_request_timeout", String.format("%dms", Integer.MAX_VALUE)))
|
||||
.withTokenSupplier(TokenSupplier.evenlyDistributedTokens(4))
|
||||
.withNodeIdTopology(NetworkTopology.singleDcNetworkTopology(4, "dc0", "rack0"))
|
||||
|
|
|
|||
Loading…
Reference in New Issue