This is an automated email from the ASF dual-hosted git repository. domgarguilo pushed a change to branch 3.1 in repository https://gitbox.apache.org/repos/asf/accumulo.git
from 355ef24bc5 restores old column visibilty flatten code add 7bf0ecfc5d Disables HTML escaping in LoadPlan json encoding. (#5299) add 4761d5a7e6 Add test for tserver.wal.max.referenced (#5250) new 8557f44a01 Merge remote-tracking branch 'upstream/2.1' into 3.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: .../org/apache/accumulo/core/data/LoadPlan.java | 3 +- .../apache/accumulo/core/data/LoadPlanTest.java | 6 +- .../apache/accumulo/test/MaxWalReferencedIT.java | 137 +++++++++++++++++++++ 3 files changed, 142 insertions(+), 4 deletions(-) create mode 100644 test/src/main/java/org/apache/accumulo/test/MaxWalReferencedIT.java