You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ginkgo.It("deployment propagation with label and group constraints testing", func() {
Reason for failure:
Anything else we need to know:
Key logs:
2021-12-30T03:49:20.818645777Z stderr F I1230 03:49:20.818201 1 detector.go:206] Reconciling object: apps/v1, kind=Deployment, karmadatest-mv8/deploy-z8w
2021-12-30T03:49:20.820743343Z stderr F I1230 03:49:20.819080 1 detector.go:339] attempts to match policy for resource(apps/v1, kind=Deployment, karmadatest-mv8/deploy-z8w)
2021-12-30T03:49:20.821621071Z stderr F I1230 03:49:20.821444 1 detector.go:346] no propagationpolicy find in namespace(karmadatest-mv8).
2021-12-30T03:49:20.841408099Z stderr F I1230 03:49:20.841283 1 detector.go:751] Create PropagationPolicy(policy.karmada.io/v1alpha1, kind=PropagationPolicy, karmadatest-mv8/deploy-z8w)
2021-12-30T03:49:20.8414287Z stderr F I1230 03:49:20.841330 1 detector.go:793] PropagationPolicy(karmadatest-mv8/deploy-z8w) has been added.
2021-12-30T03:49:20.842470833Z stderr F I1230 03:49:20.842353 1 detector.go:377] attempts to match cluster policy for resource(apps/v1, kind=Deployment, karmadatest-mv8/deploy-z8w)
2021-12-30T03:49:20.842894446Z stderr F I1230 03:49:20.842766 1 detector.go:384] no propagationpolicy find.
2021-12-30T03:49:20.861188527Z stderr F I1230 03:49:20.857122 1 detector.go:946] Matched 0 resources by policy(karmadatest-mv8/deploy-z8w)
2021-12-30T03:49:20.87985912Z stderr F I1230 03:49:20.878372 1 detector.go:707] Add object(apps/v1, kind=Deployment, karmadatest-mv8/deploy-z8w) to waiting list, length of list is: 194
The text was updated successfully, but these errors were encountered:
Analysis:
When PropagationPolicy and Resource are being processed at the same time, they cannot find each other. As a result, the binding creation process is not entered. This is a coincidence. Currently, I have only encountered this problem.
Which jobs are flaking:
https://github.com/karmada-io/karmada/runs/4663848781?check_suite_focus=true
Which test(s) are flaking:
karmada/test/e2e/scheduling_test.go
Line 70 in 6f4b65a
Reason for failure:
Anything else we need to know:
Key logs:
The text was updated successfully, but these errors were encountered: