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 14748e831d HDDS-13401. Mark TestContainerCommandReconciliation as flaky
14748e831d is described below
commit 14748e831d8f216eb995590d868fca2ddf70662d
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Mon Jul 7 11:21:15 2025 +0200
HDDS-13401. Mark TestContainerCommandReconciliation as flaky
---
.../hadoop/ozone/dn/checksum/TestContainerCommandReconciliation.java | 3 +++
1 file changed, 3 insertions(+)
diff --git
a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/dn/checksum/TestContainerCommandReconciliation.java
b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/dn/checksum/TestContainerCommandReconciliation.java
index fa4c66a2e0..f47c66bf9c 100644
---
a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/dn/checksum/TestContainerCommandReconciliation.java
+++
b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/dn/checksum/TestContainerCommandReconciliation.java
@@ -114,6 +114,7 @@
import org.apache.hadoop.ozone.om.OzoneManager;
import org.apache.hadoop.security.UserGroupInformation;
import org.apache.ozone.test.GenericTestUtils;
+import org.apache.ozone.test.tag.Flaky;
import
org.apache.ratis.thirdparty.com.google.protobuf.InvalidProtocolBufferException;
import org.junit.jupiter.api.AfterAll;
import org.junit.jupiter.api.BeforeAll;
@@ -344,6 +345,7 @@ public void testGetChecksumInfoSuccess() throws Exception {
}
@Test
+ @Flaky("HDDS-13401")
public void testContainerChecksumWithBlockMissing() throws Exception {
// 1. Write data to a container.
// Read the key back and check its hash.
@@ -455,6 +457,7 @@ public void testContainerChecksumChunkCorruption() throws
Exception {
}
@Test
+ @Flaky("HDDS-13401")
public void testDataChecksumReportedAtSCM() throws Exception {
// 1. Write data to a container.
// Read the key back and check its hash.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]