lotus/itests
Nikola Divic aca2a0fd1b test: fix flake in TestMemPoolBatchPushUntrusted integration test
The flake was caused by improper waiting for certain chain operations
to finish:

- We didn't wait for messages to be registered as pushed
- We improperly waited for a fixed time (10 seconds) for messages to be
mined, which in the best case would wait longer than necessary and in the
worst case would cause the test to break.

What I did:
- fixed by waiting in a loop for "just enough time". This fixed the flake
and made the test run faster, on average, because we don't have unnecessary
waiting.
- I added a "circuit-breaker" where the wait loop will timeout after 10 seconds.
2022-02-12 17:48:45 +01:00
..
fixtures Add tests cementing the DM-level behavior on simple paths 2021-11-24 15:31:15 +01:00
kit make gen 2022-02-08 17:22:41 +01:00
multisig more fix 2021-08-12 14:03:19 -04:00
api_test.go Fix bad annotations 2021-12-13 13:41:04 +01:00
batch_deal_test.go test: disable flaky TestBatchDealInput 2021-08-24 15:37:52 -07:00
ccupgrade_test.go Merge remote-tracking branch 'origin/master' into jen/v15 2022-02-09 19:27:34 -05:00
cli_test.go Annotate 'incoming' subsystem 2021-12-14 11:33:33 +01:00
deadlines_test.go Annotate storage miner features 2021-12-15 15:30:42 +01:00
deals_512mb_test.go Annotate client storage deals feature 2021-12-16 14:36:02 +01:00
deals_concurrent_test.go Merge branch 'bloxico/system-test-matrix' of https://github.com/filecoin-project/lotus into merge_lotus 2021-12-20 15:48:16 +01:00
deals_max_staging_deals_test.go Annotate client storage deals feature 2021-12-16 14:36:02 +01:00
deals_offline_test.go Annotate client storage deals feature 2021-12-16 14:36:02 +01:00
deals_padding_test.go Annotate client storage deals feature 2021-12-16 14:36:02 +01:00
deals_partial_retrieval_dm-level_test.go retrieval: DagSpec.MatchPath -> ExportMerkleProof 2021-11-29 21:14:00 +01:00
deals_partial_retrieval_test.go Merge branch 'bloxico/system-test-matrix' of https://github.com/filecoin-project/lotus into merge_lotus 2021-12-20 15:48:16 +01:00
deals_power_test.go Annotate 'incoming' subsystem 2021-12-14 11:33:33 +01:00
deals_pricing_test.go Annotate client storage deals feature 2021-12-16 14:36:02 +01:00
deals_publish_test.go Annotate 'incoming' subsystem 2021-12-14 11:33:33 +01:00
deals_retry_deal_no_funds_test.go Annotate client storage deals feature 2021-12-16 14:36:02 +01:00
deals_test.go Annotate 'incoming' subsystem 2021-12-14 11:33:33 +01:00
doc.go pacify gotestsum by adding a normal go file. 2021-06-10 00:15:29 +01:00
gateway_test.go Annotate 'incoming' subsystem 2021-12-14 11:33:33 +01:00
get_messages_in_ts_test.go Annotate 'incoming' subsystem 2021-12-14 11:33:33 +01:00
mempool_test.go test: fix flake in TestMemPoolBatchPushUntrusted integration test 2022-02-12 17:48:45 +01:00
multisig_test.go Annotate 'incoming' subsystem 2021-12-14 11:33:33 +01:00
nonce_test.go Annotate 'incoming' subsystem 2021-12-14 11:33:33 +01:00
paych_api_test.go Annotate 'incoming' subsystem 2021-12-14 11:33:33 +01:00
paych_cli_test.go Annotate 'incoming' subsystem 2021-12-14 11:33:33 +01:00
sdr_upgrade_test.go Annotate storage miner features 2021-12-15 15:30:42 +01:00
sector_finalize_early_test.go Annotate storage miner features 2021-12-15 15:30:42 +01:00
sector_miner_collateral_test.go Annotate storage miner features 2021-12-15 15:30:42 +01:00
sector_pledge_test.go Annotate storage miner features 2021-12-15 15:30:42 +01:00
sector_terminate_test.go Annotate storage miner features 2021-12-15 15:30:42 +01:00
self_sent_txn_test.go Bump the master version to v1.13.3-dev 2022-01-14 17:14:32 -05:00
tape_test.go Annotate 'incoming' subsystem 2021-12-14 11:33:33 +01:00
verifreg_test.go Annotate 'incoming' subsystem 2021-12-14 11:33:33 +01:00
wdpost_dispute_test.go Annotate storage miner features 2021-12-15 15:30:42 +01:00
wdpost_test.go Address review 2022-01-14 17:14:32 -05:00