Add debug

This commit is contained in:
Alexey Masterov
2025-07-17 15:06:53 +02:00
parent 1adc95758e
commit bf0be50df9

View File

@@ -482,6 +482,9 @@ 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")
return snapshot