This is an automated email from the ASF dual-hosted git repository. edcoleman pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/accumulo.git
from 48d69f30a1 Merge branch '2.1' add 19719b5ff9 add check to gc to validate metadata scan is complete (#3703) add 50914c4f52 Merge remote-tracking branch 'upstream/1.10' into 2.1 add cac52251fd Gc meta validation 2 1 (#3755) new 7005006620 Merge remote-tracking branch 'upstream/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: .../main/java/org/apache/accumulo/gc/GCRun.java | 10 + .../java/org/apache/accumulo/test/GCRunIT.java | 201 +++++++++++++++++++++ 2 files changed, 211 insertions(+) create mode 100644 test/src/main/java/org/apache/accumulo/test/GCRunIT.java