This is an automated email from the ASF dual-hosted git repository. dlmarion pushed a change to branch 2.1 in repository https://gitbox.apache.org/repos/asf/accumulo.git
from 3826ebd538 Log iteration to result count in BulkImport code (#5312) add c817c976f9 Created LoadFilesTest (#5355) No new revisions were added by this update. Summary of changes: .../core/metadata/schema/TabletMetadata.java | 2 +- .../core/metadata/schema/TabletsMetadata.java | 3 +- .../manager/tableOps/bulkVer2/LoadFiles.java | 62 +++-- .../manager/tableOps/bulkVer2/LoadFilesTest.java | 304 +++++++++++++++++++++ .../tableOps/bulkVer2/PrepBulkImportTest.java | 4 +- 5 files changed, 347 insertions(+), 28 deletions(-) create mode 100644 server/manager/src/test/java/org/apache/accumulo/manager/tableOps/bulkVer2/LoadFilesTest.java