Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
ColdsteelRail committed Feb 7, 2025
1 parent 0a6f25f commit f14a64d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/e2e/apps/collaset.go
Original file line number Diff line number Diff line change
Expand Up @@ -1908,7 +1908,7 @@ var _ = SIGDescribe("CollaSet", func() {
By("Wait for new pod created by OperationJob")
Eventually(func() error { return tester.ExpectedStatusReplicas(cls, 2, 0, 0, 2, 2) }, 30*time.Second, 3*time.Second).ShouldNot(HaveOccurred())

By("scaleIn the specified new pod")
By("Selective scaleIn new pod")
pods, err = tester.ListPodsForCollaSet(cls)
Expect(err).NotTo(HaveOccurred())
var newPod *v1.Pod
Expand Down Expand Up @@ -1940,7 +1940,7 @@ var _ = SIGDescribe("CollaSet", func() {
newPod.Labels[appsv1alpha1.PodServiceAvailableLabel] = "true"
})).NotTo(HaveOccurred())

By("Wait for pods deleted")
By("Wait for pods are deleted")
Eventually(func() error { return tester.ExpectedStatusReplicas(cls, 0, 0, 0, 0, 0) }, 30*time.Second, 3*time.Second).ShouldNot(HaveOccurred())

By("Check resourceContext")
Expand Down

0 comments on commit f14a64d

Please sign in to comment.