[GitHub] tinkerpop issue #747: TINKERPOP-1784 GLV Test Framework

2017-11-22 Thread jorgebay
Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/747 Nice! lgtm VOTE +1 ---

[GitHub] tinkerpop issue #747: TINKERPOP-1784 GLV Test Framework

2017-11-22 Thread spmallette
Github user spmallette commented on the issue: https://github.com/apache/tinkerpop/pull/747 Once I realized that the failure was not preventing the build it was easy to spot the problem. Just pushed a fix. ---

[GitHub] tinkerpop issue #747: TINKERPOP-1784 GLV Test Framework

2017-11-22 Thread spmallette
Github user spmallette commented on the issue: https://github.com/apache/tinkerpop/pull/747 Interesting. Those errors don't seem to affect the build though - it still passes. I guess it's because we don't run any tests against those particular graphs on the "secure" server? or is it f

[GitHub] tinkerpop issue #747: TINKERPOP-1784 GLV Test Framework

2017-11-22 Thread jorgebay
Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/747 I've rebased this on top of `tp32` (after #752 was merged) on my private fork and the issue I've mentioned earlier persists: https://travis-ci.org/jorgebay/tinkerpop/jobs/305703717#L7380 (Ubuntu)

[GitHub] tinkerpop issue #747: TINKERPOP-1784 GLV Test Framework

2017-11-21 Thread dkuppitz
Github user dkuppitz commented on the issue: https://github.com/apache/tinkerpop/pull/747 VOTE: +1 ---

[GitHub] tinkerpop issue #747: TINKERPOP-1784 GLV Test Framework

2017-11-20 Thread jorgebay
Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/747 @robertdale thanks for looking into it. I'm running `mvn clean install -DskipTests` followed by a `mvn clean install -pl :gremlin-dotnet-tests -P gremlin-dotnet -DskipIntegrationTests=fa

[GitHub] tinkerpop issue #747: TINKERPOP-1784 GLV Test Framework

2017-11-17 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/747 @jorgebay On which OS do you get the test errors? ---

[GitHub] tinkerpop issue #747: TINKERPOP-1784 GLV Test Framework

2017-11-17 Thread spmallette
Github user spmallette commented on the issue: https://github.com/apache/tinkerpop/pull/747 yeah - i'm just realizing how i flubbed a bunch of things on the last commit. i was so focused on your .net problems i only ran tests for .net :disappointed: ---

[GitHub] tinkerpop issue #747: TINKERPOP-1784 GLV Test Framework

2017-11-15 Thread spmallette
Github user spmallette commented on the issue: https://github.com/apache/tinkerpop/pull/747 This is strange. That command works for me. I'm not sure what could be wrong. ---

[GitHub] tinkerpop issue #747: TINKERPOP-1784 GLV Test Framework

2017-11-15 Thread jorgebay
Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/747 I'm getting a path related issue on Gremlin.Net - Test module, while executing: ``` mvn clean install -pl :gremlin-dotnet-tests -P gremlin-dotnet -DskipIntegrationTests=false ```

[GitHub] tinkerpop issue #747: TINKERPOP-1784 GLV Test Framework

2017-11-14 Thread jorgebay
Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/747 Ah, I see its possible to run integration test using: ``` mvn clean install -pl :gremlin-dotnet-source,:gremlin-dotnet-tests -P gremlin-dotnet -DskipIntegrationTests=false ```

[GitHub] tinkerpop issue #747: TINKERPOP-1784 GLV Test Framework

2017-11-14 Thread spmallette
Github user spmallette commented on the issue: https://github.com/apache/tinkerpop/pull/747 I think that there are a lot of path issues when building from outside of the root directory - gremlin-dotnet is not the only one. i typically just do this: ```text mvn clean insta

[GitHub] tinkerpop issue #747: TINKERPOP-1784 GLV Test Framework

2017-11-14 Thread jorgebay
Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/747 hm... with the new server start scripts, when running from within a directory like: ``` cd gremlin-dotnet mvn clean install -P gremlin-dotnet ``` I get the following

[GitHub] tinkerpop issue #747: TINKERPOP-1784 GLV Test Framework

2017-11-13 Thread jorgebay
Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/747 `docker/build.sh -t -n -i` succeeds and tests pass. VOTE: +1 ---

[GitHub] tinkerpop issue #747: TINKERPOP-1784 GLV Test Framework

2017-11-13 Thread jorgebay
Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/747 Fixes look good to me! I'm running integration tests locally on docker and I'll come back to give my plus one. ---

[GitHub] tinkerpop issue #747: TINKERPOP-1784 GLV Test Framework

2017-11-13 Thread spmallette
Github user spmallette commented on the issue: https://github.com/apache/tinkerpop/pull/747 @jorgebay fixed all the nits - thanks. ---