Skip to content

Commit

Permalink
fix jdbc tests fails locally with error " 'tds_fdw' extension does no…
Browse files Browse the repository at this point in the history
…t exists". (babelfish-for-postgresql#2029)

Some tests listed in issue BABEL-4540 failing with error " 'tds_fdw' extension does not exists". This is because of
tds_fdw extension is not installed locally. However while running jdbc test check in GitHub we install 'tds_fdw'
extension in GitHub check. These tests are running now as expected in parallel query mode. Removed these tests from
ignore file. One of the test four-part-names-vu-verify still failing due to time-out. Included this test to appropriate group.

Task: BABEL-4540
Signed-off-by: Sandeep Kumawat <[email protected]>
  • Loading branch information
skumawat2025 authored and Jason Teng committed Dec 24, 2023
1 parent 7532a63 commit f80974b
Showing 1 changed file with 2 additions and 18 deletions.
20 changes: 2 additions & 18 deletions test/JDBC/parallel_query_jdbc_schedule
Original file line number Diff line number Diff line change
Expand Up @@ -81,23 +81,6 @@ ignore#!#babel_datetime-vu-verify
ignore#!#babel_datetime
ignore#!#BABEL-2812-vu-verify

# "tds_fdw" does not exist - JIRA-4540
ignore#!#BABEL-4168-vu-prepare
ignore#!#BABEL-4168-vu-verify
ignore#!#BABEL-4168-vu-cleanup
ignore#!#four-part-names-vu-prepare
ignore#!#four-part-names-vu-verify
ignore#!#four-part-names-vu-cleanup
ignore#!#linked_servers-vu-prepare
ignore#!#linked_servers-vu-verify
ignore#!#linked_servers-vu-cleanup
ignore#!#linked_srv_4229-vu-prepare
ignore#!#linked_srv_4229-vu-verify
ignore#!#linked_srv_4229-vu-cleanup
ignore#!#openquery-vu-prepare
ignore#!#openquery-vu-verify
ignore#!#openquery-vu-cleanup

# relation "onek" does not exist: JIRA-4541
ignore#!#pgr_select
ignore#!#pgr_select_distinct
Expand Down Expand Up @@ -322,4 +305,5 @@ ignore#!#ISC-Views
ignore#!#TestSimpleErrorsWithXactAbort
ignore#!#BABEL-2513
ignore#!#TestDatetime-numeric-representation-vu-prepare
ignore#!#TestDatetime-numeric-representation-vu-verify
ignore#!#TestDatetime-numeric-representation-vu-verify
ignore#!#four-part-names-vu-verify

0 comments on commit f80974b

Please sign in to comment.