This is an automated email from the ASF dual-hosted git repository.
adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git
The following commit(s) were added to refs/heads/master by this push:
new f2e65f2dbd HDDS-6116. Remove flaky tag from TestSCMInstallSnapshot
(#6695)
f2e65f2dbd is described below
commit f2e65f2dbde5200ac5f9364060b056f5c821ccae
Author: muskan1012 <[email protected]>
AuthorDate: Sat May 18 11:40:54 2024 +0530
HDDS-6116. Remove flaky tag from TestSCMInstallSnapshot (#6695)
---
.../test/java/org/apache/hadoop/hdds/scm/TestSCMInstallSnapshot.java | 2 --
1 file changed, 2 deletions(-)
diff --git
a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/hdds/scm/TestSCMInstallSnapshot.java
b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/hdds/scm/TestSCMInstallSnapshot.java
index c62d0d2414..400c4868a9 100644
---
a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/hdds/scm/TestSCMInstallSnapshot.java
+++
b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/hdds/scm/TestSCMInstallSnapshot.java
@@ -36,7 +36,6 @@ import org.apache.hadoop.hdds.utils.db.DBCheckpoint;
import org.apache.hadoop.hdds.utils.db.DBStore;
import org.apache.hadoop.ozone.MiniOzoneCluster;
import org.apache.hadoop.ozone.OzoneConsts;
-import org.apache.ozone.test.tag.Flaky;
import org.junit.jupiter.api.AfterAll;
import org.junit.jupiter.api.BeforeAll;
@@ -126,7 +125,6 @@ public class TestSCMInstallSnapshot {
}
@Test
- @Flaky("HDDS-6116")
public void testInstallCheckPoint() throws Exception {
DBCheckpoint checkpoint = downloadSnapshot();
StorageContainerManager scm = cluster.getStorageContainerManager();
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]