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 76df311583d7839b52a6b343a21927476dc56e76 Author: Doroszlai, Attila <[email protected]> AuthorDate: Wed Jul 10 11:21:37 2024 +0200 HDDS-10490. Mark TestSnapshotDiffManager#testLoadJobsOnStartUp as flaky --- .../org/apache/hadoop/ozone/om/snapshot/TestSnapshotDiffManager.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hadoop-ozone/ozone-manager/src/test/java/org/apache/hadoop/ozone/om/snapshot/TestSnapshotDiffManager.java b/hadoop-ozone/ozone-manager/src/test/java/org/apache/hadoop/ozone/om/snapshot/TestSnapshotDiffManager.java index 1f2380f6fa..5b1a72a5f8 100644 --- a/hadoop-ozone/ozone-manager/src/test/java/org/apache/hadoop/ozone/om/snapshot/TestSnapshotDiffManager.java +++ b/hadoop-ozone/ozone-manager/src/test/java/org/apache/hadoop/ozone/om/snapshot/TestSnapshotDiffManager.java @@ -64,6 +64,7 @@ import org.apache.ozone.rocksdb.util.RdbUtil; import org.apache.ozone.rocksdiff.DifferSnapshotInfo; import org.apache.ozone.rocksdiff.RocksDBCheckpointDiffer; import org.apache.ozone.rocksdiff.RocksDiffUtils; +import org.apache.ozone.test.tag.Flaky; import org.apache.ratis.util.ExitUtils; import org.apache.ratis.util.TimeDuration; import jakarta.annotation.Nonnull; @@ -1274,6 +1275,7 @@ public class TestSnapshotDiffManager { * startup. */ @Test + @Flaky("HDDS-10490") public void testLoadJobsOnStartUp() throws Exception { for (int i = 0; i < snapshotInfoList.size(); i++) { uploadSnapshotDiffJobToDb(snapshotInfo, snapshotInfoList.get(i), --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
