You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Closes#1383
## Testing
```
$ go test ./... -run "TestTxPool_ConcurrentlyAddingTx" -count=1000
ok github.com/tendermint/tendermint/mempool/cat 0.402s
```
Closes#1383
## Testing
```
$ go test ./... -run "TestTxPool_ConcurrentlyAddingTx" -count=1000
ok github.com/tendermint/tendermint/mempool/cat 0.402s
```
Problem
The
TestTxPool_ConcurrentlyAddingTx
appears to be flaky.Please see https://github.com/celestiaorg/celestia-core/actions/runs/9419666295/job/25949967898?pr=1379
Re-running the jobs make it pass, so confirming the flakiness.
Acceptance Criteria
Investigating the root cause of flakiness and making necessary modifications to resolve it.
The text was updated successfully, but these errors were encountered: