mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-15 01:12:56 +00:00
Mark test_lfc_prefetch with @pytest.mark.remote_cluster
This commit is contained in:
@@ -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])
|
||||
|
||||
Reference in New Issue
Block a user