Changeset: 9b5e51d76ed2 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=9b5e51d76ed2
Added Files:
        sql/test/BugTracker-2020/Tests/deallocate-id.Bug-7010.SQL.py
Branch: mtest
Log Message:

Convert deallocate-id.Bug-7010 to Python test


diffs (13 lines):

diff --git a/sql/test/BugTracker-2020/Tests/deallocate-id.Bug-7010.SQL.py 
b/sql/test/BugTracker-2020/Tests/deallocate-id.Bug-7010.SQL.py
new file mode 100644
--- /dev/null
+++ b/sql/test/BugTracker-2020/Tests/deallocate-id.Bug-7010.SQL.py
@@ -0,0 +1,8 @@
+from MonetDBtesting.sqltest import SQLTestCase
+
+with SQLTestCase() as tc:
+    tc.connect()
+    with open('deallocate-id.Bug-7010.sql') as f:
+        tc.execute(query=None, client='mclient', stdin=f)\
+            .assertMatchStableOut(fout='deallocate-id.Bug-7010.stable.out')\
+            .assertMatchStableError(ferr='deallocate-id.Bug-7010.stable.err')
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to