From 1bb24f5a4381c530439bffd763b089c8c5811061 Mon Sep 17 00:00:00 2001 From: "Doroszlai, Attila" Date: Tue, 30 Jun 2026 21:13:10 +0200 Subject: [PATCH] HDDS-14622. Disable flaky assertion: OM DB size should be reduced after compaction --- .../dist/src/main/smoketest/repair/om-compact.robot | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/hadoop-ozone/dist/src/main/smoketest/repair/om-compact.robot b/hadoop-ozone/dist/src/main/smoketest/repair/om-compact.robot index 95f92ad3ce48..23d28c9ec6e9 100644 --- a/hadoop-ozone/dist/src/main/smoketest/repair/om-compact.robot +++ b/hadoop-ozone/dist/src/main/smoketest/repair/om-compact.robot @@ -50,5 +50,7 @@ Testing OM DB Size Reduction After Compaction ${size_after_compaction} = Get OM DB SST Files Size - Should Be True ${size_after_compaction} < ${size_before_compaction} - ... OM DB size should be reduced after compaction. Before: ${size_before_compaction}, After: ${size_after_compaction} + # flaky, see HDDS-14622 + # Should Be True ${size_after_compaction} < ${size_before_compaction} + # ... OM DB size should be reduced after compaction. Before: ${size_before_compaction}, After: ${size_after_compaction} + Log OM DB size should be reduced after compaction. Before: ${size_before_compaction}, After: ${size_after_compaction}