-
Couldn't load subscription status.
- Fork 108
fix(ci): solve gas meter race condition in integration tests #732
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
base: main
Are you sure you want to change the base?
Conversation
|
Regarding the |
|
@vladjdk There is actually no data race in the |
Description
Adds teardowns to integration
evmdintegration tests and added locks for state reads and commits.Also adds the
count=1flag to Makefile test targets so that flakes are discovered earlier (locally).Addresses the following tests:
TestCheckTxHandlerForCommittedAndLowerNonceTxsrace and flakerunReorg()/StateAtraceTestBlockchainRaceConditionnil pointer errorCloses: #722