-
Notifications
You must be signed in to change notification settings - Fork 338
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
AggregatedTestResultPublisherTest fails with Jenkins 2.434 #588
Labels
Comments
Detected in the plugin bill of materials pull request: |
1 task
The plugin tests will need additional refinements to adapt to the changes in the Jenkins core pull request: |
MarkEWaite
added a commit
to jenkinsci/bom
that referenced
this issue
Nov 29, 2023
jenkinsci/junit-plugin#588 is the issue report for the JUnit plugin tests that depend on the icon based build status display. From jenkinsci/jenkins#8705 the Jenkins core pull request that switched from using icon based build status to symbol based build status. That change also fixes a layout issue in the Safari web browser.
renovate bot
pushed a commit
to jenkinsci/bom
that referenced
this issue
Nov 29, 2023
jenkinsci/junit-plugin#588 is the issue report for the JUnit plugin tests that depend on the icon based build status display. From jenkinsci/jenkins#8705 the Jenkins core pull request that switched from using icon based build status to symbol based build status. That change also fixes a layout issue in the Safari web browser.
MarkEWaite
added a commit
to jenkinsci/bom
that referenced
this issue
Dec 14, 2023
https://github.com/jenkinsci/junit-plugin/releases/tag/1252.vfc2e5efa_294f is the JUnit plugin release that fixes the test. Special thanks to Tim Jacomb for fixing the test in jenkinsci/junit-plugin#591 jenkinsci/junit-plugin#588 is the issue report for the JUnit plugin tests that depend on the icon based build status display. jenkinsci/jenkins#8705 is the Jenkins core pull request that switched from using icon based build status to symbol based build status. That change also fixes a layout issue in the Safari web browser. This reverts commit cb2376e. Author: Mark Waite <[email protected]> Date: Tue Nov 28 22:00:27 2023 -0700
github-actions bot
pushed a commit
to jenkinsci/bom
that referenced
this issue
Dec 14, 2023
…c2e5efa_294f in /bom-weekly (#2755) * Bump org.jenkins-ci.plugins:junit in /bom-weekly Bumps [org.jenkins-ci.plugins:junit](https://github.com/jenkinsci/junit-plugin) from 1240.vf9529b_881428 to 1252.vfc2e5efa_294f. - [Release notes](https://github.com/jenkinsci/junit-plugin/releases) - [Commits](https://github.com/jenkinsci/junit-plugin/commits) --- updated-dependencies: - dependency-name: org.jenkins-ci.plugins:junit dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * Revert "Exclude AggregatedTestResultPublisherTest" https://github.com/jenkinsci/junit-plugin/releases/tag/1252.vfc2e5efa_294f is the JUnit plugin release that fixes the test. Special thanks to Tim Jacomb for fixing the test in jenkinsci/junit-plugin#591 jenkinsci/junit-plugin#588 is the issue report for the JUnit plugin tests that depend on the icon based build status display. jenkinsci/jenkins#8705 is the Jenkins core pull request that switched from using icon based build status to symbol based build status. That change also fixes a layout issue in the Safari web browser. This reverts commit cb2376e. Author: Mark Waite <[email protected]> Date: Tue Nov 28 22:00:27 2023 -0700 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mark Waite <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Jenkins and plugins versions report
Environment
What Operating System are you using (both controller, and any agents involved in the problem)?
Ubuntu Linux 22.04 on the controller with Java 11, 17, or 21
Reproduction steps
`mvn clean -Djenkins.version=2.434 -Dtest=AggregatedTestResultPublisherTest verify
The same tests pass with
jenkins.version=2.433
Expected Results
Tests should pass
Actual Results
Tests fail
Anything else?
Have not yet bisected to the Jenkins core commit that introduced the issue.
Are you interested in contributing a fix?
No response
The text was updated successfully, but these errors were encountered: