-
Notifications
You must be signed in to change notification settings - Fork 63
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
SSLStageSpec fails on JDK 11 #376
Comments
That's a good question. We had SSL problems on JDK11 initially, but those are behind us in both CI and user complaints, and I can't reproduce this failure on my machine. I can't immediately make sense of the test, and if I can't make sense of it soon, we'll disable it. |
Which Java version does the community build run on? I can't glean it from the logs. Travis is on 11.0.2, and it passes. This is probably a real issue. |
aha! I recently upgraded both my own laptop and the community build workers to 11.0.6, and yup, that's about when the failures started
(doh. I'll fix our scripts to print the full version) |
this came up in the community build: https://scala-ci.typesafe.com/job/scala-2.12.x-jdk11-integrate-community-build/1084/artifact/logs/blaze-build.log
it's also reproducible outside dbuild just by cloning the repo, running sbt on Java 11, and doing
++2.12.10
followed byblaze-core/testOnly *SSLStageSpec
the problem occurs on Scala 2.12.8 as well, so I don't know why your own CI hasn't caught this?
The text was updated successfully, but these errors were encountered: