Changeset: 6cd36a747d14 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/6cd36a747d14 Modified Files: sql/test/sysmon/Tests/All sql/test/sysmon/Tests/sys_user_statistics.SQL.py Branch: userprofile Log Message:
re-order test execution diffs (22 lines): diff --git a/sql/test/sysmon/Tests/All b/sql/test/sysmon/Tests/All --- a/sql/test/sysmon/Tests/All +++ b/sql/test/sysmon/Tests/All @@ -1,6 +1,6 @@ sys_queue sys_queue_expand +sys_queue_multisessions sys_user_statistics -sys_queue_multisessions #stop diff --git a/sql/test/sysmon/Tests/sys_user_statistics.SQL.py b/sql/test/sysmon/Tests/sys_user_statistics.SQL.py --- a/sql/test/sysmon/Tests/sys_user_statistics.SQL.py +++ b/sql/test/sysmon/Tests/sys_user_statistics.SQL.py @@ -1,6 +1,6 @@ ### # Check that the sys.user_statistics() function works, i.e. it correctly logs -# new users and their query count and maxquery +# new users and their query count and maxquery ### from MonetDBtesting.sqltest import SQLTestCase _______________________________________________ checkin-list mailing list -- [email protected] To unsubscribe send an email to [email protected]
