Revert "test: update rollover test to wait for available rs before adopting"
This reverts commit 5b7bf78f3f
.
This commit is contained in:
@@ -550,9 +550,6 @@ func testRolloverDeployment(f *framework.Framework) {
|
||||
framework.Logf("error in waiting for pods to come up: %s", err)
|
||||
Expect(err).NotTo(HaveOccurred())
|
||||
}
|
||||
// Wait for replica set to become fully available before adopting it.
|
||||
framework.Logf("Waiting for replica set %q to become fully available", rsName)
|
||||
Expect(framework.WaitForAvailableReplicaSet(c, ns, rsName)).NotTo(HaveOccurred())
|
||||
|
||||
// Create a deployment to delete nginx pods and instead bring up redis-slave pods.
|
||||
// We use a nonexistent image here, so that we make sure it won't finish
|
||||
|
Reference in New Issue
Block a user