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 7f7ec2397a HDDS-8557. Disable testOverWriteKeyWithAndWithOutVersioning
7f7ec2397a is described below
commit 7f7ec2397ac029cf2a8bc8490b7ecafb34020b0d
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Sat May 6 17:42:08 2023 +0200
HDDS-8557. Disable testOverWriteKeyWithAndWithOutVersioning
---
.../org/apache/hadoop/ozone/client/rpc/TestOzoneRpcClientAbstract.java | 2 ++
1 file changed, 2 insertions(+)
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 fdf2733814..1eb8892d2f 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
@@ -155,6 +155,7 @@ import static org.junit.Assert.fail;
import static org.slf4j.event.Level.DEBUG;
import org.junit.jupiter.api.Assertions;
+import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.MethodOrderer;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.TestMethodOrder;
@@ -4096,6 +4097,7 @@ public abstract class TestOzoneRpcClientAbstract {
@Test
@Flaky("HDDS-8550")
+ @Disabled("HDDS-8557")
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]