Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(pytest): create explicit readiness_check in MayastorHandle
Attempt to work around gRPC bug by retrying once on failure. There appears to be a bug in which, under certain conditions, the python code does not honour the wait_for_ready flag when it is set in gRPC calls. Upon such failure we now perform a single retry. It has been claimed that this is sufficient seem to resolve the issue. However, it has not been possible to verify this as we have been unable to reproduce the conditions under which the bug is triggered. At the very least, a single retry will not do any harm and cannot make matters worse.
- Loading branch information