Skip to content

Commit

Permalink
address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiying-lin committed Feb 26, 2025
1 parent d3c8cbf commit 3be5619
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 36 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -809,6 +809,8 @@ var _ = Describe("Test TrafficManagerBackend Controller", func() {
},
},
}
// The controller should reconcile the trafficManagerBackend using backoff algorithm.
// It may take longer and depends on the failure times.
validator.ValidateTrafficManagerBackend(ctx, k8sClient, &want, longTimeout)
validator.ValidateTrafficManagerBackendConsistently(ctx, k8sClient, &want)
})
Expand Down
Loading

0 comments on commit 3be5619

Please sign in to comment.