mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-16 18:02:56 +00:00
DNM: run test_readonly_node_gc for multiple iterations
Signed-off-by: Yuchen Liang <yuchen@neon.tech>
This commit is contained in:
@@ -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.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user