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 1fe03457f9c HDDS-14741. Mark 
TestOzoneManagerHAFollowerReadWithAllRunning#testLinearizableReadConsistency as 
flaky (#9845)
1fe03457f9c is described below

commit 1fe03457f9c49cdbe715c2782e4c6ec2597a0d32
Author: Rishabh Patel <[email protected]>
AuthorDate: Sat Feb 28 05:36:43 2026 -0800

    HDDS-14741. Mark 
TestOzoneManagerHAFollowerReadWithAllRunning#testLinearizableReadConsistency as 
flaky (#9845)
---
 .../hadoop/ozone/om/TestOzoneManagerHAFollowerReadWithAllRunning.java   | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/TestOzoneManagerHAFollowerReadWithAllRunning.java
 
b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/TestOzoneManagerHAFollowerReadWithAllRunning.java
index 1e8061f4187..d984ced1fc2 100644
--- 
a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/TestOzoneManagerHAFollowerReadWithAllRunning.java
+++ 
b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/TestOzoneManagerHAFollowerReadWithAllRunning.java
@@ -72,6 +72,7 @@
 import org.apache.hadoop.ozone.protocol.proto.OzoneManagerProtocolProtos.Type;
 import 
org.apache.hadoop.ozone.protocol.proto.OzoneManagerProtocolProtos.VolumeInfo;
 import 
org.apache.hadoop.ozone.protocolPB.OzoneManagerProtocolServerSideTranslatorPB;
+import org.apache.ozone.test.tag.Flaky;
 import org.junit.jupiter.api.Test;
 
 /**
@@ -190,6 +191,7 @@ public void testFailoverWithSuggestedLeader() throws 
Exception {
    * to immediately see the changes.
    */
   @Test
+  @Flaky("HDDS-14741")
   void testLinearizableReadConsistency() throws Exception {
     // Setup another client
     OzoneConfiguration clientConf = new OzoneConfiguration(getConf());


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to