From c2af6d98dbc706d330c8abd96a5661a315723fb6 Mon Sep 17 00:00:00 2001 From: Heikki Linnakangas Date: Fri, 17 Sep 2021 20:04:29 +0300 Subject: [PATCH] Don't print 'pg_controldata' output after every startup in tests. It's not interesting for most tests, and clutters the output. If there are individual tests where it is worthwhole, let's add pg_controldata calls to those tests, but I don't think it's needed for now. --- test_runner/fixtures/zenith_fixtures.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/test_runner/fixtures/zenith_fixtures.py b/test_runner/fixtures/zenith_fixtures.py index 903d097ce2..4c061a43e6 100644 --- a/test_runner/fixtures/zenith_fixtures.py +++ b/test_runner/fixtures/zenith_fixtures.py @@ -552,8 +552,6 @@ class Postgres(PgProtocol): print(f"stdout: {run_result.stdout}") - self.pg_bin.run(['pg_controldata', self.pg_data_dir_path()]) - return self def pg_data_dir_path(self) -> str: