Wait for the snapshot to complete

This commit is contained in:
Alexey Masterov
2025-07-17 12:34:43 +02:00
parent 5861d0f9b2
commit f5cebcaf6a

View File

@@ -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: