mirror of
https://github.com/neondatabase/neon.git
synced 2026-08-18 03:58:19 +00:00
tests: update remote storage test for deletion queue
This commit is contained in:
@@ -613,3 +613,6 @@ class PageserverHttpClient(requests.Session):
|
||||
},
|
||||
)
|
||||
self.verbose_error(res)
|
||||
|
||||
def deletion_queue_flush_execute(self):
|
||||
self.put(f"http://localhost:{self.port}/v1/deletion_queue/flush_execute").raise_for_status()
|
||||
|
||||
Reference in New Issue
Block a user