This is an automated email from the ASF dual-hosted git repository.
dlmarion pushed a commit to branch 1451-external-compactions-feature
in repository https://gitbox.apache.org/repos/asf/accumulo.git
The following commit(s) were added to
refs/heads/1451-external-compactions-feature by this push:
new 957d2a2 Add missing import statement
957d2a2 is described below
commit 957d2a27bb5d3edd14724759d9a1aacf7834a38f
Author: Dave Marion <[email protected]>
AuthorDate: Tue Apr 27 16:19:19 2021 +0000
Add missing import statement
---
test/src/main/java/org/apache/accumulo/test/ExternalCompactionIT.java | 1 +
1 file changed, 1 insertion(+)
diff --git
a/test/src/main/java/org/apache/accumulo/test/ExternalCompactionIT.java
b/test/src/main/java/org/apache/accumulo/test/ExternalCompactionIT.java
index 726bcd4..efaf042 100644
--- a/test/src/main/java/org/apache/accumulo/test/ExternalCompactionIT.java
+++ b/test/src/main/java/org/apache/accumulo/test/ExternalCompactionIT.java
@@ -22,6 +22,7 @@ import static
org.apache.accumulo.minicluster.ServerType.TABLET_SERVER;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertTrue;
+import static org.junit.Assert.fail;
import java.io.IOException;
import java.net.URI;