Skip to content

Commit

Permalink
Revert "Test one change"
Browse files Browse the repository at this point in the history
This reverts commit fab541f.
  • Loading branch information
Dipesh Dhameliya committed Jan 2, 2024
1 parent fab541f commit 709d2ff
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 9 deletions.
2 changes: 0 additions & 2 deletions .github/scripts/create_extension.sql
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ 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: 0 additions & 2 deletions test/JDBC/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ 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: 1 addition & 4 deletions test/JDBC/jdbc_schedule
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@
# new line
# 6. If you want the framework to not run certain files, use: ignore#!#<test name>

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

# 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 709d2ff

Please sign in to comment.