fix: enable previously excluded CI test suites#860
Closed
damacus wants to merge 2 commits into
Closed
Conversation
- Add amazon platform family to apache_mod_wsgi_package and apache_mod_wsgi_filename helpers - Update mod_auth_cas devel packages from pcre to pcre2 for v1.2 compatibility - Add Debian 13 PHP 8.4 filename support (libphp8.4.so) - Add mod_php_spec.rb tests for PHP helper functions - Update mod_wsgi_spec.rb and mod_auth_cas_spec.rb tests - Remove CI exclusions for amazonlinux-2023/mod-wsgi, ubuntu-2404/php, opensuse-leap-15/mod-auth-cas, opensuse-leap-15/mod-wsgi, debian-13/php Fixes #815, #816, #817, #818, #819
Slowest examplesTop 10 slowest examples (3.19 seconds, 16.2% of total time)
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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