This is an automated email from the ASF dual-hosted git repository. ctubbsii pushed a commit to branch 2.1 in repository https://gitbox.apache.org/repos/asf/accumulo.git
commit a643cc1b7be38103f5478d060ff3eafa38c833ba Author: Christopher Tubbs <ctubb...@apache.org> AuthorDate: Tue May 27 18:33:13 2025 -0400 Fix incorrect name of IT * Fix the name of ScanServerIT_NoServers so it matches the pattern expected by the maven-failsafe-plugin; without this fix, it will not run automatically --- .../test/{ScanServerIT_NoServers.java => ScanServer_NoServersIT.java} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/src/main/java/org/apache/accumulo/test/ScanServerIT_NoServers.java b/test/src/main/java/org/apache/accumulo/test/ScanServer_NoServersIT.java similarity index 99% rename from test/src/main/java/org/apache/accumulo/test/ScanServerIT_NoServers.java rename to test/src/main/java/org/apache/accumulo/test/ScanServer_NoServersIT.java index f8dde71bbf..5e4316b3ae 100644 --- a/test/src/main/java/org/apache/accumulo/test/ScanServerIT_NoServers.java +++ b/test/src/main/java/org/apache/accumulo/test/ScanServer_NoServersIT.java @@ -50,7 +50,7 @@ import org.junit.jupiter.api.Test; import com.google.common.collect.Iterables; @Tag(MINI_CLUSTER_ONLY) -public class ScanServerIT_NoServers extends SharedMiniClusterBase { +public class ScanServer_NoServersIT extends SharedMiniClusterBase { // This is the same as ScanServerIT, but without any scan servers running. // This tests the cases where the client falls back to the Tablet Servers