This is an automated email from the ASF dual-hosted git repository. ctubbsii pushed a change to branch 2.1 in repository https://gitbox.apache.org/repos/asf/accumulo-testing.git
from 6c620c3 Update GitHub Actions add 6a7baeb Update GitHub Actions add 30cc6bc Merge branch '2.1' 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' No new revisions were added by this update. Summary of changes: pom.xml | 1 - .../apache/accumulo/testing/KerberosHelper.java | 85 ++++++++++++++++++++++ .../java/org/apache/accumulo/testing/TestEnv.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 ++- 8 files changed, 117 insertions(+), 13 deletions(-) create mode 100644 src/main/java/org/apache/accumulo/testing/KerberosHelper.java