Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Removing flakiness from block_production.py
The test relies on being able to query all the nodes between every two blocks produced. Before 7028068 it was likely but flaky, after it the test fails consistently. It is due to the fact that store validity checks take ~0.35 seconds per `get_status`. Disabling the validity checks for this test. It is generally OK, because practically every other test (e.g. transactions.py) is a superset of this test in terms of coverage, and would catch any storage inconsistency that this test would now miss. Fixes #3143 Test plan: --------- http://nayduck.eastus.cloudapp.azure.com:3000/#/run/97
- Loading branch information