tuhaihe opened a new issue, #790: URL: https://github.com/apache/cloudberry/issues/790
### Apache Cloudberry version main ### What happened After building the Cloudberry on one pure Rocky Linux 9 computer (Not a Docker container), run the test command `PGCLIENTENCODING=UTF8 PGOPTIONS='-c optimizer=off' make installcheck-world`, more tests failed. ### What you think should happen instead All the tests should pass. ### How to reproduce 1. Compile and Build the Cloudberry Following this doc: https://github.com/edespino/cloudberry/blob/rocky9-dev-readme/deploy/build/README-rockylinux9.md 2. Running the test command: ``` PGCLIENTENCODING=UTF8 PGOPTIONS='-c optimizer=off' make installcheck-world ``` ### Operating System Rocky Linux 9 ### Anything else Results: ``` ========================= 44 of 659 tests failed. ========================= The differences that caused some tests to fail can be viewed in the file "/home/gpadmin/cloudberry/src/test/regress/regression.diffs". A copy of the test summary that you see above is saved in the file "/home/gpadmin/cloudberry/src/test/regress/regression.out". make[2]: *** [GNUmakefile:208: installcheck-good] Error 1 make[2]: Leaving directory '/home/gpadmin/cloudberry/src/test/regress' make[1]: *** [Makefile:57: installcheck-regress-recurse] Error 2 make[1]: Leaving directory '/home/gpadmin/cloudberry/src/test' make: *** [GNUmakefile:186: installcheck-world-src/test-recurse] Error 2 ``` See the attachment for details: [regression.diffs.txt](https://github.com/user-attachments/files/18160214/regression.diffs.txt) ### Are you willing to submit PR? - [ ] Yes, I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://github.com/apache/cloudberry/blob/main/CODE_OF_CONDUCT.md). -- 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]
