[GitHub] csantanapr commented on issue #10: Can't run tests in OSX

2018-05-22 Thread GitBox
csantanapr commented on issue #10: Can't run tests in OSX URL: https://github.com/apache/incubator-openwhisk-runtime-go/issues/10#issuecomment-391215081 This is working on OSX with `gradle test` and `cd openwhisk; go test`

[GitHub] csantanapr commented on issue #10: Can't run tests in OSX

2018-05-17 Thread GitBox
csantanapr commented on issue #10: Can't run tests in OSX URL: https://github.com/apache/incubator-openwhisk-runtime-go/issues/10#issuecomment-389839011 @sciabarra I went ahead and enabled Travis to run on master branch daily to see how often it fails and which tests fail This way we

[GitHub] csantanapr commented on issue #10: Can't run tests in OSX

2018-05-17 Thread GitBox
csantanapr commented on issue #10: Can't run tests in OSX URL: https://github.com/apache/incubator-openwhisk-runtime-go/issues/10#issuecomment-389832783 Tests sometimes fail on Travis also And also fail in OSX also Maybe there is a race condition on the tests with concurrent

[GitHub] csantanapr commented on issue #10: Can't run tests in OSX

2018-05-16 Thread GitBox
csantanapr commented on issue #10: Can't run tests in OSX URL: https://github.com/apache/incubator-openwhisk-runtime-go/issues/10#issuecomment-389685837 Running a second time after failure above ^^ now it works ``` $ gradle test --info Initialized native services in:

[GitHub] csantanapr commented on issue #10: Can't run tests in OSX

2018-05-16 Thread GitBox
csantanapr commented on issue #10: Can't run tests in OSX URL: https://github.com/apache/incubator-openwhisk-runtime-go/issues/10#issuecomment-389685520 With latest from master 1 test is failing. I deleted the directory and did a new git clone. It looks like is random which test

[GitHub] csantanapr commented on issue #10: Can't run tests in OSX

2018-05-01 Thread GitBox
csantanapr commented on issue #10: Can't run tests in OSX URL: https://github.com/apache/incubator-openwhisk-runtime-go/issues/10#issuecomment-385766817 What about running them using a docker container? I created a docker image using openjdk, then adding go 1.9.2 and try to run the