tinkerpop icon indicating copy to clipboard operation
tinkerpop copied to clipboard

TINKERPOP-3054 Fix requestId Deserialization in `gremlin-python`

Open ryn5 opened this issue 1 year ago • 3 comments

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.

ryn5 avatar Feb 14 '24 23:02 ryn5

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.

codecov-commenter avatar Feb 15 '24 00:02 codecov-commenter

VOTE+1

vkagamlyk avatar Feb 17 '24 05:02 vkagamlyk

VOTE +1

kenhuuu avatar Feb 24 '24 00:02 kenhuuu

VOTE +1

Cole-Greer avatar Feb 29 '24 16:02 Cole-Greer