milleruntime commented on issue #164: URL: https://github.com/apache/accumulo-testing/issues/164#issuecomment-944211642
I think for now the [Replication test node in randomwalk](https://github.com/apache/accumulo-testing/blob/e89cd6dbffe6a5031ae65c52035ed818bff1fa38/src/main/java/org/apache/accumulo/testing/randomwalk/concurrent/Replication.java) should be moved into its own separate IT as it never made sense as a Randomwalk node to begin with. The Randomwalk test suite tries to keep track of more focused singular operations (CreateTable, DeleteTable, CreateUser, DropUser) over time in order to simulate a real life cluster and does this by mainting the state between nodes. The `Replication` test in question tries to simulate multiple operations in one node and clean up everything before completing and doesn't take into consideration the state of the cluster. It doesn't make sense or mesh well with the other randomwalk operations. -- 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]
