Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Removing store validity tests from stress.py (#3170)
Store validity checks are executed on each `get_status` and take up to 1.5 seconds, during which they block `Client`. In stress.py specifically they quickly get to actually taking 1.5 seconds, thus each time the test calls to `get_status`, one of the nodes gets blocked for 1.5s. Removing ongoing store validity checks from stress.py, and introducing them only once at the end. Test plan: ---------- stress.py now can actually pass in nayduck: http://nayduck.eastus.cloudapp.azure.com:3000/#/run/93 The failure is a new issue: #3169
- Loading branch information