Changeset: 079fc84e56bc for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/079fc84e56bc
Modified Files:
        sql/test/transactions/Tests/transaction_isolation5.SQL.py
Branch: Jul2021
Log Message:

Don't create that many tables. My bad


diffs (12 lines):

diff --git a/sql/test/transactions/Tests/transaction_isolation5.SQL.py 
b/sql/test/transactions/Tests/transaction_isolation5.SQL.py
--- a/sql/test/transactions/Tests/transaction_isolation5.SQL.py
+++ b/sql/test/transactions/Tests/transaction_isolation5.SQL.py
@@ -24,8 +24,6 @@ with SQLTestCase() as mdb1:
         mdb2.connect(username="monetdb", password="monetdb")
 
         mdb1.execute('create table child1(a int);').assertSucceeded()
-        mdb1.execute('create table child2(a int);').assertSucceeded()
-        mdb1.execute('create table child3(a int);').assertSucceeded()
 
         mdb1.execute('start transaction;').assertSucceeded()
         mdb2.execute('start transaction;').assertSucceeded()
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to