[jira] [Commented] (TINKERPOP-1858) HttpChannelizer regression: Does not create specified AuthenticationHandler

2018-01-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1858?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16319401#comment-16319401 ] ASF GitHub Bot commented on TINKERPOP-1858: --- Github user robertdale commented on the issue:

[GitHub] tinkerpop issue #767: TINKERPOP-1858: HttpChannelizer Regression: Does not c...

2018-01-09 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/767 Is it just the wrong expected exception in the test? ---

[jira] [Commented] (TINKERPOP-1858) HttpChannelizer regression: Does not create specified AuthenticationHandler

2018-01-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1858?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16319390#comment-16319390 ] ASF GitHub Bot commented on TINKERPOP-1858: --- Github user robertdale commented on the issue:

[GitHub] tinkerpop issue #767: TINKERPOP-1858: HttpChannelizer Regression: Does not c...

2018-01-09 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/767 Failed docker... ``` docker/build.sh -i -t [ERROR] Tests run: 5, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 13.448 s <<< FAILURE! - in

[GitHub] tinkerpop issue #767: TINKERPOP-1858: HttpChannelizer Regression: Does not c...

2018-01-09 Thread spmallette
Github user spmallette commented on the issue: https://github.com/apache/tinkerpop/pull/767 @dkuppitz or @robertdale could you guys give this a try? maybe it's just me for some reason? ---

[jira] [Commented] (TINKERPOP-1858) HttpChannelizer regression: Does not create specified AuthenticationHandler

2018-01-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1858?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16319324#comment-16319324 ] ASF GitHub Bot commented on TINKERPOP-1858: --- Github user spmallette commented on the issue:

[jira] [Commented] (TINKERPOP-1489) Provide a Javascript Gremlin Language Variant

2018-01-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1489?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16319323#comment-16319323 ] ASF GitHub Bot commented on TINKERPOP-1489: --- Github user spmallette commented on the issue:

[GitHub] tinkerpop issue #695: TINKERPOP-1489 JavaScript GLV

2018-01-09 Thread spmallette
Github user spmallette commented on the issue: https://github.com/apache/tinkerpop/pull/695 gremlin-javascript seems to build ok for me locally, but not on docker. claims it needs a maven upgrade to 3.1.0 for the npm plugin to work. do you see the same thing @jorgebay ? ---

[jira] [Commented] (TINKERPOP-1858) HttpChannelizer regression: Does not create specified AuthenticationHandler

2018-01-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1858?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16319206#comment-16319206 ] ASF GitHub Bot commented on TINKERPOP-1858: --- Github user krlohnes commented on the issue:

[GitHub] tinkerpop issue #767: TINKERPOP-1858: HttpChannelizer Regression: Does not c...

2018-01-09 Thread krlohnes
Github user krlohnes commented on the issue: https://github.com/apache/tinkerpop/pull/767 @spmallette I rebased on top of upstream/master and ran `mvn clean install && mvn verify -pl gremlin-server -DskipIntegrationTests=false` And it was successful ```

[jira] [Commented] (TINKERPOP-1867) union() can produce extra traversers

