-
Notifications
You must be signed in to change notification settings - Fork 55
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
Bugfix on dealing with non-executed test phase due collateral issues #299
Merged
imonteroperez
merged 5 commits into
jenkinsci:master
from
imonteroperez:bugfix-surefire-exclusion-list
Sep 22, 2021
Merged
Bugfix on dealing with non-executed test phase due collateral issues #299
imonteroperez
merged 5 commits into
jenkinsci:master
from
imonteroperez:bugfix-surefire-exclusion-list
Sep 22, 2021
Conversation
This file contains 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
imonteroperez
requested review from
raul-arabaolaza,
oleg-nenashev and
bmunozm
September 8, 2021 10:06
imonteroperez
force-pushed
the
bugfix-surefire-exclusion-list
branch
from
September 9, 2021 07:18
53b93a7
to
eafefdf
Compare
imonteroperez
force-pushed
the
bugfix-surefire-exclusion-list
branch
from
September 9, 2021 07:47
eafefdf
to
ae2dd71
Compare
imonteroperez
force-pushed
the
bugfix-surefire-exclusion-list
branch
from
September 15, 2021 13:06
ae2dd71
to
d442f46
Compare
raul-arabaolaza
approved these changes
Sep 16, 2021
bmunozm
approved these changes
Sep 17, 2021
…erez/plugin-compat-tester into bugfix-surefire-exclusion-list
imonteroperez
force-pushed
the
bugfix-surefire-exclusion-list
branch
from
September 21, 2021 09:24
75c2db9
to
c00d516
Compare
Now checks are fine. Same issues than |
bmunozm
approved these changes
Sep 21, 2021
raul-arabaolaza
approved these changes
Sep 22, 2021
This was referenced Sep 27, 2021
This was referenced Jan 29, 2022
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.
Highlights
mavenProperties
and this file has wrong syntax (i.e.: method filtering, which is not supported by surefire), then it will provide status asSUCCESS
on its reportPomExecutionException
thrown by the runner, once the surefire plugin reports that the file syntax is invalid, is not properly managed by the caller, and hits on: https://github.com/jenkinsci/plugin-compat-tester/blob/master/plugins-compat-tester/src/main/java/org/jenkins/tools/test/PluginCompatTester.java#L325..L326BUILD FAILURE
as follows: