tinkerpop
tinkerpop copied to clipboard
TINKERPOP-3054 Fix requestId Deserialization in `gremlin-python`
https://issues.apache.org/jira/browse/TINKERPOP-3054
Added str() guards to request_id
before validating to avoid passing UUID into UUID constructor, which is intended to receive a string.
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
d9e34fb
) 75.14% compared to head (222c12d
) 75.40%. Report is 7 commits behind head on 3.6-dev.
Additional details and impacted files
@@ Coverage Diff @@
## 3.6-dev #2494 +/- ##
=============================================
+ Coverage 75.14% 75.40% +0.25%
- Complexity 12346 12347 +1
=============================================
Files 1058 1033 -25
Lines 63610 59856 -3754
Branches 6962 6967 +5
=============================================
- Hits 47801 45134 -2667
+ Misses 13225 12329 -896
+ Partials 2584 2393 -191
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
VOTE+1
VOTE +1
VOTE +1