ACCUMULO-3358 Start the verify thread.
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/07e5e66c Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/07e5e66c Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/07e5e66c Branch: refs/heads/master Commit: 07e5e66c4ac5bf05c31fa9be961c6bc06fa3ce27 Parents: 0934298 Author: Josh Elser <els...@apache.org> Authored: Fri Nov 21 12:40:24 2014 -0500 Committer: Josh Elser <els...@apache.org> Committed: Fri Nov 21 12:40:24 2014 -0500 ---------------------------------------------------------------------- .../test/java/org/apache/accumulo/test/functional/ReadWriteIT.java | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/07e5e66c/test/src/test/java/org/apache/accumulo/test/functional/ReadWriteIT.java ---------------------------------------------------------------------- diff --git a/test/src/test/java/org/apache/accumulo/test/functional/ReadWriteIT.java b/test/src/test/java/org/apache/accumulo/test/functional/ReadWriteIT.java index 60b1908..bc9ab4a 100644 --- a/test/src/test/java/org/apache/accumulo/test/functional/ReadWriteIT.java +++ b/test/src/test/java/org/apache/accumulo/test/functional/ReadWriteIT.java @@ -161,6 +161,7 @@ public class ReadWriteIT extends ConfigurableMacIT { } } }; + verify.start(); ingest(connector, CHUNKSIZE, 1, 50, i + CHUNKSIZE); verify.join(); assertFalse(fail.get());