Skip to content

Commit

Permalink
Update BABEL-1444 and Test-sp_reset_connection expected files (#3190)
Browse files Browse the repository at this point in the history
After recent engine fixes, setting of role started giving expected output in case of parallel query enabled environment. This commit updates those test files expected output in case of parallel query enabled run.

Issues Resolved
Task: BABEL-5425

Authored-by: Harsh Lunagariya [email protected]
(cherry picked from commit 8b26542)
  • Loading branch information
HarshLunagariya authored and shardgupta committed Dec 6, 2024
1 parent 95d4684 commit a255473
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions test/JDBC/expected/parallel_query/BABEL-1444.out
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ SELECT current_setting('role');
GO
~~START~~
text
none
master_dbo
~~END~~

SELECT current_setting('search_path');
Expand Down Expand Up @@ -98,7 +98,7 @@ SELECT current_setting('role');
GO
~~START~~
text
none
dbo
~~END~~

SELECT current_setting('search_path');
Expand Down Expand Up @@ -135,7 +135,7 @@ SELECT current_setting('role');
GO
~~START~~
text
none
dbo
~~END~~

SELECT current_setting('search_path');
Expand Down Expand Up @@ -168,7 +168,7 @@ SELECT current_setting('role');
GO
~~START~~
text
none
master_dbo
~~END~~

SELECT current_setting('search_path');
Expand Down Expand Up @@ -200,7 +200,7 @@ SELECT current_setting('role');
GO
~~START~~
text
none
master_dbo
~~END~~

SELECT current_setting('search_path');
Expand Down Expand Up @@ -233,7 +233,7 @@ SELECT current_setting('role');
GO
~~START~~
text
none
master_dbo
~~END~~

SELECT current_setting('search_path');
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,7 @@ master_dbo, "$user", sys, pg_catalog

~~START~~
text
none
master_dbo
~~END~~


Expand Down Expand Up @@ -687,6 +687,6 @@ master_dbo, "$user", sys, pg_catalog

~~START~~
text
none
master_dbo
~~END~~

2 changes: 1 addition & 1 deletion test/JDBC/parallel_query_jdbc_schedule
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ ignore#!#BABEL-SP_TABLE_PRIVILIGES-vu-cleanup
ignore#!#BABEL-3013
ignore#!#BABEL-SP_TABLE_PRIVILEGES
ignore#!#ISC-Columns-vu-verify
ignore#!#sys-has_perms_by_name-vu-verify
ignore#!#sys-has_perms_by_name-vu-verify

0 comments on commit a255473

Please sign in to comment.