[
https://issues.apache.org/jira/browse/TINKERPOP-2844?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17675729#comment-17675729
]
ASF GitHub Bot commented on TINKERPOP-2844:
-------------------------------------------
Cole-Greer opened a new pull request, #1938:
URL: https://github.com/apache/tinkerpop/pull/1938
https://issues.apache.org/jira/browse/TINKERPOP-2844
Creates a test where a driver sends a request to gremlin-socket-server with
all per-request settings set. gremlin-socket-server extracts these arguments
and returns them in a string to the driver.
I expanded the scope of the ticket a bit and added this test to Java, .net,
and JS in addition to Python. Go is excluded from this commit as the test is
failing and needs additional work. The go per request settings issue is being
tracked by
[TINKERPOP-2841](https://issues.apache.org/jira/browse/TINKERPOP-2841)
> Test and Fix Per Request Settings in Python
> -------------------------------------------
>
> Key: TINKERPOP-2844
> URL: https://issues.apache.org/jira/browse/TINKERPOP-2844
> Project: TinkerPop
> Issue Type: Improvement
> Components: python
> Affects Versions: 3.7.0, 3.6.1, 3.5.4
> Reporter: Cole Greer
> Priority: Major
>
> Gremlin python gives the option to override certain settings on a per request
> basis (detailed
> [here|https://tinkerpop.apache.org/docs/current/reference/#_per_request_settings_5]).
> It's been observed that when overriding the requestId, gremlin python will
> still make and use a new requestId instead. All documented per request
> settings need to be tested and fixed if needed.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)