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

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...

Accumulo-testing has MapReduce jobs that needed the following configuration added to work with Hadoop 3. This ticket is revisit this configuration added in #49 so clients don't have to specify...

It would be nice if there was a test suite that developers and users could run on an Accumulo instance to sanity check an upgrade/install and verify the basic functionality...

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.

This commit modifies the Terraform configuration such that instead of deploying a Telegraf/InfluxDB/Grafana container on the Manager node, it now deploys Telegraf on each node and uses a Timely/Grafana container...