arquillian-cube icon indicating copy to clipboard operation
arquillian-cube copied to clipboard

Tests for arquillian-cube-docker are failing on Windows

Open georgwolf opened this issue 8 years ago • 1 comments

Issue Overview
  1. org.arquillian.cube.docker.impl.client.CubeConfiguratorTest is failing due to wrong path separator (e.g. Expected: map containing [is "certPath"->a string containing ".boot2docker/certs"] but: map was [<serverUri=tcp://192.168.0.2:22222>, <certPath=[...]\.boot2docker\certs\boot2docker-vm>...

  2. org.arquillian.cube.docker.impl.requirement.DockerRequirementTest is hanging forever.

Steps To Reproduce
  1. Execute Maven test on Windows

georgwolf avatar Jul 27 '17 14:07 georgwolf

@georgwolf : I had a similar issue and it worked as i replaced the relative path with absolute path . Could you please give it a try.

RajAsapu avatar Aug 07 '17 14:08 RajAsapu