ctubbsii commented on code in PR #5581:
URL: https://github.com/apache/accumulo/pull/5581#discussion_r2110464049


##########
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:
   It doesn't look related to this issue, but I noticed that 
ComprehensiveBaseIT should be named ComprehensiveITBase, so it specifically 
doesn't get picked up by the default pattern. I also noticed that the 
ScanServerIT_NoServers test is misnamed, and never gets run. I have an 
outstanding trivial fix for that which I'm merging momentarily, after I finish 
testing some other trivially changed ITs.



-- 
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

Reply via email to