tbouron opened a new pull request #43: Fix docker build by reverting to docker image maven:3.5.4-jdk-8 URL: https://github.com/apache/brooklyn/pull/43 #42 attempted to work around the new version of the docker image `maven:3.6.3-jdk-8`. While the docker build works, the tests fail at: ``` Tests run: 2366, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 266.727 sec <<< FAILURE! - in TestSuite testInjectCertificateAuthority(org.apache.brooklyn.util.core.crypto.SecureKeysAndSignerTest) Time elapsed: 0.542 sec <<< FAILURE! java.lang.AssertionError: expected [true] but found [false] at org.apache.brooklyn.util.core.crypto.SecureKeysAndSignerTest.testInjectCertificateAuthority(SecureKeysAndSignerTest.java:89) 2020-02-11 12:04:39,960 INFO - Brooklyn shutdown: stopping entities [TestEntityImpl{id=zx63bdhkyl}, TestEntityImpl{id=es2g7mt1un}, BlockingEntityImpl{id=wrqs7d7pht}] Results : Failed tests: SecureKeysAndSignerTest.testInjectCertificateAuthority:89 expected [true] but found [false] Tests run: 2366, Failures: 1, Errors: 0, Skipped: 0 ``` So this reverts the the known working version for the docker build. This closes #42
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
