This is an automated email from the ASF dual-hosted git repository.
reshke 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 0602eab685d Remove gp_portal_error ignored regression test.
0602eab685d is described below
commit 0602eab685de54f2249353eb3f0ef87208f6ba76
Author: reshke <[email protected]>
AuthorDate: Sun Dec 21 12:44:26 2025 +0000
Remove gp_portal_error ignored regression test.
Remove test becuase of pg_regress script change
```
\# syntax error in schedule file "./greenplum_schedule" line 139: ignore:
gp_portal_error
Bail out!make[1]: *** [GNUmakefile:203: installcheck-good] Error 2
make[1]: Leaving directory '/home/reshke/cloudberry/src/test/regress'
```
---
src/test/regress/greenplum_schedule | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/test/regress/greenplum_schedule
b/src/test/regress/greenplum_schedule
index 09331d8d4a8..3c42df53eea 100755
--- a/src/test/regress/greenplum_schedule
+++ b/src/test/regress/greenplum_schedule
@@ -136,7 +136,8 @@ test: db_size_functions cbdb_db_size_functions
# gp_interconnect_type, which doesn't work:
# ERROR: parameter "gp_interconnect_type" cannot be set after connection start
-ignore: gp_portal_error
+# PG_MERGE16_FIXME:
+# ignore: gp_portal_error
test: external_table external_table_union_all external_table_create_privs
external_table_persistent_error_log column_compression eagerfree
alter_table_aocs alter_table_aocs2 alter_distribution_policy aoco_privileges
test: alter_table_set alter_table_gp alter_table_ao alter_table_set_am
subtransaction_visibility oid_consistency udf_exception_blocks
# below test(s) inject faults so each of them need to be in a separate group
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]