Hi – I’m troubleshooting a problem with this PR build [1] where a test fails due to a difference in exception handling between akka http client (now used in runtime test base class), and apache http client. This change was merged to OW master some time ago in [2].
The problem I’m having is that the builds and test work great locally. The travis build is behaving as if the tests base classes (built by cloning incubator-openwhisk, and running `./gradlew install`) are not installed fresh each build, but I cannot see anywhere in travis config or build scripts where they might be cached. One reason I suspect cacheing (aside from the build failing) is that the elapsed time spent in `./gradlew install` is 15s in travis – this is way faster than I ever see running the same on a clean system locally. Any ideas? Thanks Tyson [1] https://travis-ci.org/apache/incubator-openwhisk-runtime-docker/builds/435891993 [2] https://github.com/apache/incubator-openwhisk/commit/15bb04a449f621d262c2687a7b8417241f3856b8
