We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c397876 commit 25d6a08Copy full SHA for 25d6a08
pkg/controllers/rollout/controller_test.go
@@ -987,6 +987,7 @@ func TestUpdateBindings(t *testing.T) {
987
}
988
989
func TestIsBindingReady(t *testing.T) {
990
+ now := time.Now() // Shadow package-level 'now' for accurate timing in this test
991
tests := map[string]struct {
992
binding *placementv1beta1.ClusterResourceBinding
993
readyTimeCutOff time.Time
@@ -1217,6 +1218,7 @@ func TestIsBindingReady(t *testing.T) {
1217
1218
1219
1220
func TestPickBindingsToRoll(t *testing.T) {
1221
1222
1223
allBindings []*placementv1beta1.ClusterResourceBinding
1224
latestResourceSnapshotName string
0 commit comments