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

djwang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudberry.git


The following commit(s) were added to refs/heads/main by this push:
     new 9d068e6dcba Run gp_internal_tools tests
9d068e6dcba is described below

commit 9d068e6dcba9c8b96486b811ce7eb4181aab26f2
Author: Andrey Sokolov <[email protected]>
AuthorDate: Tue Dec 30 10:51:13 2025 +0300

    Run gp_internal_tools tests
---
 .github/workflows/build-cloudberry.yml | 3 ++-
 gpcontrib/gp_internal_tools/Makefile   | 2 ++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/build-cloudberry.yml 
b/.github/workflows/build-cloudberry.yml
index ca75f7b42e7..adb57fb85ec 100644
--- a/.github/workflows/build-cloudberry.yml
+++ b/.github/workflows/build-cloudberry.yml
@@ -312,7 +312,8 @@ jobs:
                                "gpcontrib/zstd:installcheck",
                                "gpcontrib/gp_sparse_vector:installcheck",
                                "gpcontrib/gp_toolkit:installcheck",
-                               "gpcontrib/gp_exttable_fdw:installcheck"]
+                               "gpcontrib/gp_exttable_fdw:installcheck",
+                               "gpcontrib/gp_internal_tools:installcheck"]
               },
               {"test":"ic-diskquota",
                "make_configs":["gpcontrib/diskquota:installcheck"],
diff --git a/gpcontrib/gp_internal_tools/Makefile 
b/gpcontrib/gp_internal_tools/Makefile
index 643a13f0118..829645e1268 100755
--- a/gpcontrib/gp_internal_tools/Makefile
+++ b/gpcontrib/gp_internal_tools/Makefile
@@ -4,6 +4,8 @@ DATA       = gp_internal_tools--1.0.0.sql
 
 PG_CPPFLAGS = -I$(libpq_srcdir)
 
+REGRESS = gp_session_state_memory
+
 ifdef USE_PGXS
 PG_CONFIG = pg_config
 PGXS := $(shell $(PG_CONFIG) --pgxs)


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

Reply via email to