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

feat: Update MultiTest to 2.2.0 #453

Merged
merged 2 commits into from
Nov 13, 2024

Conversation

jawoznia
Copy link
Collaborator

@jawoznia jawoznia commented Nov 7, 2024

Uncomment auto deserialization of payload in tests. Add test case for deserialization of custom data type.

@jawoznia jawoznia requested a review from kulikthebird November 7, 2024 13:17
Copy link

codecov bot commented Nov 7, 2024

Codecov Report

Attention: Patch coverage is 85.00000% with 3 lines in your changes missing coverage. Please review.

Project coverage is 72.36%. Comparing base (b7a245d) to head (da4a273).
Report is 2 commits behind head on feat/replies.

Files with missing lines Patch % Lines
sylvia/tests/reply_dispatch.rs 62.50% 3 Missing ⚠️
Additional details and impacted files
@@               Coverage Diff                @@
##           feat/replies     #453      +/-   ##
================================================
+ Coverage         72.17%   72.36%   +0.18%     
================================================
  Files                63       63              
  Lines              3810     3825      +15     
================================================
+ Hits               2750     2768      +18     
+ Misses             1060     1057       -3     

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

@jawoznia jawoznia force-pushed the jawoznia/feat/update-multitest branch from a551baf to 180165a Compare November 7, 2024 13:31
Copy link
Contributor

@kulikthebird kulikthebird left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! Just two minor comments from me

#[sv::payload(raw)] _payload: Binary,
// _first_part_payload: u32,
// _second_part_payload: String,
_first_part_payload: u32,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We could make sure that the deserialization works as expected here

// Payload is not currently forwarded in the MultiTest.
// _instantiate_payload: InstantiatePayload,
#[sv::payload(raw)] _payload: Binary,
_instantiate_payload: InstantiatePayload,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We could make sure that the deserialization works as expected here

Uncomment auto deserialization of payload in tests.
Add test case for deserialization of custom data type.
@jawoznia jawoznia force-pushed the jawoznia/feat/update-multitest branch from 22d82ed to da4a273 Compare November 12, 2024 17:56
Copy link
Contributor

@kulikthebird kulikthebird left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@jawoznia jawoznia merged commit a837e7e into feat/replies Nov 13, 2024
9 checks passed
@jawoznia jawoznia deleted the jawoznia/feat/update-multitest branch November 13, 2024 12:20
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.

2 participants