run multiple test_ancestor_branch

This commit is contained in:
Thang Pham
2022-07-13 17:33:41 -04:00
parent 8eef47eeb4
commit adcda6d4e5

View File

@@ -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.