Skip to content

Commit

Permalink
Ignore sp_columns_100 in parallel jdbc mode (#3309)
Browse files Browse the repository at this point in the history
* ignore sp_columns_100 in parallel jdbc mode

Signed-off-by: Tanzeel Khan <[email protected]>

* minor fixes

Signed-off-by: Tanzeel Khan <[email protected]>

* yml fix

Signed-off-by: Tanzeel Khan <[email protected]>

---------

Signed-off-by: Tanzeel Khan <[email protected]>
  • Loading branch information
tanscorpio7 authored Dec 24, 2024
1 parent 7d320ef commit 8a81b90
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/minor-version-upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:

- name: Set env variables and build extensions
id: build-extensions-newer
if: always() && steps.compile-new-antlr.outcome == 'success'
if: always() && steps.build-modified-postgres-newer.outcome == 'success'
uses: ./.github/composite-actions/build-extensions

- name: Build PostGIS Extension
Expand Down
2 changes: 2 additions & 0 deletions test/JDBC/parallel_query_jdbc_schedule
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,6 @@ ignore#!#BABEL-3013
ignore#!#BABEL-SP_TABLE_PRIVILEGES
ignore#!#ISC-Columns-vu-verify
ignore#!#four-part-names-vu-verify
#TODO: BABEL-5472
ignore#!#sp_columns_100

0 comments on commit 8a81b90

Please sign in to comment.