mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-07 21:42:56 +00:00
Wait for the snapshot to complete
This commit is contained in:
@@ -481,8 +481,8 @@ class NeonProject:
|
||||
snapshot_name,
|
||||
),
|
||||
)
|
||||
self.wait()
|
||||
cur.execute("UPDATE sanity_check SET value = 'tainted' || value")
|
||||
self.wait()
|
||||
return snapshot
|
||||
|
||||
def delete_snapshot(self, snapshot_id: str) -> None:
|
||||
|
||||
Reference in New Issue
Block a user