accumulo-testing icon indicating copy to clipboard operation
accumulo-testing copied to clipboard

Apache Accumulo Testing

Results 34 accumulo-testing issues
Sort by recently updated
recently updated
newest added

These should match changes made recently in the Accumulo 2.1 branch

Fixes #219 and #301 This PR adds the following: * captures and stores the root auth so when a part of the module is expected to fail, we can elevate...

When running `rwalk Security.xml` the following line throws an exception. https://github.com/apache/accumulo-testing/blob/0a364eb2347775b2f8b7cd36408b3dc1faf9f2aa/src/main/java/org/apache/accumulo/testing/randomwalk/security/TableOp.java#L297-L298 I think it would be pretty easy to implement this so the rwalk security module could run properly again.

The bulk import random walk test always imported data that covered the entire table. Update the test to import to rand ranges in the table. This was done to test...