keith-turner commented on code in PR #3975: URL: https://github.com/apache/accumulo/pull/3975#discussion_r1406418471
########## core/src/test/java/org/apache/accumulo/core/metadata/schema/TabletMetadataTest.java: ########## @@ -416,6 +416,7 @@ public void testBuilder() { assertEquals(159L, tm3.getSelectedFiles().getFateTxId()); assertFalse(tm3.getSelectedFiles().initiallySelectedAll()); assertEquals(selFiles.getMetadataValue(), tm3.getSelectedFiles().getMetadataValue()); + assertTrue(tm3.hasMerged()); Review Comment: Would be good to add another check somewhere else for the case when merged is not set to enure its false. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@accumulo.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org