[Bug][OS Specific][centos9] perl ssl test failed
Cloudberry Database version
PostgreSQL 14.4 (Cloudberry Database 1.5.5+dev.65.g1481bf3e build 78672 commit:1481bf3e)
What happened
c/src/test/ssl/../../..' PG_REGRESS='/code/cbdb_src/src/test/ssl/../../../src/test/regress/pg_regress' /usr/bin/prove -I ../../../src/test/perl/ -I . t/*.pl t/001_ssltests.pl .. 6/110 # Looks like your test exited with 29 just after 7. t/001_ssltests.pl .. Dubious, test returned 29 (wstat 7424, 0x1d00) Failed 103/110 subtests t/002_scram.pl ..... Dubious, test returned 29 (wstat 7424, 0x1d00) No subtests run
Test Summary Report
t/001_ssltests.pl (Wstat: 7424 Tests: 7 Failed: 0) Non-zero exit status: 29 Parse errors: Bad plan. You planned 110 tests but ran 7. t/002_scram.pl (Wstat: 7424 Tests: 0 Failed: 0) Non-zero exit status: 29 Parse errors: No plan found in TAP output Files=2, Tests=7, 20 wallclock secs ( 0.02 usr 0.00 sys + 1.41 cusr 0.55 csys = 1.98 CPU) Result: FAIL make: *** [Makefile:196: installcheck] Error 1
What you think should happen instead
No response
How to reproduce
su - gpadmin gpstart cd /code/cbdb_src/src/test/ssl make installcheck
Operating System
centos9
Anything else
No response
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.
Hi Max,
There is incompatible change about security socket layer in CentOS 9, which cause ssl test failure. Will talk to you later about it in our tomorrow meeting.
Hi @wenchaozhang-123, from triage meeting, Max mentioned you resolved similar issue before. Would you please take a look at it?
We have reproducible environment 192.168.198.224 for diagnosis.
PR https://github.com/apache/cloudberry/pull/637
As discussed with wenchao, It appears PR #637 did not successfully disable this test, reopen it for tracking.