robertmu opened a new pull request, #24: URL: https://github.com/apache/cloudberry-gpbackup/pull/24
The integration test for procedural languages was failing on Cloudberry due to differences in dependency handling compared to GPDB 7. In Cloudberry (based on PostgreSQL 14), extension-created languages are marked as "core extension members" and are correctly filtered out by the existing GetProceduralLanguages() function to avoid backup duplication. This commit updates the test to: 1. Create the extension first in Cloudberry to make handlers available 2. Use appropriate cleanup strategy (DROP EXTENSION vs DROP LANGUAGE) 3. Expect length 0 for Cloudberry (filtered) vs length 1 for GPDB The changes ensure test compatibility while confirming that the backup logic correctly handles different PostgreSQL dependency models. Fixes: Integration test failure in predata_functions_create_test.go -- 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: commits-unsubscr...@cloudberry.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@cloudberry.apache.org For additional commands, e-mail: commits-h...@cloudberry.apache.org