Versions affected
1.4.1.0 - 1.5.2.0
Repo steps
- checkout the project at version 1.5.0.0 (9c7a452) OR version 1.5.1.0 (aa812ab).
- execute
wren-deploy compile-current-release.
Expected
Builds succeed with no test failures.
Actual results
- In 1.5.0.0, the build fails because of test failures.
- In 1.5.1.0 and 1.5.2.0, the build succeeds despite several bad-looking exceptions during tests (perhaps the tests have squelched them?) Many exceptions are
java.net.ConnectException: Connection refused or java.net.SocketTimeoutException: Timeout on Read.
See attached logs.
build-1.5.0.0.log
build-1.5.1.0.log