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

ifesdjeen 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 3dcde08  Ninja: Remove CI-intended in-JVM dtest code
3dcde08 is described below

commit 3dcde0821a40eb2bc633082916d8f3ff861efdb5
Author: Alex Petrov <oleksandr.pet...@gmail.com>
AuthorDate: Wed Jan 9 21:56:19 2019 +0100

    Ninja: Remove CI-intended in-JVM dtest code
---
 .../cassandra/distributed/DistributedReadWritePathTest.java   | 11 +----------
 1 file changed, 1 insertion(+), 10 deletions(-)

diff --git 
a/test/distributed/org/apache/cassandra/distributed/DistributedReadWritePathTest.java
 
b/test/distributed/org/apache/cassandra/distributed/DistributedReadWritePathTest.java
index 04ea8b0..d03ef4f 100644
--- 
a/test/distributed/org/apache/cassandra/distributed/DistributedReadWritePathTest.java
+++ 
b/test/distributed/org/apache/cassandra/distributed/DistributedReadWritePathTest.java
@@ -28,16 +28,7 @@ import static 
org.apache.cassandra.net.MessagingService.Verb.READ_REPAIR;
 public class DistributedReadWritePathTest extends DistributedTestBase
 {
     @Test
-    public void coordinatorReadTest() throws Throwable
-    {
-        for (int i = 0; i < 10; i++)
-        {
-            System.out.println(i);
-            coordinatorRead();
-        }
-    }
-
-    private void coordinatorRead() throws Throwable
+    public void coordinatorRead() throws Throwable
     {
         try (TestCluster cluster = createCluster(3))
         {


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

Reply via email to