fix: enable previously excluded CI test suites #860
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
This PR fixes the failing test suites identified in #815 and its sub-issues by addressing the root causes of each failure.
Changes
1. Amazon Linux 2023 mod-wsgi (#816)
amazonplatform family toapache_mod_wsgi_packagehelperamazonplatform family toapache_mod_wsgi_filenamehelperpython3-mod_wsgipackage andmod_wsgi_python3.sofilename2. OpenSUSE Leap 15 mod-auth-cas (#817)
apache_mod_auth_cas_devel_packagesto use PCRE2 instead of PCRE1pcre-devel→pcre2-devel,libpcre++-dev→libpcre2-dev3. Ubuntu 24.04 PHP (#818)
4. Debian 13 PHP
libphp8.4.so)5. OpenSUSE Leap 15 wsgi (#819)
Testing
spec/libraries/mod_php_spec.rbtest file for PHP helper coveragemod_wsgi_spec.rbandmod_auth_cas_spec.rbCI Changes
Removed all exclusions from the CI workflow matrix:
amazonlinux-2023/mod-wsgiubuntu-2404/phpopensuse-leap-15/mod-auth-casopensuse-leap-15/wsgiopensuse-leap-15/mod-wsgidebian-13/phpFixes #815, #816, #817, #818, #819