[
https://issues.apache.org/jira/browse/TINKERPOP-3105?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17876381#comment-17876381
]
ASF GitHub Bot commented on TINKERPOP-3105:
-------------------------------------------
codecov-commenter commented on PR #2742:
URL: https://github.com/apache/tinkerpop/pull/2742#issuecomment-2307899615
##
[Codecov](https://app.codecov.io/gh/apache/tinkerpop/pull/2742?dropdown=coverage&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:
> Project coverage is 80.44%. Comparing base
[(`9b46b67`)](https://app.codecov.io/gh/apache/tinkerpop/commit/9b46b6777d2fa250e41daacf2fa4554605aff53a?dropdown=coverage&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
to head
[(`55f7b73`)](https://app.codecov.io/gh/apache/tinkerpop/commit/55f7b735b302e7a5911ad5cb253e65fe19454489?dropdown=coverage&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache).
> Report is 185 commits behind head on 3.7-dev.
<details><summary>Additional details and impacted files</summary>
```diff
@@ Coverage Diff @@
## 3.7-dev #2742 +/- ##
=============================================
+ Coverage 76.14% 80.44% +4.29%
=============================================
Files 1084 27 -1057
Lines 65160 4985 -60175
Branches 7285 0 -7285
=============================================
- Hits 49616 4010 -45606
+ Misses 12839 773 -12066
+ Partials 2705 202 -2503
```
</details>
[:umbrella: View full report in Codecov by
Sentry](https://app.codecov.io/gh/apache/tinkerpop/pull/2742?dropdown=coverage&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).
> Running 3.6.x python-driver with 3.7.x server leads to deserialization errors
> -----------------------------------------------------------------------------
>
> Key: TINKERPOP-3105
> URL: https://issues.apache.org/jira/browse/TINKERPOP-3105
> Project: TinkerPop
> Issue Type: Bug
> Components: io, python, server
> Affects Versions: 3.7.2
> Reporter: Yang Xia
> Priority: Blocker
>
> Running 3.6.x {{gremlin-python}} with 3.7.x {{gremlin-server}} leads to
> serialization errors:
> {code:java}
> return self.deserializers[DataType(bt)].objectify(buff, self, nullable)
> KeyError: <DataType.custom: 0>{code}
> with or without using {{ReferenceElementStrategy}} set on the server,
> possibly due to a bug in how properties are being serialized and returned
> from Java that is not inline with the specification.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)