2018-01-09 Thread Daniel Kuppitz (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1867?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16318728#comment-16318728 ] Daniel Kuppitz commented on TINKERPOP-1867: --- Hmm, at some point we allowed reducing barriers

[jira] [Commented] (TINKERPOP-1858) HttpChannelizer regression: Does not create specified AuthenticationHandler

2018-01-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1858?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16318667#comment-16318667 ] ASF GitHub Bot commented on TINKERPOP-1858: --- Github user spmallette commented on the issue:

[GitHub] tinkerpop issue #767: TINKERPOP-1858: HttpChannelizer Regression: Does not c...

2018-01-09 Thread spmallette
Github user spmallette commented on the issue: https://github.com/apache/tinkerpop/pull/767 when i do: ```text $ mvn clean install && mvn verify -pl gremlin-server -DskipIntegrationTests=false ``` i get this failure consistently: ```text [ERROR]

Re: [Discussed] Integrating SPARQL-Gremlin 0.2 Plugin with the TinkerPop codebase

2018-01-09 Thread Harsh Thakkar
Hi Stephen, It does make sense to me. The work is going on slow but steady. Let's wait and see how other devs feel about this, as you said. Cheers, Harsh On 2018-01-09 16:31, Stephen Mallette wrote: > I've had some thoughts on this thread since December. Since

[jira] [Commented] (TINKERPOP-1860) valueMap(True) result in error in gremlin-python

2018-01-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1860?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16318618#comment-16318618 ] ASF GitHub Bot commented on TINKERPOP-1860: --- GitHub user spmallette opened a pull request:

[GitHub] tinkerpop pull request #774: TINKERPOP-1860 valueMap(true) support/testing

2018-01-09 Thread spmallette
GitHub user spmallette opened a pull request: https://github.com/apache/tinkerpop/pull/774 TINKERPOP-1860 valueMap(true) support/testing https://issues.apache.org/jira/browse/TINKERPOP-1860 This is the PR for master that is kin to #773 - it required additional changes to

Re: [Discussed] Integrating SPARQL-Gremlin 0.2 Plugin with the TinkerPop codebase

2018-01-09 Thread Stephen Mallette
I've had some thoughts on this thread since December. Since sparql-gremlin has a pretty long to-do list and there is likely a lot of discussion required on this list prior to it being ready for merge to a release branch, it seems like we might treat this as a normal feature under development. I

[jira] [Commented] (TINKERPOP-1858) HttpChannelizer regression: Does not create specified AuthenticationHandler

2018-01-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1858?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16318518#comment-16318518 ] ASF GitHub Bot commented on TINKERPOP-1858: --- Github user krlohnes commented on the issue:

[GitHub] tinkerpop issue #767: TINKERPOP-1858: HttpChannelizer Regression: Does not c...

2018-01-09 Thread krlohnes
Github user krlohnes commented on the issue: https://github.com/apache/tinkerpop/pull/767 @spmallette I'm not seeing any integration test failures. ``` [INFO] [INFO] --- maven-failsafe-plugin:2.20:verify (verify-integration-test) @ gremlin-server --- [INFO]

[jira] [Comment Edited] (TINKERPOP-1867) union() can produce extra traversers

2018-01-09 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1867?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16318400#comment-16318400 ] stephen mallette edited comment on TINKERPOP-1867 at 1/9/18 1:36 PM:

[jira] [Commented] (TINKERPOP-1867) union() can produce extra traversers

2018-01-09 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1867?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16318400#comment-16318400 ] stephen mallette commented on TINKERPOP-1867: - I don't get the full picture from

[jira] [Commented] (TINKERPOP-1860) valueMap(True) result in error in gremlin-python

2018-01-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1860?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16318368#comment-16318368 ] ASF GitHub Bot commented on TINKERPOP-1860: --- Github user robertdale commented on the issue:

[GitHub] tinkerpop issue #773: TINKERPOP-1860 Added tests for valueMap(true) variatio...

2018-01-09 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/773 VOTE +1 ---

[jira] [Commented] (TINKERPOP-1860) valueMap(True) result in error in gremlin-python

2018-01-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1860?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16318324#comment-16318324 ] ASF GitHub Bot commented on TINKERPOP-1860: --- GitHub user spmallette opened a pull request:

[GitHub] tinkerpop pull request #773: TINKERPOP-1860 Added tests for valueMap(true) v...

2018-01-09 Thread spmallette
GitHub user spmallette opened a pull request: https://github.com/apache/tinkerpop/pull/773 TINKERPOP-1860 Added tests for valueMap(true) variations https://issues.apache.org/jira/browse/TINKERPOP-1860 Somewhat surprised we didn't have tests for this variation of