Skip to content

Commit

Permalink
add some more failing tests cases.
Browse files Browse the repository at this point in the history
Signed-off-by: Sandeep Kumawat <[email protected]>
  • Loading branch information
Sandeep Kumawat committed Oct 9, 2023
1 parent babe1f3 commit 8262591
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/jdbc-tests-with-parallel-query.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Run JDBC Tests
id: jdbc
if: always() && steps.install-extensions.outcome == 'success'
timeout-minutes: 200
timeout-minutes: 80
run: |
export PATH=~/${{env.INSTALL_DIR}}/bin:$PATH
export PG_SRC=~/work/babelfish_extensions/postgresql_modified_for_babelfish
Expand Down
19 changes: 18 additions & 1 deletion test/JDBC/parallel_query_jdbc_schedule
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,12 @@ ignore#!#BABEL-728-vu-verify
ignore#!#BABEL-728
ignore#!#BABEL-735
ignore#!#BABEL-OPENJSON
ignore#!#Test-sp_addrolemember-vu-prepare
ignore#!#Test-sp_addrolemember-vu-verify
ignore#!#Test-sp_addrolemember-vu-cleanup
ignore#!#Test-sp_droprolemember-vu-prepare
ignore#!#Test-sp_droprolemember-vu-verify
ignore#!#Test-sp_droprolemember-vu-cleanup
ignore#!#TestDatetime-numeric-dateaddfunction-vu-prepare
ignore#!#TestDatetime-numeric-representation-vu-prepare
ignore#!#babel_datatype_sqlvariant-vu-verify
Expand Down Expand Up @@ -542,9 +546,22 @@ ignore#!#getdate-vu-cleanup

ignore#!#getdatetest

BABEL-4264
TestDatetime-numeric-dateaddfunction-vu-verify
TestDatetime-numeric-representation-vu-verify
TestSQLQueries
babel_collation

#Taking too much time to complete.
ignore#!#BABEL-SP_TABLE_PRIVILIGES-vu-verify
ignore#!#BABEL-SP_COLUMNS_MANAGED-dep-vu-verify
ignore#!#BABEL-SP_TABLES
ignore#!#ISC-Domains-vu-verify
ignore#!#Test-sp_rename-vu-verify
ignore#!#Test-sp_rename-vu-prepare
ignore#!#Test-sp_rename-vu-verify
ignore#!#Test-sp_rename-vu-cleanup
BABEL-3013
BABEL-SP_COLUMN_PRIVILEGES
BABEL-SP_TABLE_PRIVILEGES
ISC-Columns-vu-verify
TestSimpleErrors

0 comments on commit 8262591

Please sign in to comment.