Skip to content

Commit

Permalink
Test one change
Browse files Browse the repository at this point in the history
  • Loading branch information
Dipesh Dhameliya committed Jan 2, 2024
1 parent 91472f5 commit fab541f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/scripts/create_extension.sql
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ ALTER SYSTEM SET babelfishpg_tsql.migration_mode = :'migration_mode';
ALTER SYSTEM SET min_parallel_index_scan_size = 0;
ALTER SYSTEM SET min_parallel_table_scan_size = 0;
ALTER SYSTEM SET force_parallel_mode = 1;
ALTER SYSTEM SET max_worker_processes = 20;
ALTER SYSTEM SET max_parallel_workers = 20;
ALTER SYSTEM SET max_parallel_workers_per_gather = 4;
\endif

Expand Down
2 changes: 2 additions & 0 deletions test/JDBC/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ ALTER SYSTEM SET min_parallel_index_scan_size = 0;
ALTER SYSTEM SET min_parallel_table_scan_size = 0;
ALTER SYSTEM SET force_parallel_mode = 1;
ALTER SYSTEM SET max_parallel_workers_per_gather = 4;
ALTER SYSTEM SET max_worker_processes = 20;
ALTER SYSTEM SET max_parallel_workers = 20;
SELECT pg_reload_conf();
\c jdbc_testdb
show babelfishpg_tsql.database_name;
Expand Down
5 changes: 4 additions & 1 deletion test/JDBC/jdbc_schedule
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@
# new line
# 6. If you want the framework to not run certain files, use: ignore#!#<test name>

all
#all
BABEL-SP_TABLE_PRIVILIGES-vu-prepare
BABEL-SP_TABLE_PRIVILIGES-vu-verify
BABEL-SP_TABLE_PRIVILIGES-vu-cleanup

# BABEL-SP_FKEYS test is very slow and causing github action timeout.

Expand Down
2 changes: 1 addition & 1 deletion test/JDBC/parallel_query_jdbc_schedule
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ ignore#!#babel_table_type
ignore#!#BABEL-1363

# Taking too much time to complete. (TIME-OUT FAILURES)
ignore#!#BABEL-SP_TABLE_PRIVILIGES-vu-verify
#ignore#!#BABEL-SP_TABLE_PRIVILIGES-vu-verify
ignore#!#BABEL-3013
ignore#!#BABEL-SP_TABLE_PRIVILEGES
ignore#!#ISC-Columns-vu-verify
Expand Down

0 comments on commit fab541f

Please sign in to comment.