[
https://issues.apache.org/jira/browse/TINKERPOP-2128?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17791220#comment-17791220
]
ASF GitHub Bot commented on TINKERPOP-2128:
-------------------------------------------
codecov-commenter commented on PR #2367:
URL: https://github.com/apache/tinkerpop/pull/2367#issuecomment-1832415377
##
[Codecov](https://app.codecov.io/gh/apache/tinkerpop/pull/2367?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
Report
All modified and coverable lines are covered by tests :white_check_mark:
> Comparison is base
[(`a9ff025`)](https://app.codecov.io/gh/apache/tinkerpop/commit/a9ff025c8319330bf51c5c7df562f7f2d7a260a0?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
75.20% compared to head
[(`61c1efe`)](https://app.codecov.io/gh/apache/tinkerpop/pull/2367?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
71.25%.
> :exclamation: Current head 61c1efe differs from pull request most recent
head 2656277. Consider uploading reports for the commit 2656277 to get more
accurate results
<details><summary>Additional details and impacted files</summary>
```diff
@@ Coverage Diff @@
## 3.6-dev #2367 +/- ##
=============================================
- Coverage 75.20% 71.25% -3.96%
=============================================
Files 1057 25 -1032
Lines 63450 3774 -59676
Branches 6935 0 -6935
=============================================
- Hits 47716 2689 -45027
+ Misses 13169 898 -12271
+ Partials 2565 187 -2378
```
</details>
[:umbrella: View full report in Codecov by
Sentry](https://app.codecov.io/gh/apache/tinkerpop/pull/2367?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache).
:loudspeaker: Have feedback on the report? [Share it
here](https://about.codecov.io/codecov-pr-comment-feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache).
> Allow explain() to work in a remote fashion
> -------------------------------------------
>
> Key: TINKERPOP-2128
> URL: https://issues.apache.org/jira/browse/TINKERPOP-2128
> Project: TinkerPop
> Issue Type: Improvement
> Components: process
> Affects Versions: 3.4.0
> Reporter: Alan Boudreault
> Priority: Critical
>
> {{g.V().explain()}} doesn´t really work in any scenario where the traversal
> is being executed remotely. the {{explain()}} applies locally in java so you
> really just get this:
> {code}
> gremlin> g = traversal().withRemote('conf/remote-graph.properties')
> ==>graphtraversalsource[emptygraph[empty], standard]
> gremlin> g.V().out().explain()
> ==>Traversal Explanation
> ============================================================================================
> Original Traversal [GraphStep(vertex,[]), VertexStep(OUT,vertex)]
> RemoteStrategy [D]
> [RemoteStep(DriverServerConnection-localhost/127.0.0.1:8182 [graph=g])]
> Final Traversal
> [RemoteStep(DriverServerConnection-localhost/127.0.0.1:8182 [graph=g])]
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)