Fix e2e test flakes.
Makes number of failures per pod fixed at 1, for the RestartOnFailure case, which prevents Kubelet restart backoff, which causes test timeout. For RestartNever tests, it keeps using the random success/failure. Fixes #15389. Renables previously flaky e2e.
This commit is contained in:
@@ -135,7 +135,6 @@ DISRUPTIVE_TESTS=(
|
||||
GCE_FLAKY_TESTS=(
|
||||
"DaemonRestart\sController\sManager"
|
||||
"Daemon\sset\sshould\srun\sand\sstop\scomplex\sdaemon"
|
||||
"Jobs\sare\slocally\srestarted"
|
||||
"Resource\susage\sof\ssystem\scontainers"
|
||||
"allows\sscheduling\sof\spods\son\sa\sminion\safter\sit\srejoins\sthe\scluster" # file: resize_nodes.go, issue: #13258
|
||||
"pod\sw/two\sRW\sPDs\sboth\smounted\sto\sone\scontainer,\swrite\sto\sPD" # file: pd.go, issue: #15382
|
||||
|
Reference in New Issue
Block a user