Skip to content

Commit

Permalink
Update BABEL-1444 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)
(cherry picked from commit a255473)
  • Loading branch information
HarshLunagariya authored and roshan0708 committed Dec 9, 2024
1 parent 1b5225e commit 2962406
Showing 1 changed file with 6 additions and 6 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

0 comments on commit 2962406

Please sign in to comment.