How long should I expect ktor's tests to run for? ...
# ktor
m
How long should I expect ktor's tests to run for? I'm just running
./gradlew check
and it looks suspiciously like they're stuck. Does it maybe not support parallel builds? CPUs are idle, test counts aren't ticking upwards 🤔
I take it back, they are proceeding (and sometimes failing, mainly with UnknownHostException) extremely slowly
Half an hour in, still not done...
ktor-client-cio is still going!
h
jesus over 7 hours??
s
I couldnt get a full run to work either last time I tried about a couple of weeks back
e
What branch do you use?
m
master
e
It’s strange and looks like an issue. Could you provide jvm and os versions(with vendor and builds)?
m
Oracle JVM java 10.0.2 2018-07-17, Gentoo Linux x64. Nothing too crazy going on networking wise -- I have a VPN, but localhost is set up normally (resolves to 127.0.0.1 and ::1)
🤔 1
e
Could you rerun the tests with
-i -xdokka -xdokkaJavadoc
options?(and report if you receive any exceptions)
m
sure
Running `./gradlew clean check -i -xdokka -xdokkaJavadoc`; will report back.
OK, it's reached the point where now the remaining straggler tests are counting up verrrrryyyy sllloooowwwlllly. Want me to attach the console output so far?
e
Yep, You could send me it in the PM as file
m
oh, and it's going to be a bad day if kernel version is relevant, but I'm on 4.14.65
Sure
Let me know if there's other things I can do to help debug