Mark test_lfc_prefetch with @pytest.mark.remote_cluster

This commit is contained in:
Konstantin Knizhnik
2025-04-29 14:18:17 +03:00
parent 5ccb56de04
commit 1801aa8855

View File

@@ -13,7 +13,8 @@ if TYPE_CHECKING:
from fixtures.utils import USE_LFC
@pytest.mark.timeout(10000)
@pytest.mark.timeout(100000)
@pytest.mark.remote_cluster
@pytest.mark.parametrize("n_readers", [1, 2, 4, 8])
@pytest.mark.parametrize("n_writers", [0, 1, 2, 4, 8])
@pytest.mark.parametrize("chunk_size", [1, 8, 16])