Skip to content

Commit 0713a2a

Browse files
committed
handle etcd overloaded
1 parent 3a66cf5 commit 0713a2a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker/mongodb-kubernetes-tests/kubetester/opsmanager.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1029,6 +1029,8 @@ def assert_reaches_phase(
10291029
# This can be an intermediate error, right before we check for this secret we create it.
10301030
# The cluster might just be slow
10311031
"failed to locate the api key secret",
1032+
# etcd might be slow
1033+
"etcdserver: request timed out",
10321034
)
10331035

10341036
start_time = time.time()

0 commit comments

Comments
 (0)