diff --git a/antithesis-tests/stress-composer/first_setup.py b/antithesis-tests/stress-composer/first_setup.py index 45b37466f..c3a3c8351 100755 --- a/antithesis-tests/stress-composer/first_setup.py +++ b/antithesis-tests/stress-composer/first_setup.py @@ -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)}")