Skip to content
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

Remove redundant CBOR encoding in observer message dump #726

Merged
merged 1 commit into from
Oct 28, 2024

Conversation

masih
Copy link
Member

@masih masih commented Oct 28, 2024

Observer uses Parquet and ndjson to dump messages. CBOR encoding seems to be unused.

While at it, also remove the unused GMessageEnvelopeDeferred.

Observer uses Parquet and ndjson to dump messages. CBOR encoding seems
to be unused.

While at it, also remove the unused `GMessageEnvelopeDeferred`.
@masih masih force-pushed the masih/rm-msgdump-cbor branch from b0e8341 to bcc638a Compare October 28, 2024 14:42
@masih masih requested a review from Kubuxu October 28, 2024 14:53
Copy link

codecov bot commented Oct 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 75.16%. Comparing base (a7d952c) to head (bcc638a).
Report is 2 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #726      +/-   ##
==========================================
+ Coverage   75.10%   75.16%   +0.05%     
==========================================
  Files          70       70              
  Lines        6938     6938              
==========================================
+ Hits         5211     5215       +4     
+ Misses       1314     1311       -3     
+ Partials      413      412       -1     

see 1 file with indirect coverage changes

@Stebalien Stebalien added this pull request to the merge queue Oct 28, 2024
Merged via the queue into main with commit 85a59d3 Oct 28, 2024
13 checks passed
@Stebalien Stebalien deleted the masih/rm-msgdump-cbor branch October 28, 2024 15:10
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.

3 participants