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
commit 312ad3cfb2a6489a282b3b6f240887722d42dfb8 Author: Doroszlai, Attila <[email protected]> AuthorDate: Sat Nov 8 09:27:03 2025 +0100 HDDS-13879. Mark testBucketUsedNamespace as flaky --- .../java/org/apache/hadoop/ozone/client/rpc/OzoneRpcClientTests.java | 1 + 1 file changed, 1 insertion(+) diff --git a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/client/rpc/OzoneRpcClientTests.java b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/client/rpc/OzoneRpcClientTests.java index 1b035823d99..9ccc73b27af 100644 --- a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/client/rpc/OzoneRpcClientTests.java +++ b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/client/rpc/OzoneRpcClientTests.java @@ -1703,6 +1703,7 @@ private void bucketQuotaTestHelper(int keyLength, ReplicationConfig repConfig) .getBucket(bucketName).getUsedBytes(), 1000, 30000); } + @Flaky("HDDS-13879") @ParameterizedTest @MethodSource("bucketLayoutsWithEnablePaths") public void testBucketUsedNamespace(BucketLayout layout, boolean enablePaths) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
