From 4fead4baaecc8b58ca6c1801dd01fffc68e17bfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dawid=20M=C4=99drek?= Date: Tue, 24 Mar 2026 12:52:00 +0100 Subject: [PATCH] test: cluster: Mark test with @pytest.mark.asyncio in test_multidc.py One of the tests, test_startup_with_keyspaces_violating_rf_rack_valid_keyspaces, didn't have the marker. Let's add it now. --- test/cluster/test_multidc.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/cluster/test_multidc.py b/test/cluster/test_multidc.py index 5b57c345cd..158a366b6e 100644 --- a/test/cluster/test_multidc.py +++ b/test/cluster/test_multidc.py @@ -403,6 +403,7 @@ async def test_arbiter_dc_rf_rack_valid_keyspaces(manager: ManagerClient): for task in [*valid_keyspaces, *invalid_keyspaces]: _ = tg.create_task(task) +@pytest.mark.asyncio async def test_startup_with_keyspaces_violating_rf_rack_valid_keyspaces(manager: ManagerClient): """ This test verifies that starting a Scylla node fails when there's an RF-rack-invalid keyspace.