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

Bugfix on dealing with non-executed test phase due collateral issues #299

Merged

Conversation

imonteroperez
Copy link
Contributor

Highlights

[...]
[INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-cli) @ active-directory ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.618 s
[INFO] Finished at: 2021-09-08T12:00:07+02:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M4:test (default-cli) on project cloudbees-aborted-builds: Method filter prohibited in includes|excludes|includesFile|excludesFile parameter: Test#fooBar -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[...]
  • Generated report before this PR looks like this:
[...]
<compatResult>
          <coreCoordinates>
            <groupId>org.jenkins-ci.plugins</groupId>
            <artifactId>plugin</artifactId>
            <version>2.303.1-cb-9</version>
          </coreCoordinates>
          <status>SUCCESS</status>
[...]
  • After this PR, the generated report will reflect that an internal error has occurred and testing was not executed yet
[...]
<compatResult>
          <coreCoordinates>
            <groupId>org.jenkins-ci.plugins</groupId>
            <artifactId>plugin</artifactId>
            <version>2.303.1-cb-9</version>
          </coreCoordinates>
          <status>INTERNAL_ERROR</status>
[...]
  • Make sure you are opening from a topic/feature/bugfix branch (right side) and not your main branch!
  • Ensure that the pull request title represents the desired changelog entry
  • Please describe what you did
  • Link to relevant issues in GitHub or Jira
  • Link to relevant pull requests, esp. upstream and downstream changes
  • Ensure you have provided tests - that demonstrates feature works or fixes the issue

@imonteroperez
Copy link
Contributor Author

Now checks are fine. Same issues than master branch: https://ci.jenkins.io/blue/organizations/jenkins/jenkinsci-libraries%2Fplugin-compat-tester/detail/PR-299/8/pipeline/92. Re-requested reviews.

@imonteroperez imonteroperez merged commit ccd46ca into jenkinsci:master Sep 22, 2021
timja added a commit to timja/plugin-compat-tester that referenced this pull request Jan 31, 2022
…refire-exclusion-list"

This reverts commit ccd46ca, reversing
changes made to 33ed49d.
timja added a commit to timja/plugin-compat-tester that referenced this pull request Jan 31, 2022
…refire-exclusion-list"

This reverts commit ccd46ca, reversing
changes made to 33ed49d.
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