-
-
Notifications
You must be signed in to change notification settings - Fork 9.3k
[JENKINS-55081] SEC-904 related test failing on java 11 #3795
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
[JENKINS-55081] SEC-904 related test failing on java 11 #3795
Conversation
be523fb to
87cba3d
Compare
oleg-nenashev
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM as a test fix, but probably we need a user-facing changelog entry
|
I have checked the commits, and bear with me, I might have missed something. So IIUC, both tests and main code need to be changed because of the upstream To assess things stay fixed in Java 8, I think we should have the following:
This way we do know that the code on Java 8 was still checked to work with the original tests it was written with. WDYT? |
|
@batmat I did not change the failing tests. I just added new ones. |
|
Right indeed, I don't know why I thought I had seen replacements. |
|
Ping @jenkinsci/java11-support BTW given this does relate to an issue only surfacing with Java 11. |
|
I think we have enough approvals to merge it as soon as, or not long after, the PR succeeds. I think we should merge this early so that other PRs stop being red for unrelated failures (and we easily see which one keep failing for actual reasons, that is) |
|
Tests failing due to:
|
|
I'm seeing only the latter failing: Which indeed I am still analyzing in #3788 Let's merge this. |
|
Filed as #3797 |

See JENKINS-55081.
Proposed changelog entries
FilePathSEC904Test.isDescendant_regularFilesSubmitter checklist
* Use the
Internal:prefix if the change has no user-visible impact (API, test frameworks, etc.)