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 a89fe7e640 HDDS-10059. Mark TestOMRatisSnapshots#testInstallSnapshot
as unhealthy [skip ci]
a89fe7e640 is described below
commit a89fe7e640ace4776035728a2e960d3a29d1e275
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Sun Jan 7 22:05:03 2024 +0100
HDDS-10059. Mark TestOMRatisSnapshots#testInstallSnapshot as unhealthy
[skip ci]
---
.../src/test/java/org/apache/hadoop/ozone/om/TestOMRatisSnapshots.java | 2 ++
1 file changed, 2 insertions(+)
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 ca4366415f..d823b8d968 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
@@ -51,6 +51,7 @@ import
org.apache.hadoop.ozone.om.ratis.OzoneManagerRatisServerConfig;
import org.apache.hadoop.ozone.om.ratis.utils.OzoneManagerRatisUtils;
import org.apache.hadoop.ozone.om.snapshot.OmSnapshotUtils;
import org.apache.ozone.test.GenericTestUtils;
+import org.apache.ozone.test.tag.Unhealthy;
import org.apache.ratis.server.protocol.TermIndex;
import org.assertj.core.api.Fail;
import org.junit.jupiter.api.AfterEach;
@@ -202,6 +203,7 @@ public class TestOMRatisSnapshots {
@ValueSource(ints = {100})
// tried up to 1000 snapshots and this test works, but some of the
// timeouts have to be increased.
+ @Unhealthy("HDDS-10059")
void testInstallSnapshot(int numSnapshotsToCreate, @TempDir Path tempDir)
throws Exception {
// Get the leader OM
String leaderOMNodeId = OmFailoverProxyUtil
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]