Changeset: 55b5d4bbdc73 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/55b5d4bbdc73
Modified Files:
testing/Mtest.py.in
Branch: default
Log Message:
Use unix domain socket to connect to server if available.
diffs (14 lines):
diff --git a/testing/Mtest.py.in b/testing/Mtest.py.in
--- a/testing/Mtest.py.in
+++ b/testing/Mtest.py.in
@@ -1384,8 +1384,8 @@ def PerformDir(env, testdir, testlist, t
break
dbh = pymonetdb.connect(username='monetdb',
password='monetdb',
- hostname='localhost',
- port=pSrvr.port,
+ hostname=HOST,
+ port=int(pSrvr.port),
database=TSTDB,
autocommit=True)
crs = dbh.cursor()
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]