mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-27 18:10:37 +00:00
test_runner/performance: fix flush for NeonCompare (#3135)
Fix performance tests: ``` AttributeError: 'NeonCompare' object has no attribute 'pageserver_http' ```
This commit is contained in:
committed by
GitHub
parent
c86c0c08ef
commit
64775a0a75
@@ -115,7 +115,7 @@ class NeonCompare(PgCompare):
|
||||
return self._pg_bin
|
||||
|
||||
def flush(self):
|
||||
self.pageserver_http.timeline_checkpoint(self.env.initial_tenant, self.timeline)
|
||||
self.pageserver_http_client.timeline_checkpoint(self.env.initial_tenant, self.timeline)
|
||||
self.pageserver_http_client.timeline_gc(self.env.initial_tenant, self.timeline, 0)
|
||||
|
||||
def compact(self):
|
||||
|
||||
Reference in New Issue
Block a user