mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-02-23 19:37:23 +00:00
Many times an e2e test fails with an unexpected error, "timed out waiting for the condition". Useful information may be in the test logs, but debugging e2e test failures will be much faster if we add context to errors when they happen. This change makes sure we add context to all errors returned from helpers like wait.Poll().