https://kotlinlang.org logo
Title
c

christophsturm

12/09/2020, 10:43 AM
is the
jvmTest
gradle task supposed to finish without errors? I’m getting a lot of timeouts (on macOs)
h

hhariri

12/09/2020, 12:20 PM
It’s supposed to yes. We run it as part of the build process.
Try running it with --no-parallel option.
Also what Jdk are you using?
c

christophsturm

12/09/2020, 12:21 PM
14
but i have them all installed, which one should i use?
h

hhariri

12/09/2020, 12:24 PM
Try 11. We don’t run it with 14 so can’t guarantee.
11 and 8 should work fine.
c

christophsturm

12/09/2020, 12:24 PM
ok
for example
io.ktor.client.tests.HeadersTest[jvm] > testAcceptMerge[CIO][jvm]
fails constantly. even when i run it separately
on all engines
my guess is that something silently fails and then it runs into a timeout. .
where does ktor ci run? its not on github actions
h

hhariri

12/11/2020, 5:12 AM
h

hhariri

12/16/2020, 5:31 PM
We have issues with some flaky tests.