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

Set MacOS Runner to 11 and Fix Unknown Method Error #242

Merged
merged 4 commits into from
Sep 9, 2023
Merged

Set MacOS Runner to 11 and Fix Unknown Method Error #242

merged 4 commits into from
Sep 9, 2023

Conversation

aremily
Copy link
Contributor

@aremily aremily commented Aug 27, 2023

Did a fork and build to get reacclimatized to the code base. A few observations. One, the build contained an unknown method error. Two, the test matrix was pulling macos-latest, which used OpenSSL3 and broke the tests. Three, the CI pipeline isn't running the full set of tests. This PR addresses the first two issues. I'm not sure what the rationale was for running only a small subset of tests in GitHub actions, but we may want to consider running them all, at least in some of the matrix builds.

@aremily
Copy link
Contributor Author

aremily commented Aug 27, 2023

Including the console output for the unit tests.

test_output.txt

@codecov-commenter
Copy link

Codecov Report

Merging #242 (f700eed) into master (26b8ffb) will decrease coverage by 0.39%.
Report is 11 commits behind head on master.
The diff coverage is 100.00%.

@@             Coverage Diff              @@
##             master     #242      +/-   ##
============================================
- Coverage     75.04%   74.65%   -0.39%     
+ Complexity      448      445       -3     
============================================
  Files            38       38              
  Lines          1823     1823              
  Branches        181      181              
============================================
- Hits           1368     1361       -7     
- Misses          341      348       +7     
  Partials        114      114              
Files Changed Coverage Δ
...g/apache/commons/crypto/utils/ReflectionUtils.java 91.66% <100.00%> (ø)

... and 3 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@sebbASF sebbASF merged commit 2fb8cd4 into apache:master Sep 9, 2023
13 checks passed
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.

3 participants