Results 275 issues of Keith Turner

When running bulk import continuous ingest test it can take a while to generate a good bit of data to start testing. Not sure, but it may be faster to...

To debug a recent bulk ingest test I wrote the following summarizer. This summarizer counted the number of times each UUID was seen. I used to count the number of...

Would be nice to be able to generate bulk import data for the CI test that covers a subset of the table instead of the entire table. This may be...

See https://issues.apache.org/jira/browse/ACCUMULO-2145 for a description of work and prior work done. This could use Uno. For testing apache/accumulo#1111 I wrote the following script that uses Uno. ```bash #! /usr/bin/env bash...

To exercise more code paths during testing it would be nice to make the agitation scripts call stop-here.sh sometimes instead of killing processes.

Could possibly use the following for inspiration. https://github.com/keith-turner/bulky

Could measure writing large batches of data and lots of small batches for data. The large and small batches could be separate test or the same.

In #24 a PT was added for lots of short randoms scans. It would be nice to have another PT for long running scans. For example measure the performance of...

This performance test should measure writing and reading with locality groups.