This is an automated email from the ASF dual-hosted git repository.

chenjinbao1989 pushed a commit to branch cbdb-postgres-merge
in repository https://gitbox.apache.org/repos/asf/cloudberry.git


The following commit(s) were added to refs/heads/cbdb-postgres-merge by this 
push:
     new 1586977edc0 Fix answer for export_distributed_snapshot
1586977edc0 is described below

commit 1586977edc06130daa0c99e89757865e9314a3b8
Author: Jinbao Chen <[email protected]>
AuthorDate: Sat Feb 21 18:41:26 2026 +0800

    Fix answer for export_distributed_snapshot
---
 src/test/isolation2/expected/export_distributed_snapshot.out | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/test/isolation2/expected/export_distributed_snapshot.out 
b/src/test/isolation2/expected/export_distributed_snapshot.out
index d9270f20e30..81e8edfc96c 100644
--- a/src/test/isolation2/expected/export_distributed_snapshot.out
+++ b/src/test/isolation2/expected/export_distributed_snapshot.out
@@ -390,6 +390,7 @@ BEGIN
 -- Open another utility mode connection and set the snapshot
 ! TOKEN=$(find ${COORDINATOR_DATA_DIRECTORY}/pg_snapshots/ -name "0*" -exec 
basename {} \;) \ && echo ${TOKEN} \ && PGOPTIONS='-c gp_role=utility' psql 
postgres -Atc "BEGIN TRANSACTION ISOLATION LEVEL REPEATABLE READ; SET 
TRANSACTION SNAPSHOT '${TOKEN}';";
 0000000A-0000000E-1
+BEGIN
 SET
 
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to