Le 2017-02-27 00:07, Niclas Hedhman a écrit :
I thought all needed was good, and the thing I didn't get right was the @ClassRule, but otherwise I think it is good to go. Or?
After your change https://github.com/apache/polygene-java/commit/36cef00a, adding the DockerRule junit @ClassRule, the cassandra image is run in a docker container around tests.
But the Cassandra ES was still trying the default host and port, failing here because I'm not running it locally. The only thing missing was to get the host and port allocated to the docker service and set them to the Cassandra ES config: https://github.com/apache/polygene-java/commit/30c5ff23
