Enable test_start_compute with safekeepers.

It should work now.
This commit is contained in:
Arseny Sher
2021-10-04 16:50:46 +03:00
parent ae27490281
commit 4256231eb7

View File

@@ -9,10 +9,7 @@ pytest_plugins = ("fixtures.zenith_fixtures")
#
# Test restarting and recreating a postgres instance
#
# XXX: with_wal_acceptors=True fails now, would be fixed with
# `postgres --sync-walkeepers` patches.
#
@pytest.mark.parametrize('with_wal_acceptors', [False])
@pytest.mark.parametrize('with_wal_acceptors', [False, True])
def test_restart_compute(
zenith_cli,
pageserver: ZenithPageserver,