Re: Help with testing on OS/X 10

2018-04-13 Thread Tibor Digana
@Paul I am not a Mac user. I only know from what the user has specified in the Jira issue. Feel free to participate in the Jira ticket. On Fri, Apr 13, 2018 at 2:04 PM, Paul Hammant wrote: > OS/X == OS X (former OS name) == macOS (current OS name) ? > > 10 == 10.10.x ? > --

Re: Help with testing on OS/X 10

2018-04-13 Thread Tibor Digana
Hi Olivier, The Dockerfile is in the jira comment too. Only these two lines of code in Dockerfile: FROM maven:3.5.3-jdk-8-alpine COPY ./. / On Fri, Apr 13, 2018 at 2:13 PM, Olivier Lamy wrote: > Hi > Happy to help, > But your comment says > > sudo docker build --no-cache

Re: Help with testing on OS/X 10

2018-04-13 Thread Igor Fedorenko
To make sure I understand, you need somebody to run that test in a Docker container running on OS/X host, did I get it right? The reason I ask, Docker runs containers in a linux virtual machine on OS/X hosts, which is quite different environment compared to what I _think_ the bug reporter is

Re: Help with testing on OS/X 10

2018-04-13 Thread Olivier Lamy
Hi Happy to help, But your comment says sudo docker build --no-cache -t mymvn:1 -f ./Dockerfile . where is this Dockerfile? On Fri, 13 Apr 2018 at 22:04, Paul Hammant wrote: > OS/X == OS X (former OS name) == macOS (current OS name) ? > > 10 == 10.10.x ? > -- Olivier Lamy

Re: Help with testing on OS/X 10

2018-04-13 Thread Paul Hammant
OS/X == OS X (former OS name) == macOS (current OS name) ? 10 == 10.10.x ?

Help with testing on OS/X 10

2018-04-13 Thread Tibor Digana
Hi All, I want to ask you to help us with testing one issue which can be reproduced only on OS/X 10. I tried to run a small test on Ubuntu 17 x86_64 but I could not reproduce an issue of surefire plugin. Here is a comment in Jira issue. I described there steps I run Docker (CE 18.03) container