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 172664d0e9b HDDS-13466. (addendum) Disable flaky 
TestOmSnapshotWithBucketLinkingLegacy and 
TestOmSnapshotFsoWithoutNativeLibWithLinkedBuckets
172664d0e9b is described below

commit 172664d0e9b7654e8f044ab244eef1cd0efb9099
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Fri Aug 1 08:43:16 2025 +0200

    HDDS-13466. (addendum) Disable flaky TestOmSnapshotWithBucketLinkingLegacy 
and TestOmSnapshotFsoWithoutNativeLibWithLinkedBuckets
---
 .../snapshot/TestOmSnapshotFsoWithoutNativeLibWithLinkedBuckets.java  | 4 ++--
 .../ozone/om/snapshot/TestOmSnapshotWithBucketLinkingLegacy.java      | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git 
a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/snapshot/TestOmSnapshotFsoWithoutNativeLibWithLinkedBuckets.java
 
b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/snapshot/TestOmSnapshotFsoWithoutNativeLibWithLinkedBuckets.java
index e30fe6d9ad1..5087fa68ba4 100644
--- 
a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/snapshot/TestOmSnapshotFsoWithoutNativeLibWithLinkedBuckets.java
+++ 
b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/snapshot/TestOmSnapshotFsoWithoutNativeLibWithLinkedBuckets.java
@@ -17,10 +17,10 @@
 
 package org.apache.hadoop.ozone.om.snapshot;
 
-import org.apache.ozone.test.tag.Unhealthy;
-
 import static 
org.apache.hadoop.ozone.om.helpers.BucketLayout.FILE_SYSTEM_OPTIMIZED;
 
+import org.apache.ozone.test.tag.Unhealthy;
+
 /**
  * Test OmSnapshot for FSO bucket type when native lib is disabled.
  */
diff --git 
a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/snapshot/TestOmSnapshotWithBucketLinkingLegacy.java
 
b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/snapshot/TestOmSnapshotWithBucketLinkingLegacy.java
index 1504e9a5b6c..198cb2eca62 100644
--- 
a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/snapshot/TestOmSnapshotWithBucketLinkingLegacy.java
+++ 
b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/snapshot/TestOmSnapshotWithBucketLinkingLegacy.java
@@ -17,10 +17,10 @@
 
 package org.apache.hadoop.ozone.om.snapshot;
 
-import org.apache.ozone.test.tag.Unhealthy;
-
 import static org.apache.hadoop.ozone.om.helpers.BucketLayout.LEGACY;
 
+import org.apache.ozone.test.tag.Unhealthy;
+
 /**
  * Test OmSnapshot for Legacy bucket type.
  */


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to