mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-28 02:20:42 +00:00
run multiple test_ancestor_branch
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user