test: use aux file v2 policy in benchmarks (#8174)

Use aux file v2 in benchmarks.

Signed-off-by: Alex Chi Z <chi@neon.tech>
This commit is contained in:
Alex Chi Z
2024-06-26 16:33:15 -04:00
committed by GitHub
parent c39d5b03e8
commit 04b2ac3fed
2 changed files with 7 additions and 8 deletions

View File

@@ -2,9 +2,10 @@ import time
import pytest
from fixtures.log_helper import log
from fixtures.neon_fixtures import NeonEnv, PgBin, logical_replication_sync
from fixtures.neon_fixtures import AuxFileStore, NeonEnv, PgBin, logical_replication_sync
@pytest.mark.parametrize("pageserver_aux_file_policy", [AuxFileStore.V2])
@pytest.mark.timeout(1000)
def test_logical_replication(neon_simple_env: NeonEnv, pg_bin: PgBin, vanilla_pg):
env = neon_simple_env