From 151700fff74c6a74e8f48517d44b8f45c896a830 Mon Sep 17 00:00:00 2001 From: HarshLunagariya <40052763+HarshLunagariya@users.noreply.github.com> Date: Fri, 6 Dec 2024 11:08:28 +0530 Subject: [PATCH] Update BABEL-1444 expected files (#3190) 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 lunharsh@amazon.com (cherry picked from commit 8b26542a71fbda6d9b0aa7e1008a2fca33fdfd98) (cherry picked from commit a255473ddbcc5eebb60f8325c2c8fcee302370f7) --- test/JDBC/expected/parallel_query/BABEL-1444.out | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/test/JDBC/expected/parallel_query/BABEL-1444.out b/test/JDBC/expected/parallel_query/BABEL-1444.out index 5572d36498..8bcfb12b3c 100644 --- a/test/JDBC/expected/parallel_query/BABEL-1444.out +++ b/test/JDBC/expected/parallel_query/BABEL-1444.out @@ -66,7 +66,7 @@ SELECT current_setting('role'); GO ~~START~~ text -none +master_dbo ~~END~~ SELECT current_setting('search_path'); @@ -98,7 +98,7 @@ SELECT current_setting('role'); GO ~~START~~ text -none +dbo ~~END~~ SELECT current_setting('search_path'); @@ -135,7 +135,7 @@ SELECT current_setting('role'); GO ~~START~~ text -none +dbo ~~END~~ SELECT current_setting('search_path'); @@ -168,7 +168,7 @@ SELECT current_setting('role'); GO ~~START~~ text -none +master_dbo ~~END~~ SELECT current_setting('search_path'); @@ -200,7 +200,7 @@ SELECT current_setting('role'); GO ~~START~~ text -none +master_dbo ~~END~~ SELECT current_setting('search_path'); @@ -233,7 +233,7 @@ SELECT current_setting('role'); GO ~~START~~ text -none +master_dbo ~~END~~ SELECT current_setting('search_path');