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

[WFLY-11406] Use new ClassFactory API to fix all remaining JDK12 issues #12118

Merged
merged 1 commit into from
Feb 26, 2019

Conversation

ropalka
Copy link
Contributor

@ropalka ropalka commented Feb 26, 2019

@bstansberry
Copy link
Contributor

@ropalka I'm a bit concerned about the failure in the Windows job (https://ci.wildfly.org/viewLog.html?buildId=141340&buildTypeId=WF_PullRequest_WindowsJdk11) as the failed test hasn't failed elsewhere.

I'm starting a new run of that to see if it repeats.

I also ran a bunch of custom jobs with this branch using JDK 12:

https://ci.wildfly.org/viewLog.html?buildId=141375&buildTypeId=WF_MasterElytron (passed)
https://ci.wildfly.org/viewLog.html?buildId=141373&buildTypeId=WF_MasterSecurityManager (2 failures that haven't failed before)
https://ci.wildfly.org/viewLog.html?buildId=141369&buildTypeId=WF_MasterLinuxJdk12 (16 mixed-domain failures; it's known those will not pass so we can ignore that)
https://ci.wildfly.org/viewLog.html?buildId=141371&tab=buildResultsDiv&buildTypeId=WF_MasterWindowsJdk12 (in progress; will have the same mixed-domain failures; has others too)

The WF_MasterSecurityManager one is interesting.

@bstansberry
Copy link
Contributor

I kicked off new runs of the two JDK 12 jobs that had 'interesting' results to see if the interesting things recur:

https://ci.wildfly.org/viewLog.html?buildId=141396&buildTypeId=WF_MasterSecurityManager
https://ci.wildfly.org/viewLog.html?buildId=141394&tab=buildResultsDiv&buildTypeId=WF_MasterWindowsJdk12

@ropalka
Copy link
Contributor Author

ropalka commented Feb 26, 2019

Hi @bstansberry I believe Windows job failure is not related to this pull request.

@bstansberry
Copy link
Contributor

The two failures on the security manager job recur.

WildFlyRootContext.getProviderContext is returning NamingUtils.emptyContext for the "rmi://" scheme. I don't know why.

@ropalka
Copy link
Contributor Author

ropalka commented Feb 26, 2019

Trying to reproduce it locally ...

@bstansberry
Copy link
Contributor

Good news, bad news...

Good news is the security manager job failure has nothing to do with this PR or with JDK 12. Running the job against master but configured for JDK 11 shows the same failures:

https://ci.wildfly.org/viewLog.html?buildId=141414&buildTypeId=WF_MasterSecurityManager&tab=buildResultsDiv

Bad news is that fails on JDK 11 too.

This is good to merge.

@bstansberry bstansberry merged commit 9c07764 into wildfly:master Feb 26, 2019
@ropalka ropalka deleted the WFLY-11406 branch February 27, 2019 11:42
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.

2 participants