From 0a353051ac4aa7be9fa080a4a4ec0454dbc6022b Mon Sep 17 00:00:00 2001 From: Christian Schwarz Date: Thu, 24 Jul 2025 12:08:30 +0000 Subject: [PATCH] run the test that was allegedly fixed by that check a 100 times --- test_runner/regress/test_readonly_node.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test_runner/regress/test_readonly_node.py b/test_runner/regress/test_readonly_node.py index 5612236250..147f3ddbfb 100644 --- a/test_runner/regress/test_readonly_node.py +++ b/test_runner/regress/test_readonly_node.py @@ -124,6 +124,7 @@ def test_readonly_node(neon_simple_env: NeonEnv): ) +@pytest.mark.repeat(100) def test_readonly_node_gc(neon_env_builder: NeonEnvBuilder): """ Test static endpoint is protected from GC by acquiring and renewing lsn leases.