From 129f2a39be03ae2fdbec773f60498d78a33ca9e3 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) --- .../expected/parallel_query/BABEL-1444.out | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/test/JDBC/expected/parallel_query/BABEL-1444.out b/test/JDBC/expected/parallel_query/BABEL-1444.out index 536c592b21..9821b95dbe 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 +db1_dbo ~~END~~ SELECT current_setting('search_path'); @@ -135,7 +135,7 @@ SELECT current_setting('role'); GO ~~START~~ text -none +db1_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'); @@ -271,7 +271,7 @@ SELECT current_setting('role'); GO ~~START~~ text -none +master_dbo ~~END~~ SELECT current_setting('search_path'); @@ -303,7 +303,7 @@ SELECT current_setting('role'); GO ~~START~~ text -none +db1_dbo ~~END~~ SELECT current_setting('search_path'); @@ -340,7 +340,7 @@ SELECT current_setting('role'); GO ~~START~~ text -none +db1_dbo ~~END~~ SELECT current_setting('search_path'); @@ -373,7 +373,7 @@ SELECT current_setting('role'); GO ~~START~~ text -none +master_dbo ~~END~~ SELECT current_setting('search_path'); @@ -405,7 +405,7 @@ SELECT current_setting('role'); GO ~~START~~ text -none +master_dbo ~~END~~ SELECT current_setting('search_path'); @@ -438,7 +438,7 @@ SELECT current_setting('role'); GO ~~START~~ text -none +master_dbo ~~END~~ SELECT current_setting('search_path');