Changeset: b42f9e759815 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/b42f9e759815
Removed Files:
        sql/test/BugTracker/Tests/jdbc_no_debug.SF-1739356.test
Modified Files:
        sql/test/BugTracker/Tests/All
Branch: default
Log Message:

removed useless tests.

The tests in this file don't address the problem mentioned in the bug report, 
instead, they sometimes fail due to expected differences in the output.  Hence, 
removing this test now and if the original problem pops up again (most 
improbable), we'll deal with it.


diffs (74 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
@@ -75,7 +75,6 @@ explain.SF-1739353
 limit_timestampz.SF-1774217
 convert_dec2varchar.SF-1774312
 convert_dec2varchar_crash.SF-1775550
-jdbc_no_debug.SF-1739356
 cascade_operations_in_different_sessions.SF-1823387_create
 cascade_operations_in_different_sessions.SF-1823387_drop
 number_null_first_row.SF-1833286
diff --git a/sql/test/BugTracker/Tests/jdbc_no_debug.SF-1739356.test 
b/sql/test/BugTracker/Tests/jdbc_no_debug.SF-1739356.test
deleted file mode 100644
--- a/sql/test/BugTracker/Tests/jdbc_no_debug.SF-1739356.test
+++ /dev/null
@@ -1,58 +0,0 @@
-query T nosrt
-plan select count(*) from tables
-----
-project (
-| group by (
-| | union (
-| | | group by (
-| | | | project (
-| | | | | select (
-| | | | | | table("sys"."_tables") [ "_tables"."id", "_tables"."type" ]
-| | | | | ) [ ("_tables"."type") != (smallint(16) "2") ]
-| | | | ) [ "_tables"."id" as "tables"."id" ]
-| | | ) [  ] [ "sys"."count"() NOT NULL UNIQUE as "%10"."%10" ],
-| | | group by (
-| | | | project (
-| | | | | table("tmp"."_tables") [ "_tables"."id" NOT NULL UNIQUE ]
-| | | | ) [ "_tables"."id" NOT NULL UNIQUE as "tables"."id" ]
-| | | ) [  ] [ "sys"."count"() NOT NULL UNIQUE as "%10"."%10" ]
-| | ) [ "%10"."%10" NOT NULL ]
-| ) [  ] [ "sys"."sum" no nil ("%10"."%10" NOT NULL) NOT NULL UNIQUE as 
"%10"."%10" ]
-) [ "%10"."%10" NOT NULL UNIQUE ]
-
-statement ok
-set optimizer='sequential_pipe'
-
-query T python .explain.function_histogram
-explain select count(*) from tables
-----
-aggr.count
-2
-aggr.sum
-1
-algebra.thetaselect
-2
-bat.append
-2
-bat.new
-1
-bat.single
-1
-querylog.define
-1
-sql.bind
-2
-sql.mvc
-1
-sql.resultSet
-1
-sql.subdelta
-1
-sql.tid
-2
-user.main
-1
-
-statement ok
-set optimizer='default_pipe'
-
_______________________________________________
checkin-list mailing list -- checkin-list@monetdb.org
To unsubscribe send an email to checkin-list-le...@monetdb.org

Reply via email to