Changeset: 9e8dbf079d09 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/9e8dbf079d09
Modified Files:
sql/test/BugTracker-2017/Tests/shutdown.Bug-6182.SQL.py
Branch: Jan2022
Log Message:
Typo.
diffs (11 lines):
diff --git a/sql/test/BugTracker-2017/Tests/shutdown.Bug-6182.SQL.py
b/sql/test/BugTracker-2017/Tests/shutdown.Bug-6182.SQL.py
--- a/sql/test/BugTracker-2017/Tests/shutdown.Bug-6182.SQL.py
+++ b/sql/test/BugTracker-2017/Tests/shutdown.Bug-6182.SQL.py
@@ -13,6 +13,6 @@ with tempfile.TemporaryDirectory() as fa
stdin=process.PIPE,
stdout=process.PIPE, stderr=process.PIPE) as srv:
with SQLTestCase() as tc:
- tc.connect(username="monetdb", password="monetdb",
port=src.dbport, database='db1')
+ tc.connect(username="monetdb", password="monetdb",
port=srv.dbport, database='db1')
tc.execute("call sys.shutdown(10);").assertSucceeded()
srv.communicate()
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]