mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Stop checking hash labels of adopted resources in e2e tests
This commit is contained in:
parent
cda3f18b8c
commit
fa0ce15d47
@ -274,10 +274,6 @@ func testRollingUpdateDeployment(f *framework.Framework) {
|
|||||||
_, allOldRSs, err := deploymentutil.GetOldReplicaSets(deployment, c.ExtensionsV1beta1())
|
_, allOldRSs, err := deploymentutil.GetOldReplicaSets(deployment, c.ExtensionsV1beta1())
|
||||||
Expect(err).NotTo(HaveOccurred())
|
Expect(err).NotTo(HaveOccurred())
|
||||||
Expect(len(allOldRSs)).Should(Equal(1))
|
Expect(len(allOldRSs)).Should(Equal(1))
|
||||||
// The old RS should contain pod-template-hash in its selector, label, and template label
|
|
||||||
Expect(len(allOldRSs[0].Labels[extensions.DefaultDeploymentUniqueLabelKey])).Should(BeNumerically(">", 0))
|
|
||||||
Expect(len(allOldRSs[0].Spec.Selector.MatchLabels[extensions.DefaultDeploymentUniqueLabelKey])).Should(BeNumerically(">", 0))
|
|
||||||
Expect(len(allOldRSs[0].Spec.Template.Labels[extensions.DefaultDeploymentUniqueLabelKey])).Should(BeNumerically(">", 0))
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func testRecreateDeployment(f *framework.Framework) {
|
func testRecreateDeployment(f *framework.Framework) {
|
||||||
|
Loading…
Reference in New Issue
Block a user