• Anthony Yeh's avatar
    StatefulSet: Deflake e2e "Saturate" phase. · 3bc76760
    Anthony Yeh authored
    The "Saturate" phase of StatefulSet e2e tests verifies orderly startup
    by controlling when each Pod is allowed to report Ready.
    If a Pod unexepectedly goes down during the test, the replacement Pod
    created by the controller will forget if it was already allowed to
    report Ready.
    
    After this change, the signal that allows each Pod to report Ready is
    persisted in the Pod's PVC. Thus, the replacement Pod will remember that
    it was already told to proceed to a Ready state.
    3bc76760
Name
Last commit
Last update
..
BUILD Loading commit data...
OWNERS Loading commit data...
cronjob.go Loading commit data...
daemon_restart.go Loading commit data...
daemon_set.go Loading commit data...
deployment.go Loading commit data...
disruption.go Loading commit data...
framework.go Loading commit data...
job.go Loading commit data...
rc.go Loading commit data...
replica_set.go Loading commit data...
statefulset.go Loading commit data...
types.go Loading commit data...