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 9fa304f502 HDDS-8550. Mark testOverWriteKeyWithAndWithOutVersioning as
flaky
9fa304f502 is described below
commit 9fa304f502bb00fbeebdde750f688f3f768467f7
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Sat May 6 13:11:21 2023 +0200
HDDS-8550. Mark testOverWriteKeyWithAndWithOutVersioning as flaky
---
.../org/apache/hadoop/ozone/client/rpc/TestOzoneRpcClientAbstract.java | 1 +
1 file changed, 1 insertion(+)
diff --git
a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/client/rpc/TestOzoneRpcClientAbstract.java
b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/client/rpc/TestOzoneRpcClientAbstract.java
index e7ab8d30a2..fdf2733814 100644
---
a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/client/rpc/TestOzoneRpcClientAbstract.java
+++
b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/client/rpc/TestOzoneRpcClientAbstract.java
@@ -4095,6 +4095,7 @@ public abstract class TestOzoneRpcClientAbstract {
}
@Test
+ @Flaky("HDDS-8550")
public void testOverWriteKeyWithAndWithOutVersioning() throws Exception {
String volumeName = UUID.randomUUID().toString();
String bucketName = UUID.randomUUID().toString();
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]