From fae720182a99217ba311d88f1253d6bf09d5289c Mon Sep 17 00:00:00 2001 From: Mikhail Koviazin Date: Fri, 11 Sep 2026 12:41:25 +0200 Subject: [PATCH] tests: mark test_partition_move_drop_race as broken It was backported to 25.3 by upstream in the commit 34cc5de43ae4. The test requires machinery introduced in 25.8 and therefore is always failing. Mark it as broken to make CI greener. --- tests/broken_tests.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/broken_tests.json b/tests/broken_tests.json index 126f515b6875..b7e5b305bbe0 100644 --- a/tests/broken_tests.json +++ b/tests/broken_tests.json @@ -289,5 +289,8 @@ }, "03032_dynamically_resize_filesystem_cache_2": { "reason": "KNOWN - Flaky upstream" + }, + "test_race_condition_for_replicated_merge_tree/test.py::test_partition_move_drop_race": { + "reason": "NEEDSFIX - requires CommittingBlock lock content (25.8+); on 25.3 DROP PARTITION cancels the concurrent INSERT" } }