This is an automated email from the ASF dual-hosted git repository.
kturner pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo-testing.git
from 45f7a85 update to java 17 (#298)
add 0403417 adds some scripts to test failing compactions (#295)
add eb1ac87 fix version
new daeb240 Merge branch '2.1'
The 1 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:
bin/cingest | 4 ++
.../testing/continuous/ContinuousWalk.java | 12 +++-
.../accumulo/testing/continuous/CorruptEntry.java | 69 ++++++++++++++++++++
.../testing/continuous/FlakyBulkBatchWriter.java | 2 +-
.../ValidatingIterator.java} | 36 ++++++-----
test/compaction-failures/README.md | 53 ++++++++++++++++
.../count-file-per-tablet.jshell | 50 +++++++++++++++
test/compaction-failures/setup-compactors.sh | 60 ++++++++++++++++++
test/compaction-failures/start-ingest.sh | 73 ++++++++++++++++++++++
9 files changed, 340 insertions(+), 19 deletions(-)
create mode 100644
src/main/java/org/apache/accumulo/testing/continuous/CorruptEntry.java
copy src/main/java/org/apache/accumulo/testing/{stress/Stream.java =>
continuous/ValidatingIterator.java} (50%)
create mode 100644 test/compaction-failures/README.md
create mode 100644 test/compaction-failures/count-file-per-tablet.jshell
create mode 100755 test/compaction-failures/setup-compactors.sh
create mode 100755 test/compaction-failures/start-ingest.sh