[GitHub] [tinkerpop] dzmitry-lahoda commented on issue #1250: fix for https://issues.apache.org/jira/browse/TINKERPOP-2192

2020-02-19 Thread GitHub
Previously if message was null: 1. First line in try fails. 2. Catch fail on first line with null. 3. No handling at all. Current: 1. First line fails with reasonable error. Result: Exactly same exception handling behavior, but more clean message we can work with. [ Full content available

Re: travis and docker/gremlin-python

2020-02-19 Thread Stephen Mallette
I seem to have resolved the docker problem with: https://github.com/apache/tinkerpop/commit/9c829cab193d769afb0d3687b37d372418d135f9 travis appears content with that aspect of the build now on all release branches. On Tue, Feb 18, 2020 at 6:50 AM Stephen Mallette wrote: > We can't seem to

[jira] [Comment Edited] (TINKERPOP-2340) MatchStep with VertexStep - Neither the sideEffects, map, nor path has a Y-key

2020-02-19 Thread Anton (Jira)
[ https://issues.apache.org/jira/browse/TINKERPOP-2340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17040206#comment-17040206 ] Anton edited comment on TINKERPOP-2340 at 2/19/20 4:51 PM: --- Interesting, if

[jira] [Commented] (TINKERPOP-2340) MatchStep with VertexStep - Neither the sideEffects, map, nor path has a Y-key

2020-02-19 Thread Anton (Jira)
[ https://issues.apache.org/jira/browse/TINKERPOP-2340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17040206#comment-17040206 ] Anton commented on TINKERPOP-2340: -- Interesting, if I am reading this right, it looks like the

[GitHub] [tinkerpop] FlorianHockmann commented on issue #1247: TINKERPOP-2192 Null checks added to Connection.Parse

2020-02-19 Thread GitHub
> Will not because message is null. There there is silent error eating. You're right. I should have looked taken a closer look. > Could we just check that deserialized object is not null and throw exception. Yes, I think that might be the best option as we expect the message to never be null.

[jira] [Reopened] (TINKERPOP-2019) Gremlin.Net.Driver.WebSocketConnection throws System.InvalidOperationException

2020-02-19 Thread Florian Hockmann (Jira)
[ https://issues.apache.org/jira/browse/TINKERPOP-2019?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Florian Hockmann reopened TINKERPOP-2019: - OK, looks like the bug is still present. I however agree with Stephen that we

[GitHub] [tinkerpop] heljoyLiu commented on issue #1251: Add session mode in js driver

2020-02-19 Thread GitHub
@greedy , could we set a new version node, v7.6 or other for travis-ci ? I found async/await failed. ![image](https://user-images.githubusercontent.com/18606413/74842450-69336680-5365-11ea-9c82-be5a1e32e0f1.png) [ Full content available at: https://github.com/apache/tinkerpop/pull/1251 ]

[jira] [Updated] (TINKERPOP-2340) MatchStep with VertexStep - Neither the sideEffects, map, nor path has a Y-key

2020-02-19 Thread Stephen Mallette (Jira)
[ https://issues.apache.org/jira/browse/TINKERPOP-2340?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen Mallette updated TINKERPOP-2340: Component/s: process > MatchStep with VertexStep - Neither the sideEffects,

[jira] [Commented] (TINKERPOP-2340) MatchStep with VertexStep - Neither the sideEffects, map, nor path has a Y-key

2020-02-19 Thread Stephen Mallette (Jira)
[ https://issues.apache.org/jira/browse/TINKERPOP-2340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17040018#comment-17040018 ] Stephen Mallette commented on TINKERPOP-2340: - I'm not sure what the problem is, but the

[GitHub] [tinkerpop] dzmitry-lahoda commented on issue #1247: TINKERPOP-2192 Null checks added to Connection.Parse

2020-02-19 Thread GitHub
> Parse and we notify the response handler about the exception. Will not because message is null. There there is silent error eating. Could we just check that deserialized object is not null and throw exception. ``` var receivedMsg = _messageSerializer.DeserializeMessage>(received);

[GitHub] [tinkerpop] heljoyLiu closed pull request #1243: js: add session connection

2020-02-19 Thread GitHub
[ pull request closed by heljoyLiu ] [ Full content available at: https://github.com/apache/tinkerpop/pull/1243 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] jorgebay commented on issue #1243: js: add session connection

2020-02-19 Thread GitHub
Thanks @heljoyLiu , I'll review it shortly. Feel free to close this one. [ Full content available at: https://github.com/apache/tinkerpop/pull/1243 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] FlorianHockmann commented on issue #1247: TINKERPOP-2192 Null checks added to Connection.Parse

2020-02-19 Thread GitHub
> Also at same time not sure if it hides bad JSON setting or other json related > behind. Should we fail totally in this case? We would still get an error in that case [from here](https://github.com/apache/tinkerpop/blob/master/gremlin-dotnet/src/Gremlin.Net/Driver/Connection.cs#L136) where

[jira] [Commented] (TINKERPOP-2019) Gremlin.Net.Driver.WebSocketConnection throws System.InvalidOperationException

2020-02-19 Thread Dzmitry.Lahoda (Jira)
[ https://issues.apache.org/jira/browse/TINKERPOP-2019?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17039816#comment-17039816 ] Dzmitry.Lahoda commented on TINKERPOP-2019: --- Please reopen issue. >

[jira] [Commented] (TINKERPOP-2192) Gremlin.Net.Driver.Connection.Parse throws a NullReferenceException

2020-02-19 Thread Dzmitry.Lahoda (Jira)
[ https://issues.apache.org/jira/browse/TINKERPOP-2192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17039801#comment-17039801 ] Dzmitry.Lahoda commented on TINKERPOP-2192: ---  

[jira] [Commented] (TINKERPOP-2192) Gremlin.Net.Driver.Connection.Parse throws a NullReferenceException

2020-02-19 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/TINKERPOP-2192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17039799#comment-17039799 ] ASF GitHub Bot commented on TINKERPOP-2192: --- dzmitry-lahoda commented on pull request

[jira] [Commented] (TINKERPOP-2192) Gremlin.Net.Driver.Connection.Parse throws a NullReferenceException

2020-02-19 Thread Dzmitry.Lahoda (Jira)
[ https://issues.apache.org/jira/browse/TINKERPOP-2192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17039796#comment-17039796 ] Dzmitry.Lahoda commented on TINKERPOP-2192: --- Not sure if `TryRemove`  can `out` null. I see

[jira] [Commented] (TINKERPOP-2192) Gremlin.Net.Driver.Connection.Parse throws a NullReferenceException

2020-02-19 Thread Dzmitry.Lahoda (Jira)
[ https://issues.apache.org/jira/browse/TINKERPOP-2192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17039792#comment-17039792 ] Dzmitry.Lahoda commented on TINKERPOP-2192: --- I was able to reproduce issues once. With