From c23854ebfde0a4a7924798ef582d3cd631477988 Mon Sep 17 00:00:00 2001 From: Keith Turner Date: Thu, 8 Aug 2019 19:59:44 -0400 Subject: [PATCH 1/3] Stresso now builds and runs against Fluo 1.3.0-SNAP --- stresso/bin/build.sh | 2 +- stresso/pom.xml | 33 ++++++++++++++++--- .../main/java/stresso/trie/AccumuloUtil.java | 7 ++-- .../src/main/java/stresso/trie/Generate.java | 2 +- stresso/src/main/java/stresso/trie/Init.java | 2 +- stresso/src/main/java/stresso/trie/Load.java | 6 ++-- stresso/src/main/java/stresso/trie/Print.java | 5 +++ .../src/main/java/stresso/trie/Unique.java | 2 +- stresso/src/test/java/stresso/ITBase.java | 2 +- .../src/test/java/stresso/TrieBasicIT.java | 4 ++- .../src/test/java/stresso/TrieMapRedIT.java | 27 ++++++++------- .../test/java/stresso/TrieStopLevelIT.java | 3 +- 12 files changed, 66 insertions(+), 29 deletions(-) diff --git a/stresso/bin/build.sh b/stresso/bin/build.sh index a290361..0178b55 100755 --- a/stresso/bin/build.sh +++ b/stresso/bin/build.sh @@ -32,4 +32,4 @@ mkdir -p lib # populate lib dir used by fluo init rm -f lib/* cp target/stresso-0.0.1-SNAPSHOT.jar ./lib/ -mvn dependency:copy-dependencies -DincludeArtifactIds=fluo-recipes-core -DoutputDirectory=./lib +mvn dependency:copy-dependencies -DincludeArtifactIds=fluo-recipes-core,commons-collections -DoutputDirectory=./lib diff --git a/stresso/pom.xml b/stresso/pom.xml index bc3c66d..a049ead 100644 --- a/stresso/pom.xml +++ b/stresso/pom.xml @@ -29,12 +29,13 @@ This repo contains an example application designed to stress Apache Fluo https://github.com/astralway/stresso - 2.0.0-SNAPSHOT - 2.0.0-alpha-2 + 1.0.0 + 2.0.0 1.2.0 - 1.2.0 - 3.1.1 + 1.3.0-SNAPSHOT + 3.2.0 1.7.12 + 3.4.14 + true 1.2.0 - 1.3.0-SNAPSHOT - 3.2.0 - 1.7.12 - 3.4.14 + 2.0.0 + 3.3.5 + 1.7.36 + 3.8.1