You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by kt...@apache.org on 2019/06/18 20:07:29 UTC

[accumulo-testing] branch master updated: add gcs to test list in readme

This is an automated email from the ASF dual-hosted git repository.

kturner pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/accumulo-testing.git


The following commit(s) were added to refs/heads/master by this push:
     new 4c9633d  add gcs to test list in readme
4c9633d is described below

commit 4c9633db4a2f3e7c26eaadb42c556f10720de639
Author: Keith Turner <kt...@apache.org>
AuthorDate: Tue Jun 18 16:07:25 2019 -0400

    add gcs to test list in readme
---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index 002cca5..f393aa2 100644
--- a/README.md
+++ b/README.md
@@ -32,6 +32,7 @@ Tests are run using the following scripts in `bin/`:
   * `rwalk` - Runs random walk tests
   * `performance` - Runs performance test
   * `agitator` - Runs agitator
+  * `gcs` - Runs garbage collection simultation
 
 Run the scripts without arguments to view usage.