-
Notifications
You must be signed in to change notification settings - Fork 65
blockifier: share the test utl assert_eq_test_result #10403
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
blockifier: share the test utl assert_eq_test_result #10403
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. |
|
+reviewer:@TzahiTaub |
ArniStarkware
left a comment
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.
Motivation - We want to have a test similar to the test_get_compiled_class test, but in the blockifier crate, which is independent of the implementation of FetchCompiledClasses.
See: #10392 which will be restack on top of this PR.
Reviewable status: 0 of 4 files reviewed, all discussions resolved (waiting on @avivg-starkware and @TzahiTaub)
03f1d05 to
bdfbad4
Compare
bdfbad4 to
288fb94
Compare
288fb94 to
60cda6e
Compare
avivg-starkware
left a comment
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.
@avivg-starkware reviewed 3 of 4 files at r1, 1 of 1 files at r2, all commit messages.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @TzahiTaub)
crates/apollo_gateway/src/state_reader_test.rs line 447 at r2 (raw file):
// TODO(Arni): Check if any test cases here should move to the tests of // `StateReaderAndContractManager`.
Making sure this is intentionally removed?
Code quote:
// TODO(Arni): Check if any test cases here should move to the tests of
// `StateReaderAndContractManager`.60cda6e to
f4631f0
Compare
27a652b to
0c5c7c2
Compare
f4631f0 to
4b8faf1
Compare
ArniStarkware
left a comment
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: 3 of 4 files reviewed, all discussions resolved (waiting on @avivg-starkware and @TzahiTaub)
crates/apollo_gateway/src/state_reader_test.rs line 447 at r2 (raw file):
Previously, avivg-starkware wrote…
Making sure this is intentionally removed?
It was not! TY! Reverted.
Done.
ArniStarkware
left a comment
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.
@ArniStarkware reviewed 1 of 1 files at r3, all commit messages.
Reviewable status:complete! all files reviewed, all discussions resolved (waiting on @avivg-starkware and @TzahiTaub)
TzahiTaub
left a comment
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.
@TzahiTaub reviewed 3 of 4 files at r1, 1 of 1 files at r3, all commit messages.
Reviewable status:complete! all files reviewed, all discussions resolved (waiting on @avivg-starkware)
avivg-starkware
left a comment
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.
@avivg-starkware reviewed 1 of 1 files at r3.
Reviewable status:complete! all files reviewed, all discussions resolved (waiting on @ArniStarkware)

No description provided.