is the `jvmTest` gradle task supposed to finish wi...
# ktor
c
is the
jvmTest
gradle task supposed to finish without errors? I’m getting a lot of timeouts (on macOs)
h
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
14
but i have them all installed, which one should i use?
h
Try 11. We don’t run it with 14 so can’t guarantee.
11 and 8 should work fine.
c
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
h
We have issues with some flaky tests.