-
Notifications
You must be signed in to change notification settings - Fork 89
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
refactor(consensus): put expectations near the most relevant call site for SHC tests #2239
refactor(consensus): put expectations near the most relevant call site for SHC tests #2239
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @matan-starkware and the rest of your teammates on Graphite |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2239 +/- ##
==========================================
- Coverage 66.31% 66.29% -0.02%
==========================================
Files 139 139
Lines 18341 18341
Branches 18341 18341
==========================================
- Hits 12163 12160 -3
Misses 4883 4883
- Partials 1295 1298 +3 ☔ View full report in Codecov by Sentry. |
422cde3
to
3630e0a
Compare
b895c5c
to
ee10c01
Compare
3630e0a
to
9378b37
Compare
ee10c01
to
d8de3fc
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 1 of 1 files at r1, all commit messages.
Reviewable status: complete! all files reviewed, all discussions resolved (waiting on @matan-starkware)
9378b37
to
9aa2aec
Compare
d8de3fc
to
eae77b8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed all commit messages.
Reviewable status: complete! all files reviewed, all discussions resolved (waiting on @matan-starkware)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewable status: complete! all files reviewed, all discussions resolved (waiting on @matan-starkware)
9aa2aec
to
d9610d2
Compare
eae77b8
to
699dc57
Compare
d9610d2
to
069a8a8
Compare
699dc57
to
4323456
Compare
The base branch was changed.
…e for SHC tests This is now possible since we no longer put the Context in an Arc, which forced us to set expectations before doing that. Setting expectations requires .
4323456
to
d23c070
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed all commit messages.
Reviewable status: complete! all files reviewed, all discussions resolved (waiting on @matan-starkware)
…e for SHC tests (#2239) This is now possible since we no longer put the Context in an Arc, which forced us to set expectations before doing that. Setting expectations requires .
…e for SHC tests (#2239) This is now possible since we no longer put the Context in an Arc, which forced us to set expectations before doing that. Setting expectations requires .
This is now possible since we no longer put the Context in an Arc, which forced us to
set expectations before doing that. Setting expectations requires .
This change is