Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI Setup with GitHub Actions and NGINX Perl Test Updates #19

Merged
merged 3 commits into from
Oct 31, 2023
Merged

Conversation

route443
Copy link
Contributor

  1. Addition of GitHub Actions workflow for perl-based tests.

  2. Removal of unnecessary modules from test requirements. The modules 'api' and 'keyval' have been removed from the module requirements in the perl-based tests. These modules are included by default in NGINX Plus builds but are not explicitly listed in the nginx -V output.

  3. Refinement of error message check in tests. The error message check in the 'wrong cert type' test has been refined to account for variations in crypto library error messages.

Removed api and keyval from NGINX test requirements due to their absence in
default package builds, ensuring tests run properly without them.
Adjusted the test to match a more generic error pattern,
accounting for variations in crypto library versions.
@route443 route443 requested a review from jimf5 October 31, 2023 04:41
@route443 route443 self-assigned this Oct 31, 2023
.github/workflows/ci-functional-perl.yml Show resolved Hide resolved
t/js_saml.t Show resolved Hide resolved
Copy link

@jimf5 jimf5 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

@route443 route443 merged commit d8b75d1 into main Oct 31, 2023
@route443 route443 deleted the setup-ci branch November 3, 2023 21:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants