This is an automated email from the ASF dual-hosted git repository. ctubbsii pushed a change to branch elasticity in repository https://gitbox.apache.org/repos/asf/accumulo-testing.git
from bc5379c Merge pull request #287 from keith-turner/many-bulk add 1f8eb44 Fixes a few minor issues (#282) add 6a7baeb Update GitHub Actions add 2deace4 Created 2.1 branch using 2.1.4-SNAPSHOT add 6c620c3 Update GitHub Actions add 30cc6bc Merge branch '2.1' new 81bbae2 Merge branch 'main' into elasticity add 41ba8e8 Allow kerberized run (#142) add 43796e6 Fix Bulk Rwalk (#230) add 7be8409 Merge branch '2.0' into 2.1 add 5cd266a Merge branch '2.1' new 541e75d Merge branch 'main' into elasticity new 8fb9390 Remove unused variable add 697168d Update accumulo dependency to 3.1 new 137ad39 Merge branch '3.1' into elasticity The 4 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .github/workflows/maven.yaml | 23 ++---- pom.xml | 3 +- .../apache/accumulo/testing/KerberosHelper.java | 85 ++++++++++++++++++++++ .../java/org/apache/accumulo/testing/TestEnv.java | 1 + .../testing/continuous/ContinuousIngest.java | 1 - .../testing/continuous/ContinuousMoru.java | 8 +- .../apache/accumulo/testing/mapreduce/RowHash.java | 9 ++- .../accumulo/testing/mapreduce/TeraSortIngest.java | 5 +- .../testing/randomwalk/multitable/CopyTool.java | 11 ++- .../randomwalk/sequential/MapRedVerifyTool.java | 10 ++- 10 files changed, 126 insertions(+), 30 deletions(-) create mode 100644 src/main/java/org/apache/accumulo/testing/KerberosHelper.java