-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
KTOR-7812 Use default JDK for running tests on CI #4342
base: main
Are you sure you want to change the base?
Conversation
689782f
to
462fd68
Compare
There seems to be some problems in the TLS package - we got an out-dated ECDH curve You also seem to have unlocked a consistent failure in |
Yes, finally these builds against different Java versions found something :) |
462fd68
to
5749278
Compare
5749278
to
8210bed
Compare
719000a
to
a623b53
Compare
@@ -186,7 +186,7 @@ class CookiesIntegrationTests : ClientLoader() { | |||
} | |||
|
|||
@Test | |||
fun testCookiesWithWrongValue() = clientTests(listOf("js", "Darwin", "DarwinLegacy", "WinHttp")) { | |||
fun testCookiesWithWrongValue() = clientTests(listOf("Js", "Darwin", "DarwinLegacy", "WinHttp", "Java")) { |
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.
openjdk/jdk16@1c47244: Java 16 adds validation for header values, so this test doesn't pass on Java engine anymore
433072c
to
6f9571d
Compare
Also refactor onlyWithEngine
6f9571d
to
2e4099b
Compare
Subsystem
Tests infrastructure
Motivation
KTOR-7812 Use default JDK for running tests on CI
Solution
Use the JDK from
JAVA_HOME
to run tests on CI.It is better to review commit by commit.