-
Notifications
You must be signed in to change notification settings - Fork 534
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Provide race and shuffle flags when running unit tests (#1925)
* Provide race and shuffle flags * Fix race condition in TestBlockchain_VerifyBlockParent test * Fix race conditions in Test_TxPool_validateTx * Capture loop variable * Fix TestAddTxsInOrder * Linter fixes * Fix TestBlockchain_VerifyBlockBody race conditions * Fix Test_VerifySignature_NegativeCases * Fix TestDropKnownGossipTx * Retrieve tx hash in a thread safe manner * Fix TestStatusPubSub race condition * Fix peers_test * Fix Test_newTracer * Provide race flag when building binary and running fuzz tests * Fix data races in fund and deposit_erc20 commands * Fix TestEventSubscription_ProcessedEvents * Fix TestSimpleGossip (hopefully) * Fix data race in e2e tests (txRelayer.SendTransactionLocal) * Avoid race conditions in ibft/signer package * Increase timeout in TestEventSubscription_ProcessedEvents * Fix TestResetAccounts_Enqueued flakiness * Remove race flags from e2e and property tests * Update command/bridge/deposit/erc20/deposit_erc20.go Co-authored-by: Victor Castell <[email protected]> * Fix transaction.Copy function --------- Co-authored-by: Victor Castell <[email protected]>
- Loading branch information
1 parent
a6ee82a
commit 12d38b8
Showing
31 changed files
with
234 additions
and
150 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.