Skip to content

Remove extra lens wrapping (typo) #326

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
May 7, 2025
Merged

Remove extra lens wrapping (typo) #326

merged 3 commits into from
May 7, 2025

Conversation

noslav
Copy link
Member

@noslav noslav commented May 7, 2025

  • Additional avro union type wrapping lead to unrecognized data type, removing this field fixes the issue -
May 07 16:44:49 seed-01.m.test.covalentnetwork.org bspagent[4166159]: time="2025-05-07T16:44:49Z" level=error msg="failed to convert Go map to Avro binary data: cannot encode binary record \"com.covalenthq.brp.avro.ReplicationSegment\" field \"replicaEvent\": value does not match its schema: cannot encode binary array item 1: map[data:map[BlobTxSidecars:map[array:[]] Hash:0x7bd597de4d0b0e16a05a4caaddb46c0e7b23d4ca2fc130882258f68d0a6e019d Header:map[baseFeePerGas:0x604fcd51 blobGasUsed:map[int:393216]

...

cannot encode binary record "com.covalenthq.brp.avro.replicaEvent" field "data": value does not match its schema: cannot encode binary record "com.covalenthq.brp.avro.data" field "Header": value does not match its schema: cannot encode binary record "com.covalenthq.brp.avro.Header" field "requestsHash": value does not match its schema: cannot encode binary bytes: expected: string; received: map[string]interface {}

noslav added 2 commits May 7, 2025 09:50
Signed-off-by: Pranay Valson <[email protected]>
Signed-off-by: Pranay Valson <[email protected]>
Copy link

codecov bot commented May 7, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 15.32%. Comparing base (dd9e578) to head (14f057b).
Report is 4 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #326   +/-   ##
=======================================
  Coverage   15.31%   15.32%           
=======================================
  Files          52       52           
  Lines        6111     6108    -3     
=======================================
  Hits          936      936           
+ Misses       5130     5127    -3     
  Partials       45       45           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Signed-off-by: Pranay Valson <[email protected]>
@noslav noslav merged commit 0aa7afb into main May 7, 2025
9 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant