This is an automated email from the ASF dual-hosted git repository.
cshannon pushed a commit to branch elasticity
in repository https://gitbox.apache.org/repos/asf/accumulo.git
The following commit(s) were added to refs/heads/elasticity by this push:
new 5d94a4786c Rename ExternalCompaction2_IT back to
ExternalCompaction_2_IT
5d94a4786c is described below
commit 5d94a4786c815acef4c38e36f65bdc25716deb6f
Author: Christopher L. Shannon <[email protected]>
AuthorDate: Mon Aug 12 07:51:17 2024 -0400
Rename ExternalCompaction2_IT back to ExternalCompaction_2_IT
Follow on to #4797
---
.../{ExternalCompaction2_IT.java => ExternalCompaction_2_IT.java} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/test/src/main/java/org/apache/accumulo/test/compaction/ExternalCompaction2_IT.java
b/test/src/main/java/org/apache/accumulo/test/compaction/ExternalCompaction_2_IT.java
similarity index 94%
rename from
test/src/main/java/org/apache/accumulo/test/compaction/ExternalCompaction2_IT.java
rename to
test/src/main/java/org/apache/accumulo/test/compaction/ExternalCompaction_2_IT.java
index b1b34a78c7..e3132d820b 100644
---
a/test/src/main/java/org/apache/accumulo/test/compaction/ExternalCompaction2_IT.java
+++
b/test/src/main/java/org/apache/accumulo/test/compaction/ExternalCompaction_2_IT.java
@@ -21,7 +21,7 @@ package org.apache.accumulo.test.compaction;
import org.apache.accumulo.minicluster.ServerType;
import org.junit.jupiter.api.BeforeAll;
-public class ExternalCompaction2_IT extends ExternalCompaction2BaseIT {
+public class ExternalCompaction_2_IT extends ExternalCompaction2BaseIT {
@BeforeAll
public static void beforeTests() throws Exception {