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 7c8ac53 commit 4a3a5b0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
24 changes: 12 additions & 12 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
db1_dbo
~~END~~

SELECT current_setting('search_path');
Expand Down Expand Up @@ -135,7 +135,7 @@ SELECT current_setting('role');
GO
~~START~~
text
none
db1_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 Expand Up @@ -271,7 +271,7 @@ SELECT current_setting('role');
GO
~~START~~
text
none
master_dbo
~~END~~

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

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

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

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

SELECT current_setting('search_path');
Expand Down Expand Up @@ -438,7 +438,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 @@ -688,7 +688,7 @@ master_dbo, "$user", sys, pg_catalog

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


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

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

0 comments on commit 4a3a5b0

Please sign in to comment.