Re: [PR] Fixflaky [tinkerpop]

2024-03-14 Thread via GitHub
saivivek116 closed pull request #2523: Fixflaky URL: https://github.com/apache/tinkerpop/pull/2523 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

Re: [PR] Fixflaky [tinkerpop]

2024-03-14 Thread via GitHub
saivivek116 commented on PR #2523: URL: https://github.com/apache/tinkerpop/pull/2523#issuecomment-1998822127 I apologize for the insufficient details in the PR. I am currently preparing a new pull request with a comprehensive description and all the necessary details to ensure clarity.

Re: [PR] Allow aliased client to pass along options when submitting traversals [tinkerpop]

2024-03-14 Thread via GitHub
codecov-commenter commented on PR #2524: URL: https://github.com/apache/tinkerpop/pull/2524#issuecomment-1998732047 ## [Codecov](https://app.codecov.io/gh/apache/tinkerpop/pull/2524?dropdown=coverage=pr=h1_medium=referral_source=github_content=comment_campaign=pr+comments_term=apache)

[PR] Allow aliased client to pass along options when submitting traversals [tinkerpop]

2024-03-14 Thread via GitHub
ryn5 opened a new pull request, #2524: URL: https://github.com/apache/tinkerpop/pull/2524 Refactored `DriverRemoteConnection.getRequestOptions()` to a new static subclass `ClientUtil` in `Client` so that `Client.submitAsync()` can get and pass along options with it. This fixes the issue

Re: [PR] Fixflaky [tinkerpop]

2024-03-14 Thread via GitHub
Cole-Greer commented on PR #2523: URL: https://github.com/apache/tinkerpop/pull/2523#issuecomment-1998628668 Hi @saivivek116, thanks for the submission. Could you give a quick description of the changes? Was the test flaky simply due to the unpredictable ordering of HashSet elements? What

[PR] Fixflaky [tinkerpop]

2024-03-14 Thread via GitHub
saivivek116 opened a new pull request, #2523: URL: https://github.com/apache/tinkerpop/pull/2523 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

Re: [PR] feat: TypeScript integration [tinkerpop]

2024-03-14 Thread via GitHub
vkagamlyk commented on PR #2515: URL: https://github.com/apache/tinkerpop/pull/2515#issuecomment-1998346909 I think the code is good and would like to see it merged. But this is a very big change that may be important to other people, so I would recommend writing a short message to [dev

(tinkerpop) branch 3.6-dev updated (f5d8225ca8 -> 196d61920c)

2024-03-14 Thread spmallette
This is an automated email from the ASF dual-hosted git repository. spmallette pushed a change to branch 3.6-dev in repository https://gitbox.apache.org/repos/asf/tinkerpop.git from f5d8225ca8 Bump System.Text.Json from 8.0.2 to 8.0.3 in /gremlin-dotnet add 196d61920c Added test for

(tinkerpop) branch 3.7-dev updated (8a71161877 -> cfbeb304cc)

2024-03-14 Thread spmallette
This is an automated email from the ASF dual-hosted git repository. spmallette pushed a change to branch 3.7-dev in repository https://gitbox.apache.org/repos/asf/tinkerpop.git from 8a71161877 Merge branch '3.6-dev' into 3.7-dev add 196d61920c Added test for select() semantics CTR

(tinkerpop) branch master updated (bd5d4f77ad -> 6c01291d06)

2024-03-14 Thread spmallette
This is an automated email from the ASF dual-hosted git repository. spmallette pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/tinkerpop.git from bd5d4f77ad Merge branch '3.7-dev' new 196d61920c Added test for select() semantics CTR new

(tinkerpop) 02/03: Merge branch '3.6-dev' into 3.7-dev

2024-03-14 Thread spmallette
This is an automated email from the ASF dual-hosted git repository. spmallette pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tinkerpop.git commit cfbeb304ccabb2d3d0ef48b60685a57eec5fa077 Merge: 8a71161877 196d61920c Author: Stephen Mallette AuthorDate: Thu

(tinkerpop) 01/03: Added test for select() semantics CTR

2024-03-14 Thread spmallette
This is an automated email from the ASF dual-hosted git repository. spmallette pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tinkerpop.git commit 196d61920cee68e54ef488e26ddbeb44a6eeb4a8 Author: Stephen Mallette AuthorDate: Thu Mar 14 07:33:21 2024 -0400

(tinkerpop) 03/03: Merge branch '3.7-dev'

2024-03-14 Thread spmallette
This is an automated email from the ASF dual-hosted git repository. spmallette pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tinkerpop.git commit 6c01291d0694c629fc7733ce5890aab4c714fca0 Merge: bd5d4f77ad cfbeb304cc Author: Stephen Mallette AuthorDate: Thu

[PR] TINKERPOP-3063 Fix bug in Gremlin.Net authentication for parallel requests [tinkerpop]

2024-03-14 Thread via GitHub
FlorianHockmann opened a new pull request, #2522: URL: https://github.com/apache/tinkerpop/pull/2522 https://issues.apache.org/jira/browse/TINKERPOP-3063 Executing multiple queries in parallel could lead to authentication failures if `MaxInProcessPerConnection` is set to a value