Changeset: 43ed696c56e4 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/43ed696c56e4
Modified Files:
        sql/jdbc/tests/Tests/JDBC_API_Tester.SQL.py
Branch: Sep2022
Log Message:

Use variables: we have them.


diffs (12 lines):

diff --git a/sql/jdbc/tests/Tests/JDBC_API_Tester.SQL.py 
b/sql/jdbc/tests/Tests/JDBC_API_Tester.SQL.py
--- a/sql/jdbc/tests/Tests/JDBC_API_Tester.SQL.py
+++ b/sql/jdbc/tests/Tests/JDBC_API_Tester.SQL.py
@@ -10,7 +10,7 @@ USER='monetdb'
 PASSWORD='monetdb'
 JDBC_EXTRA_ARGS=os.getenv('JDBC_EXTRA_ARGS', default='')
 
-URL=f"jdbc:monetdb://{HOST}:{MAPIPORT}/{TSTDB}?user=monetdb&password=monetdb{JDBC_EXTRA_ARGS}"
+URL=f"jdbc:monetdb://{HOST}:{MAPIPORT}/{TSTDB}?user={USER}&password={PASSWORD}{JDBC_EXTRA_ARGS}"
 
 cmd = ['java', 'JDBC_API_Tester', URL]
 try:
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to