Changeset: ad1a72eb808c for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/ad1a72eb808c
Removed Files:
        sql/test/BugTracker/Tests/explain.SF-1739353.test
Modified Files:
        sql/test/BugTracker/Tests/All
Branch: Aug2024
Log Message:

removed unnecessary test
(it doesn't test what this SF issue was about, i.e. JDBCclient didn't support
EXPLAIN queries, which is now covered by the JDBC API tests)


diffs (42 lines):

diff --git a/sql/test/BugTracker/Tests/All b/sql/test/BugTracker/Tests/All
--- a/sql/test/BugTracker/Tests/All
+++ b/sql/test/BugTracker/Tests/All
@@ -71,7 +71,6 @@ update_pkey_bug.SF-1733712
 update_fkey_with_value_not_in_the_pkey.SF-1734143
 alter_table_add_fkey.SF-1737668
 select_id_not_in_another_select.SF-1737777
-explain.SF-1739353
 limit_timestampz.SF-1774217
 convert_dec2varchar.SF-1774312
 convert_dec2varchar_crash.SF-1775550
diff --git a/sql/test/BugTracker/Tests/explain.SF-1739353.test 
b/sql/test/BugTracker/Tests/explain.SF-1739353.test
deleted file mode 100644
--- a/sql/test/BugTracker/Tests/explain.SF-1739353.test
+++ /dev/null
@@ -1,26 +0,0 @@
-statement ok
-set optimizer='sequential_pipe'
-
-query T python .explain.function_histogram
-EXPLAIN SELECT "name" FROM "tables"
-----
-bat.pack
-5
-querylog.define
-1
-sql.bind
-2
-sql.mvc
-1
-sql.projectdelta
-1
-sql.resultSet
-1
-sql.tid
-1
-user.main
-1
-
-statement ok
-set optimizer='default_pipe'
-
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to