antithesis: Fix first_setup.py to commit both transactions

This commit is contained in:
Pekka Enberg
2025-07-11 13:12:26 +03:00
parent 37176160f9
commit e90ff42484

View File

@@ -83,6 +83,8 @@ for i in range(tbl_count):
CREATE TABLE tbl_{i} ({cols_str})
""")
con_init.commit()
con.commit()
print(f"DB Schemas\n------------\n{json.dumps(schemas, indent=2)}")