This is an automated email from the ASF dual-hosted git repository. domgarguilo pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/accumulo.git
from abe7ed1c44 Sped up SplitMillionIT by not hosting clone table tablets. (#5294) add 7bf0ecfc5d Disables HTML escaping in LoadPlan json encoding. (#5299) add 4761d5a7e6 Add test for tserver.wal.max.referenced (#5250) add 8557f44a01 Merge remote-tracking branch 'upstream/2.1' into 3.1 add 58eee2a8fb Merge 3.1 into main No new revisions were added by this update. Summary of changes: .../org/apache/accumulo/core/data/LoadPlan.java | 3 +- .../apache/accumulo/core/data/LoadPlanTest.java | 6 +- .../apache/accumulo/test/MaxWalReferencedIT.java | 139 +++++++++++++++++++++ 3 files changed, 144 insertions(+), 4 deletions(-) create mode 100644 test/src/main/java/org/apache/accumulo/test/MaxWalReferencedIT.java