kevinrr888 commented on code in PR #5581: URL: https://github.com/apache/accumulo/pull/5581#discussion_r2109535126
########## test/src/main/java/org/apache/accumulo/test/ComprehensiveIT_SimpleSuite.java: ########## @@ -22,15 +22,13 @@ import org.apache.accumulo.core.client.Accumulo; import org.apache.accumulo.core.client.AccumuloClient; -import org.apache.accumulo.harness.AccumuloITBase; import org.apache.accumulo.harness.SharedMiniClusterBase; import org.junit.jupiter.api.AfterAll; import org.junit.jupiter.api.BeforeAll; import org.junit.jupiter.api.Tag; @Tag(SUNNY_DAY) -@Tag(AccumuloITBase.SIMPLE_MINI_CLUSTER_SUITE) -public class ComprehensiveIT extends ComprehensiveBaseIT { +public class ComprehensiveIT_SimpleSuite extends ComprehensiveBaseIT { Review Comment: Good point, just verified that it will still run this IT. Output: ``` [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.apache.accumulo.test.InMemoryMapIT [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.961 s -- in org.apache.accumulo.test.InMemoryMapIT [INFO] Running org.apache.accumulo.test.functional.WALSunnyDayIT [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 77.05 s -- in org.apache.accumulo.test.functional.WALSunnyDayIT [INFO] Running org.apache.accumulo.test.functional.NativeMapIT [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.591 s -- in org.apache.accumulo.test.functional.NativeMapIT [INFO] Running org.apache.accumulo.test.functional.ReadWriteIT [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 67.03 s -- in org.apache.accumulo.test.functional.ReadWriteIT [INFO] Running org.apache.accumulo.test.start.KeywordStartIT [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.402 s -- in org.apache.accumulo.test.start.KeywordStartIT [INFO] Running org.apache.accumulo.test.rpc.ThriftBehaviorIT [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.495 s -- in org.apache.accumulo.test.rpc.ThriftBehaviorIT [INFO] Running org.apache.accumulo.suites.SimpleSharedMacTestSuiteIT [INFO] Running org.apache.accumulo.test.ComprehensiveIT_SimpleSuite [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 69.18 s -- in org.apache.accumulo.test.ComprehensiveIT_SimpleSuite [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 81.47 s -- in org.apache.accumulo.suites.SimpleSharedMacTestSuiteIT [INFO] [INFO] Results: [INFO] [INFO] Tests run: 55, Failures: 0, Errors: 0, Skipped: 0 ``` -- 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