Changeset: 719af8be446a for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/719af8be446a
Modified Files:
        sql/test/sysmon/timeout/Tests/timeout_cross.SQL.py
Branch: Jan2022
Log Message:

Reuse connection.


diffs (11 lines):

diff --git a/sql/test/sysmon/timeout/Tests/timeout_cross.SQL.py 
b/sql/test/sysmon/timeout/Tests/timeout_cross.SQL.py
--- a/sql/test/sysmon/timeout/Tests/timeout_cross.SQL.py
+++ b/sql/test/sysmon/timeout/Tests/timeout_cross.SQL.py
@@ -1,6 +1,7 @@
 from MonetDBtesting.sqltest import SQLTestCase
 
 with SQLTestCase() as tc:
+    tc.connect()
     tc.execute("create table foo(id bigserial, value int);").assertSucceeded()
     tc.execute("create table bar(id bigserial, value int);").assertSucceeded()
     # test cross product
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to