From 827c3013bde272660d2577883cbc07c770c5a4e6 Mon Sep 17 00:00:00 2001 From: Kirill Bulatov Date: Fri, 2 Sep 2022 13:20:31 +0300 Subject: [PATCH] Adjust benchmark code to Ids --- test_runner/fixtures/compare_fixtures.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test_runner/fixtures/compare_fixtures.py b/test_runner/fixtures/compare_fixtures.py index 6bca5be335..ceeeffc785 100644 --- a/test_runner/fixtures/compare_fixtures.py +++ b/test_runner/fixtures/compare_fixtures.py @@ -112,10 +112,10 @@ class NeonCompare(PgCompare): return self._pg_bin def flush(self): - self.pscur.execute(f"do_gc {self.env.initial_tenant.hex} {self.timeline} 0") + self.pscur.execute(f"do_gc {self.env.initial_tenant} {self.timeline} 0") def compact(self): - self.pscur.execute(f"compact {self.env.initial_tenant.hex} {self.timeline}") + self.pscur.execute(f"compact {self.env.initial_tenant} {self.timeline}") def report_peak_memory_use(self) -> None: self.zenbenchmark.record(