You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Versions affected
1.4.1.0 - 1.5.2.0
Repo steps
wren-deploy compile-current-release
.Expected
Builds succeed with no test failures.
Actual results
java.net.ConnectException: Connection refused
orjava.net.SocketTimeoutException: Timeout on Read
.See attached logs.
build-1.5.0.0.log
build-1.5.1.0.log
The text was updated successfully, but these errors were encountered: