Changeset: 1d84018a3d34 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/1d84018a3d34
Modified Files:
sql/test/BugTracker-2017/Tests/All
sql/test/BugTracker-2017/Tests/sqlsmith02.test
Branch: Sep2022
Log Message:
Make another test independent of netcdf
diffs (38 lines):
diff --git a/sql/test/BugTracker-2017/Tests/All
b/sql/test/BugTracker-2017/Tests/All
--- a/sql/test/BugTracker-2017/Tests/All
+++ b/sql/test/BugTracker-2017/Tests/All
@@ -27,7 +27,7 @@ dce_bug-6177
default-insert-update.Bug-6249
crash_on_NULL_ptr.Bug-6130
sqlsmith01
-HAVE_GEOM&HAVE_NETCDF?sqlsmith02
+HAVE_GEOM?sqlsmith02
HAVE_GEOM?sqlsmith03
sqlsmith04
nested_with.Bug-6187
diff --git a/sql/test/BugTracker-2017/Tests/sqlsmith02.test
b/sql/test/BugTracker-2017/Tests/sqlsmith02.test
--- a/sql/test/BugTracker-2017/Tests/sqlsmith02.test
+++ b/sql/test/BugTracker-2017/Tests/sqlsmith02.test
@@ -1,3 +1,6 @@
+statement ok
+CREATE TABLE my_vardim ("var_id" INTEGER,"dim_id" INTEGER,"dimpos" INTEGER)
+
query TT rowsort
select
ref_78.mod as c0,
@@ -18,7 +21,7 @@ from
on (ref_38.type_digits = ref_75.srid )
left join sys.schemas as ref_80
inner join sys.schemas as ref_81
- left join sys.netcdf_vardim as ref_95
+ left join my_vardim as ref_95
inner join sys._columns as ref_96
on (ref_95.dim_id = ref_96.id )
on (ref_81.owner = ref_96.id )
@@ -40,3 +43,6 @@ where ref_38.table_id is NULL
limit 63
----
+statement ok
+DROP TABLE my_vardim
+
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]