You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by sa...@apache.org on 2020/02/04 18:39:24 UTC

[cassandra] branch trunk updated: ninja correct RF for test keyspace in DistributedTestBase

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

samt pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra.git


The following commit(s) were added to refs/heads/trunk by this push:
     new cb4314e  ninja correct RF for test keyspace in DistributedTestBase
cb4314e is described below

commit cb4314ee96922f870f5b30d6594a42d2007a5bb2
Author: Sam Tunnicliffe <sa...@beobal.com>
AuthorDate: Tue Feb 4 18:15:05 2020 +0000

    ninja correct RF for test keyspace in DistributedTestBase
    
    Follow up fo CASSANDRA-14740
---
 .../org/apache/cassandra/distributed/test/DistributedTestBase.java      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/distributed/org/apache/cassandra/distributed/test/DistributedTestBase.java b/test/distributed/org/apache/cassandra/distributed/test/DistributedTestBase.java
index 65224ea..9f46b34 100644
--- a/test/distributed/org/apache/cassandra/distributed/test/DistributedTestBase.java
+++ b/test/distributed/org/apache/cassandra/distributed/test/DistributedTestBase.java
@@ -78,7 +78,7 @@ public class DistributedTestBase
 
     protected static <C extends AbstractCluster<?>> C init(C cluster)
     {
-        return init(cluster, Math.min(3, cluster.size()));
+        return init(cluster, cluster.size());
     }
 
     protected static <C extends AbstractCluster<?>> C init(C cluster, int replicationFactor)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org