From 8a81b9050347214cb9e5ba2a57ed3c9a9b309e01 Mon Sep 17 00:00:00 2001 From: Tanzeel Khan <140405735+tanscorpio7@users.noreply.github.com> Date: Wed, 25 Dec 2024 01:36:13 +0530 Subject: [PATCH] Ignore sp_columns_100 in parallel jdbc mode (#3309) * ignore sp_columns_100 in parallel jdbc mode Signed-off-by: Tanzeel Khan * minor fixes Signed-off-by: Tanzeel Khan * yml fix Signed-off-by: Tanzeel Khan --------- Signed-off-by: Tanzeel Khan --- .github/workflows/minor-version-upgrade.yml | 2 +- test/JDBC/parallel_query_jdbc_schedule | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/minor-version-upgrade.yml b/.github/workflows/minor-version-upgrade.yml index 8e33f3cdd1..3adc33bf2f 100644 --- a/.github/workflows/minor-version-upgrade.yml +++ b/.github/workflows/minor-version-upgrade.yml @@ -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 diff --git a/test/JDBC/parallel_query_jdbc_schedule b/test/JDBC/parallel_query_jdbc_schedule index 84997b3888..2a5f9ba88d 100644 --- a/test/JDBC/parallel_query_jdbc_schedule +++ b/test/JDBC/parallel_query_jdbc_schedule @@ -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