This is an automated email from the ASF dual-hosted git repository.
krathbun pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo.git
The following commit(s) were added to refs/heads/main by this push:
new 6018194205 Moved CloneIT out of simple suite (#6011)
6018194205 is described below
commit 601819420516d486ab0c8fdec2d5ef1dbd8bc5aa
Author: Arbaaz Khan <[email protected]>
AuthorDate: Mon Dec 15 10:19:12 2025 -0500
Moved CloneIT out of simple suite (#6011)
* Moved CloneIT out of simple suit
---
.../org/apache/accumulo/test/{CloneIT_SimpleSuite.java => CloneIT.java} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/test/src/main/java/org/apache/accumulo/test/CloneIT_SimpleSuite.java
b/test/src/main/java/org/apache/accumulo/test/CloneIT.java
similarity index 99%
rename from test/src/main/java/org/apache/accumulo/test/CloneIT_SimpleSuite.java
rename to test/src/main/java/org/apache/accumulo/test/CloneIT.java
index 45e934430a..a219dc0a80 100644
--- a/test/src/main/java/org/apache/accumulo/test/CloneIT_SimpleSuite.java
+++ b/test/src/main/java/org/apache/accumulo/test/CloneIT.java
@@ -57,7 +57,7 @@ import org.junit.jupiter.params.provider.Arguments;
import org.junit.jupiter.params.provider.ArgumentsProvider;
import org.junit.jupiter.params.provider.ArgumentsSource;
-public class CloneIT_SimpleSuite extends SharedMiniClusterBase {
+public class CloneIT extends SharedMiniClusterBase {
@BeforeAll
public static void setup() throws Exception {