This commit is contained in:
Alexey Masterov
2025-07-18 16:37:39 +02:00
parent 6763925a4d
commit c7e1183da4
2 changed files with 0 additions and 5 deletions

View File

@@ -479,8 +479,6 @@ class NeonAPI:
operations = self.get_operations(project_id)["operations"]
for op in operations:
if op["status"] in {"scheduling", "running", "cancelling"}:
# XXX debug only, do not merge
log.info("Waiting for operation: %s", op)
has_running = True
time.sleep(0.5)

View File

@@ -488,9 +488,6 @@ class NeonProject:
),
)
self.wait()
# XXX do not merge, debug only
cur.execute("SELECT * FROM sanity_check WHERE name = 'snapsot_name'")
log.info("sanity: %s", cur.fetchone())
cur.execute("UPDATE sanity_check SET value = 'tainted' || value")
conn.commit()
return snapshot