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
commit a03f0fd45b4fa2350137990182731c95128e65e9 Author: Doroszlai, Attila <[email protected]> AuthorDate: Sun May 10 12:51:13 2026 +0200 HDDS-13401. Mark TestContainerCommandReconciliation as flaky --- .../hadoop/ozone/dn/checksum/TestContainerCommandReconciliation.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 b632b87a90b..51c27940ec9 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 @@ -130,6 +130,7 @@ /** * This class tests container commands for reconciliation. */ +@Flaky("HDDS-13401") public class TestContainerCommandReconciliation { private static MiniOzoneHAClusterImpl cluster; @@ -373,7 +374,6 @@ 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. @@ -485,7 +485,6 @@ 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]
