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 7f24f2d3e4 HDDS-11323. Mark TestLeaseRecovery as flaky
7f24f2d3e4 is described below
commit 7f24f2d3e41c4bffb94bd93b4b1adcf075da082c
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Sun Aug 18 12:03:33 2024 +0200
HDDS-11323. Mark TestLeaseRecovery as flaky
---
.../src/test/java/org/apache/hadoop/fs/ozone/TestLeaseRecovery.java | 2 ++
1 file changed, 2 insertions(+)
diff --git
a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/fs/ozone/TestLeaseRecovery.java
b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/fs/ozone/TestLeaseRecovery.java
index 6ec233fc35..a4a9bcff47 100644
---
a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/fs/ozone/TestLeaseRecovery.java
+++
b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/fs/ozone/TestLeaseRecovery.java
@@ -45,6 +45,7 @@ import org.apache.hadoop.ozone.om.exceptions.OMException;
import org.apache.hadoop.ozone.om.helpers.BucketLayout;
import org.apache.hadoop.utils.FaultInjectorImpl;
import org.apache.ozone.test.GenericTestUtils;
+import org.apache.ozone.test.tag.Flaky;
import org.junit.jupiter.api.AfterEach;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
@@ -82,6 +83,7 @@ import static org.junit.jupiter.api.Assertions.assertTrue;
* Test cases for recoverLease() API.
*/
@Timeout(300)
+@Flaky("HDDS-11323")
public class TestLeaseRecovery {
private MiniOzoneCluster cluster;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]