From 4256231eb721a3fa86fc5305cd9b457831ab9bfd Mon Sep 17 00:00:00 2001 From: Arseny Sher Date: Mon, 4 Oct 2021 16:50:46 +0300 Subject: [PATCH] Enable test_start_compute with safekeepers. It should work now. --- test_runner/batch_others/test_restart_compute.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/test_runner/batch_others/test_restart_compute.py b/test_runner/batch_others/test_restart_compute.py index 60015c03db..193b675e23 100644 --- a/test_runner/batch_others/test_restart_compute.py +++ b/test_runner/batch_others/test_restart_compute.py @@ -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,