You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brooklyn.apache.org by GitBox <gi...@apache.org> on 2020/02/11 12:12:12 UTC

[GitHub] [brooklyn] tbouron opened a new pull request #43: Fix docker build by reverting to docker image maven:3.5.4-jdk-8

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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [brooklyn] tbouron merged pull request #43: Fix docker build by reverting to docker image maven:3.5.4-jdk-8

Posted by GitBox <gi...@apache.org>.
tbouron merged 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
 
 
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [brooklyn] jcabrerizo commented on issue #43: Fix docker build by reverting to docker image maven:3.5.4-jdk-8

Posted by GitBox <gi...@apache.org>.
jcabrerizo commented on issue #43: Fix docker build by reverting to docker image maven:3.5.4-jdk-8
URL: https://github.com/apache/brooklyn/pull/43#issuecomment-584642272
 
 
   LGTM

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services