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 87958e61e9 HDDS-8876. Mark TestOMRatisSnapshots as flaky
87958e61e9 is described below
commit 87958e61e9b40ef94d0cde61ced9cea1ac502db4
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Wed Nov 8 21:07:12 2023 +0100
HDDS-8876. Mark TestOMRatisSnapshots as flaky
---
.../src/test/java/org/apache/hadoop/ozone/om/TestOMRatisSnapshots.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/TestOMRatisSnapshots.java
b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/TestOMRatisSnapshots.java
index f471fef616..092ef3597e 100644
---
a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/TestOMRatisSnapshots.java
+++
b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/TestOMRatisSnapshots.java
@@ -105,6 +105,7 @@ import static org.junit.jupiter.api.Assertions.assertTrue;
* Tests the Ratis snapshots feature in OM.
*/
@Timeout(5000)
+@Flaky("HDDS-8876")
public class TestOMRatisSnapshots {
private MiniOzoneHAClusterImpl cluster = null;
@@ -596,7 +597,6 @@ public class TestOMRatisSnapshots {
@Test
@Timeout(300)
- @Flaky("HDDS-8876")
public void testInstallIncrementalSnapshotWithFailure() throws Exception {
// Get the leader OM
String leaderOMNodeId = OmFailoverProxyUtil
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]