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 5f74da38ff HDDS-12760. Mark
TestContainerReplication#testImportedContainerIsClosed as flaky
5f74da38ff is described below
commit 5f74da38ff21173ed11eb3dd14491467911f5050
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Thu Apr 3 14:36:18 2025 +0200
HDDS-12760. Mark TestContainerReplication#testImportedContainerIsClosed as
flaky
---
.../org/apache/hadoop/ozone/container/TestContainerReplication.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/container/TestContainerReplication.java
b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/container/TestContainerReplication.java
index 58bc4b6057..087e7d06d4 100644
---
a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/container/TestContainerReplication.java
+++
b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/container/TestContainerReplication.java
@@ -283,7 +283,7 @@ private static void deleteContainer(MiniOzoneCluster
cluster, DatanodeDetails dn
cluster.getHddsDatanode(dn).getDatanodeStateMachine().triggerHeartbeat();
}
-
+ @Flaky("HDDS-12760")
@Test
public void testImportedContainerIsClosed() throws Exception {
OzoneConfiguration conf = createConfiguration(false);
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]