DNM: run test_readonly_node_gc for multiple iterations

Signed-off-by: Yuchen Liang <yuchen@neon.tech>
This commit is contained in:
Yuchen Liang
2024-11-21 18:03:11 +00:00
parent aea3c62aca
commit 3221d6d248

View File

@@ -122,7 +122,8 @@ def test_readonly_node(neon_simple_env: NeonEnv):
)
def test_readonly_node_gc(neon_env_builder: NeonEnvBuilder):
@pytest.mark.parametrize("iter", [i for i in range(20)])
def test_readonly_node_gc(neon_env_builder: NeonEnvBuilder, iter: int):
"""
Test static endpoint is protected from GC by acquiring and renewing lsn leases.
"""