Changeset: 9d2c56f499c6 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/9d2c56f499c6
Modified Files:
        testing/Mtest.py.in
Branch: Dec2025
Log Message:

Don't try to connect for keys check if server wasn't started.


diffs (12 lines):

diff --git a/testing/Mtest.py.in b/testing/Mtest.py.in
--- a/testing/Mtest.py.in
+++ b/testing/Mtest.py.in
@@ -2746,7 +2746,7 @@ class ServerClass:
         self.sendusr1()
 
     def checkkeys(self):
-        if not checkkeys:
+        if not checkkeys or self.port is None:
             return
         self.outfile.flush()
         try:
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to