-
Notifications
You must be signed in to change notification settings - Fork 33
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
Attempt to fix flaky tests #887
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files
|
b299f00
to
183f729
Compare
183f729
to
7929e03
Compare
6c19435
to
3ae1061
Compare
3ae1061
to
4d057c1
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.
please comment out test tracing init lines and we are good to go
Description
test_all_flow
test_gas_price_increase
test_soft_confirmations_status_two_l1
test_reopen_prover
test_prover_sync_with_commitments
Linked Issues
test_all_flow
is flaky #850Causes:
eth_block_number
would not return the same block because the block itself hasn't been processed. The tests now sleep for 1 second in between receiving the L2 block & EVM execution.Runs: