Changeset: e3e943b51dfc for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=e3e943b51dfc
Added Files:
        sql/test/SQLancer/Tests/sqlancer08.stable.err
        sql/test/SQLancer/Tests/sqlancer08.stable.out
Branch: octbugs
Log Message:

Added expected output


diffs (56 lines):

diff --git a/sql/test/SQLancer/Tests/sqlancer08.stable.err 
b/sql/test/SQLancer/Tests/sqlancer08.stable.err
new file mode 100644
--- /dev/null
+++ b/sql/test/SQLancer/Tests/sqlancer08.stable.err
@@ -0,0 +1,12 @@
+stderr of test 'sqlancer08` in directory 'sql/test/SQLancer` itself:
+
+
+# 11:38:36 >  
+# 11:38:36 >  "mclient" "-lsql" "-ftest" "-tnone" "-Eutf-8" "-i" "-e" 
"--host=/var/tmp/mtest-68619" "--port=38834"
+# 11:38:36 >  
+
+
+# 11:38:36 >  
+# 11:38:36 >  "Done."
+# 11:38:36 >  
+
diff --git a/sql/test/SQLancer/Tests/sqlancer08.stable.out 
b/sql/test/SQLancer/Tests/sqlancer08.stable.out
new file mode 100644
--- /dev/null
+++ b/sql/test/SQLancer/Tests/sqlancer08.stable.out
@@ -0,0 +1,34 @@
+stdout of test 'sqlancer08` in directory 'sql/test/SQLancer` itself:
+
+
+# 11:38:36 >  
+# 11:38:36 >  "mclient" "-lsql" "-ftest" "-tnone" "-Eutf-8" "-i" "-e" 
"--host=/var/tmp/mtest-68619" "--port=38834"
+# 11:38:36 >  
+
+#START TRANSACTION;
+#CREATE TABLE "t0" ("tc0" VARCHAR(32) NOT NULL,CONSTRAINT "t0_tc0_pkey" 
PRIMARY KEY ("tc0"),CONSTRAINT "t0_tc0_unique" UNIQUE ("tc0"));
+#INSERT INTO "t0" VALUES ('1048409847'), ('ph'), ('CV'), ('T\t'), ('!iG&');
+[ 5    ]
+#CREATE TABLE "t1" ("tc0" VARCHAR(32) NOT NULL,CONSTRAINT "t1_tc0_unique" 
UNIQUE ("tc0"),CONSTRAINT "t1_tc0_fkey" FOREIGN KEY ("tc0") REFERENCES "t1" 
("tc0"));
+#select 1 from t0 join t1 on sql_min(true, t1.tc0 between rtrim(t0.tc0) and 
'a');
+% .%1 # table_name
+% %1 # name
+% tinyint # type
+% 1 # length
+#select cast("isauuid"(t1.tc0) as int) from t0 full outer join t1 on
+#not (sql_min(not ((interval '505207731' day) in (interval '1621733891' day)), 
(nullif(t0.tc0, t1.tc0)) between asymmetric (rtrim(t0.tc0)) and (cast((r'_7') 
in (r'', t0.tc0) as string(891)))));
+% .%7 # table_name
+% %7 # name
+% int # type
+% 1 # length
+[ NULL ]
+[ NULL ]
+[ NULL ]
+[ NULL ]
+[ NULL ]
+#ROLLBACK;
+
+# 11:38:36 >  
+# 11:38:36 >  "Done."
+# 11:38:36 >  
+
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to