[ https://issues.apache.org/jira/browse/TINKERPOP-3096?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17866821#comment-17866821 ]
ASF GitHub Bot commented on TINKERPOP-3096: ------------------------------------------- codecov-commenter commented on PR #2684: URL: https://github.com/apache/tinkerpop/pull/2684#issuecomment-2233900455 ## [Codecov](https://app.codecov.io/gh/apache/tinkerpop/pull/2684?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 [(`71207b6`)](https://app.codecov.io/gh/apache/tinkerpop/commit/71207b68999933cf3eb0db99c6cec7af9fcc575e?dropdown=coverage&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache). > Report is 174 commits behind head on 3.7-dev. <details><summary>Additional details and impacted files</summary> ```diff @@ Coverage Diff @@ ## 3.7-dev #2684 +/- ## ============================================= + 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/2684?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). > Missing necessary parameters for logging, resulting in '%!x(MISSING)' in > output > ------------------------------------------------------------------------------- > > Key: TINKERPOP-3096 > URL: https://issues.apache.org/jira/browse/TINKERPOP-3096 > Project: TinkerPop > Issue Type: Improvement > Components: go > Affects Versions: 3.7.2 > Reporter: thomas-dg > Priority: Trivial > > I encountered a log message missing necessary parameters while using the > 'Containing' function. The detailed log information is as follows: > {code:java} > // code placeholder > 2024/07/14 16:27:28 Error occurred during operation > gremlinServerWSProtocol.readLoop(): 'E0703: expected string Key for map, got > type='0x%!x(MISSING)'' > 2024/07/14 16:27:28 Read loop error 'E0703: expected string Key for map, got > type='0x%!x(MISSING)'', closing read loop. > 2024/07/14 16:27:28 Connection error callback invoked, closing protocol. > {code} -- This message was sent by Atlassian Jira (v8.20.10#820010)