From adcda6d4e558686a4200678b5bdd64158e16fe6c Mon Sep 17 00:00:00 2001 From: Thang Pham Date: Wed, 13 Jul 2022 17:33:41 -0400 Subject: [PATCH] run multiple `test_ancestor_branch` --- test_runner/batch_others/test_ancestor_branch.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test_runner/batch_others/test_ancestor_branch.py b/test_runner/batch_others/test_ancestor_branch.py index 1b1da5b58b..30effbed4d 100644 --- a/test_runner/batch_others/test_ancestor_branch.py +++ b/test_runner/batch_others/test_ancestor_branch.py @@ -6,7 +6,8 @@ from fixtures.neon_fixtures import NeonEnv, NeonEnvBuilder, NeonPageserverApiExc # # Create ancestor branches off the main branch. # -def test_ancestor_branch(neon_env_builder: NeonEnvBuilder): +@pytest.mark.parametrize("x", range(20)) +def test_ancestor_branch(neon_env_builder: NeonEnvBuilder, x: int): env = neon_env_builder.init_start() # Override defaults, 1M gc_horizon and 4M checkpoint_distance.