-
Notifications
You must be signed in to change notification settings - Fork 34
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
fix(papyrus_p2p_sync): tx and state_diff tests wait for headers sync #3891
base: noam.s/test_papyrus_p2p_sync_fix_class_from_syncing_before_state_diff_finishes
Are you sure you want to change the base?
Conversation
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
f1d2327
to
ac87ca5
Compare
ac87ca5
to
585542f
Compare
585542f
to
6dbe3ca
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 2 of 2 files at r1, all commit messages.
Reviewable status: all files reviewed, 2 unresolved discussions (waiting on @noamsp-starkware)
crates/papyrus_p2p_sync/src/client/transaction_test.rs
line 47 at r1 (raw file):
]; // Sleep so transaction sync will wait for new data
Same
crates/papyrus_p2p_sync/src/client/state_diff_test.rs
line 106 at r1 (raw file):
]; // Sleep so state diff sync will wait for new data
will reach the sleep waiting for new data
e6d9b3f
to
28c4a58
Compare
6dbe3ca
to
ab553d2
Compare
No description provided.