tuhaihe commented on PR #731:
URL: https://github.com/apache/cloudberry/pull/731#issuecomment-2516951863

   I can build my changes on one docker:
   
   ```
   make[2]: Leaving directory '/cloudberry/gpcontrib/pxf_fdw'
   make[1]: Leaving directory '/cloudberry/gpcontrib'
   Apache Cloudberry (Incubating) installation complete.
   [root@679abf66a2bb cloudberry]# git branch
     main
   * tuhaihe/cleanup-mails-and-names1126
   [root@679abf66a2bb cloudberry]# cat /etc/os-release
   NAME="Rocky Linux"
   VERSION="9.4 (Blue Onyx)"
   ID="rocky"
   ID_LIKE="rhel centos fedora"
   VERSION_ID="9.4"
   PLATFORM_ID="platform:el9"
   PRETTY_NAME="Rocky Linux 9.4 (Blue Onyx)"
   ANSI_COLOR="0;32"
   LOGO="fedora-logo-icon"
   CPE_NAME="cpe:/o:rocky:rocky:9::baseos"
   HOME_URL="https://rockylinux.org/";
   BUG_REPORT_URL="https://bugs.rockylinux.org/";
   SUPPORT_END="2032-05-31"
   ROCKY_SUPPORT_PRODUCT="Rocky-Linux-9"
   ROCKY_SUPPORT_PRODUCT_VERSION="9.4"
   REDHAT_SUPPORT_PRODUCT="Rocky Linux"
   REDHAT_SUPPORT_PRODUCT_VERSION="9.4"
   ```
   
   However, when run the command `make installcheck`:
   
   ```
   (using postmaster on Unix socket, default port)
   ============== dropping database "regression"         ==============
   psql: error: connection to server on socket "/tmp/.s.PGSQL.5432" failed: No 
such file or directory
        Is the server running locally and accepting connections on that socket?
   command failed: "/usr/local/cbdb/bin/psql" -X -c "DROP DATABASE IF EXISTS 
\"regression\"" "postgres"
   make[1]: *** [GNUmakefile:208: installcheck-good] Error 2
   make[1]: Leaving directory '/cloudberry/src/test/regress'
   make: *** [GNUmakefile:146: installcheck] Error 2
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to