Fix flakey cosmos mempool tests
Open
- Dominant language
- Go
- Stars
- 164
- Forks
- 213
- Avg merge
- 3d 58m
- Merged PRs (30d)
- 12
Description
What's most likely happening is these transactions get committed before we're able to check if they're in pending, so the test is failing.
A todo here would be to change this to pass on tx commited OR in pending list.
_Originally posted by @vladjdk in https://github.com/cosmos/evm/pull/856#discussion_r2565595251_
Contributor guide
Research direction
Start by locating the Cosmos mempool tests and reproduce the flaky failure by running them repeatedly. Inspect the pending-transaction check; done means the test passes whether the transaction is committed or remains in the pending list.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- testing
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100