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 427fa04512c Fix some answer files
427fa04512c is described below

commit 427fa04512ca6e26867cb8220c8efad9deda7693
Author: Jinbao Chen <[email protected]>
AuthorDate: Sun Feb 1 15:06:02 2026 +0800

    Fix some answer files
---
 src/test/regress/expected/createdb.out                                 | 3 +--
 src/test/regress/output/uao_ddl/alter_ao_part_tables.source            | 2 +-
 .../regress/output/uao_ddl/alter_ao_part_tables_splitpartition.source  | 2 +-
 3 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/src/test/regress/expected/createdb.out 
b/src/test/regress/expected/createdb.out
index c7d261f5dcd..afb76d20ca6 100644
--- a/src/test/regress/expected/createdb.out
+++ b/src/test/regress/expected/createdb.out
@@ -211,8 +211,7 @@ HINT:  Inject an infinite 'skip' into the 'fts_probe' fault 
to disable FTS probi
 
 -- should fail
 create database db4 STRATEGY = file_copy;
-ERROR:  fault triggered, fault name:'end_prepare_two_phase' fault type:'panic' 
 (seg0 127.0.1.1:7002 pid=1195018)
-NOTICE:  Releasing segworker groups to retry broadcast.
+ERROR:  fault triggered, fault name:'end_prepare_two_phase' fault type:'panic' 
 (seg0 127.0.1.1:7002 pid=3772777)
 select force_mirrors_to_catch_up();
  force_mirrors_to_catch_up 
 ---------------------------
diff --git a/src/test/regress/output/uao_ddl/alter_ao_part_tables.source 
b/src/test/regress/output/uao_ddl/alter_ao_part_tables.source
index e1a975963db..2e01a2fdb50 100644
--- a/src/test/regress/output/uao_ddl/alter_ao_part_tables.source
+++ b/src/test/regress/output/uao_ddl/alter_ao_part_tables.source
@@ -453,7 +453,7 @@ set gp_select_invisible=true;
 select count(*) as all_tuples_post_vacuum from sto_altap3;
  all_tuples_post_vacuum 
 ------------------------
-                     21
+                     15
 (1 row)
 
 set gp_select_invisible=false;
diff --git 
a/src/test/regress/output/uao_ddl/alter_ao_part_tables_splitpartition.source 
b/src/test/regress/output/uao_ddl/alter_ao_part_tables_splitpartition.source
index 59a7b422756..12fc4d72b46 100644
--- a/src/test/regress/output/uao_ddl/alter_ao_part_tables_splitpartition.source
+++ b/src/test/regress/output/uao_ddl/alter_ao_part_tables_splitpartition.source
@@ -134,7 +134,7 @@ set gp_select_invisible = true;
 select count(*) AS all_tuples from sto_alt_uao_part_splitpartition;
  all_tuples 
 ------------
-         27
+         10
 (1 row)
 
 set gp_select_invisible = false;


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

Reply via email to