Changeset: 2468ab9d8d51 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=2468ab9d8d51
Added Files:
        
sql/test/BugTracker-2020/Tests/drop-table-with-auto_increment.Bug-7030.sql
        
sql/test/BugTracker-2020/Tests/drop-table-with-auto_increment.Bug-7030.stable.err
        
sql/test/BugTracker-2020/Tests/drop-table-with-auto_increment.Bug-7030.stable.out
Modified Files:
        sql/test/BugTracker-2020/Tests/All
Branch: Oct2020
Log Message:

Added test for Issue #7030


diffs (59 lines):

diff --git a/sql/test/BugTracker-2020/Tests/All 
b/sql/test/BugTracker-2020/Tests/All
--- a/sql/test/BugTracker-2020/Tests/All
+++ b/sql/test/BugTracker-2020/Tests/All
@@ -40,3 +40,4 @@ transaction_with_unreleased_savepoint.Bu
 view_with_aggr_column.Bug-7023
 delete-transaction-loose-inserts.Bug-7024
 revokeRoleUserLoggedIN.Bug-7026
+drop-table-with-auto_increment.Bug-7030
diff --git 
a/sql/test/BugTracker-2020/Tests/drop-table-with-auto_increment.Bug-7030.sql 
b/sql/test/BugTracker-2020/Tests/drop-table-with-auto_increment.Bug-7030.sql
new file mode 100644
--- /dev/null
+++ b/sql/test/BugTracker-2020/Tests/drop-table-with-auto_increment.Bug-7030.sql
@@ -0,0 +1,4 @@
+create schema s1;
+create table s1.t (i int not null auto_increment);
+drop table s1.t;
+drop schema s1;
diff --git 
a/sql/test/BugTracker-2020/Tests/drop-table-with-auto_increment.Bug-7030.stable.err
 
b/sql/test/BugTracker-2020/Tests/drop-table-with-auto_increment.Bug-7030.stable.err
new file mode 100644
--- /dev/null
+++ 
b/sql/test/BugTracker-2020/Tests/drop-table-with-auto_increment.Bug-7030.stable.err
@@ -0,0 +1,16 @@
+stderr of test 'drop-table-with-auto_increment.Bug-7030` in directory 
'sql/test/BugTracker-2020` itself:
+
+
+# 12:21:18 >  
+# 12:21:18 >  "mclient" "-lsql" "-ftest" "-tnone" "-Eutf-8" "-i" "-e" 
"--host=/var/tmp/mtest-868236" "--port=30843"
+# 12:21:18 >  
+
+MAPI  = (monetdb) /var/tmp/mtest-868236/.s.monetdb.30843
+QUERY = drop schema s1;
+
+CODE  = 2BM37
+
+# 12:21:18 >  
+# 12:21:18 >  "Done."
+# 12:21:18 >  
+
diff --git 
a/sql/test/BugTracker-2020/Tests/drop-table-with-auto_increment.Bug-7030.stable.out
 
b/sql/test/BugTracker-2020/Tests/drop-table-with-auto_increment.Bug-7030.stable.out
new file mode 100644
--- /dev/null
+++ 
b/sql/test/BugTracker-2020/Tests/drop-table-with-auto_increment.Bug-7030.stable.out
@@ -0,0 +1,16 @@
+stdout of test 'drop-table-with-auto_increment.Bug-7030` in directory 
'sql/test/BugTracker-2020` itself:
+
+
+# 12:21:18 >  
+# 12:21:18 >  "mclient" "-lsql" "-ftest" "-tnone" "-Eutf-8" "-i" "-e" 
"--host=/var/tmp/mtest-868236" "--port=30843"
+# 12:21:18 >  
+
+#create schema s1;
+#create table s1.t (i int not null auto_increment);
+#drop table s1.t;
+#drop schema s1;
+
+# 12:21:18 >  
+# 12:21:18 >  "Done."
+# 12:21:18 >  
+
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to