kevinrr888 commented on code in PR #4754: URL: https://github.com/apache/accumulo/pull/4754#discussion_r2198650654
########## test/src/main/java/org/apache/accumulo/test/ComprehensiveIT_SimpleSuite.java: ########## @@ -19,20 +19,34 @@ package org.apache.accumulo.test; import static org.apache.accumulo.harness.AccumuloITBase.SUNNY_DAY; +import static org.apache.accumulo.harness.SharedMiniClusterBase.getClientProps; +import static org.apache.accumulo.test.ComprehensiveITBase.AUTHORIZATIONS; import org.apache.accumulo.core.client.Accumulo; import org.apache.accumulo.core.client.AccumuloClient; +import org.apache.accumulo.core.conf.Property; +import org.apache.accumulo.harness.MiniClusterConfigurationCallback; import org.apache.accumulo.harness.SharedMiniClusterBase; +import org.apache.accumulo.miniclusterImpl.MiniAccumuloConfigImpl; import org.junit.jupiter.api.AfterAll; import org.junit.jupiter.api.BeforeAll; import org.junit.jupiter.api.Tag; @Tag(SUNNY_DAY) public class ComprehensiveIT_SimpleSuite extends ComprehensiveITBase { Review Comment: ```suggestion public class ComprehensiveIT extends ComprehensiveITBase { ``` The setup for this test changed from starting MAC without any custom config to starting with a custom config, so it should no longer be part of the suite. -- 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