I'm running unit tests with ktor testing engine and everything is perfect locally. However, once I deploy on Travis, tests are failing and it seems the test engine is not running properly:
https://travis-ci.org/vpasquier/sprint-review/builds/406708799 (see down the logs).
There is not enough info in trace mode unfortunately. (<logger name="io.ktor.server.testing" level="TRACE"/>
)
Do you know how we can activate more logs for investigating? Or if you have any other idea to fix it?
If you tell me that Travis is not out dated, not recommended, I can switch too.
Thank you
install(CallLogging) { level = Level.INFO }
– avolkmann