Changeset: d604d30a8992 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=d604d30a8992 Added Files: sql/test/BugTracker-2012/Tests/fixed_limit_for_prepare.Bug-3208.SQL.py Branch: mtest Log Message:
fix remaining sql/test/BugTracker-2012 diffs (18 lines): diff --git a/sql/test/BugTracker-2012/Tests/fixed_limit_for_prepare.Bug-3208.SQL.py b/sql/test/BugTracker-2012/Tests/fixed_limit_for_prepare.Bug-3208.SQL.py new file mode 100644 --- /dev/null +++ b/sql/test/BugTracker-2012/Tests/fixed_limit_for_prepare.Bug-3208.SQL.py @@ -0,0 +1,13 @@ +import sys +from MonetDBtesting.sqltest import SQLTestCase + +with SQLTestCase() as tc: + # optional or default connection + tc.connect() + with open('fixed_limit_for_prepare.Bug-3208.sql') as f: + tr = tc.execute(query=None, client='mclient', stdin=f)\ + .assertSucceeded()\ + .assertMatchStableOut('fixed_limit_for_prepare.Bug-3208.stable.out') + # make it pass the old way with Mtest as well + print(tr.data) + _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list