mirror of https://github.com/knative/client.git
* fix(serving): Add an error window for ReadyCondition A default error window of 2 seconds (not sure if this should be made configurable as it is hard to explain/document) cause return an error during sync operations only, if a ReadyCondition == false stays for that long in false. This is needed to compensate situation where the condition is false when a race between revision and route creation occurse during a service creation. This should fix the flakes we have in our E2E tests as described in #544. * fix: words, words * fix(serving): More words + a check |
||
|---|---|---|
| .. | ||
| poll_watcher.go | ||
| poll_watcher_test.go | ||
| test_wait_helper.go | ||
| wait_for_ready.go | ||
| wait_for_ready_test.go | ||