When I run `gradle check` from IntelliJ on current...
# http4k
m
When I run
gradle check
from IntelliJ on current (unchanged) master branch of http4k, I get two test failures: • Apache4AsyncClientTest.socket timeouts are converted into 504 • Apache4AsyncClientStreamingTest.socket timeouts are converted into 504
s
Can you please try
./gradlew check --no-parallel
? We've seen that happen when the machine is struggling, which is more common when running things in parallel
m
How do I do that when running tests from IntelliJ?
s
Are you getting the same error as you described above (from
gradle check
) when running individual tests in IntelliJ?
m
No, then they pass.
(My machine is quite powerful though.)
s
I've double-checked in IntelliJ (running with gradle and IntelliJ) and tried
gradle check
and can't reproduce it here
Does it fail consistently for you?
m
No, I just tried again, and now they pass. 🤷