belliottsmith commented on a change in pull request #1:
URL: https://github.com/apache/cassandra-accord/pull/1#discussion_r798783771



##########
File path: accord-core/src/test/java/accord/burn/BurnTest.java
##########
@@ -103,40 +108,27 @@ static void burn(TopologyFactory topologyFactory, 
List<Id> clients, List<Id> nod
     }
 
     static void burn(long seed, TopologyFactory topologyFactory, List<Id> 
clients, List<Id> nodes, int keyCount, int operations, int concurrency) throws 
IOException
-    {
-        burn(seed, topologyFactory, clients, nodes, keyCount, operations, 
concurrency, System.out, System.err);
-    }
-
-    static void burn(long seed, TopologyFactory topologyFactory, List<Id> 
clients, List<Id> nodes, int keyCount, int operations, int concurrency, 
PrintStream out, PrintStream err) throws IOException
     {
         Random random = new Random();
         System.out.println(seed);
         random.setSeed(seed);
-        burn(random, topologyFactory, clients, nodes, keyCount, operations, 
concurrency, out, err);
-    }
-
-    static void burn(Random random, TopologyFactory topologyFactory, List<Id> 
clients, List<Id> nodes, int keyCount, int operations, int concurrency)
-    {
-        burn(random, topologyFactory, clients, nodes, keyCount, operations, 
concurrency, System.out, System.err);
+        burn(random, topologyFactory, clients, nodes, keyCount, operations, 
concurrency);
     }
 
     static void reconcile(long seed, TopologyFactory topologyFactory, List<Id> 
clients, List<Id> nodes, int keyCount, int operations, int concurrency) throws 
IOException, ExecutionException, InterruptedException, TimeoutException
     {
-        ReconcilingOutputStreams streams = new 
ReconcilingOutputStreams(System.out, System.err, 2);

Review comment:
       Was this intentionally removed?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to