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 Dipesh Dhameliya committed Nov 20, 2023
1 parent 2aaac7e commit 70b845f
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions test/JDBC/parallel_query_jdbc_schedule
Original file line number Diff line number Diff line change
Expand Up @@ -61,23 +61,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 @@ -298,3 +281,4 @@ ignore#!#TestSimpleErrorsWithXactAbort
ignore#!#BABEL-2513
ignore#!#TestDatetime-numeric-representation-vu-prepare
ignore#!#TestDatetime-numeric-representation-vu-verify
ignore#!#four-part-names-vu-verify

0 comments on commit 70b845f

Please sign in to comment.