We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What happened: unit test fails sometimes
I0331 08:45:12.439640 29806 uniteddeployment_update.go:110] UnitedDeployment default/foo needs creating subset (StatefulSet) with name: [subset-a] --- FAIL: TestRevisionManage (4.18s) revision_test.go:117: Expected <*errors.StatusError | 0xc0001488c0>: { ErrStatus: { TypeMeta: {Kind: "", APIVersion: ""}, ListMeta: { SelfLink: "", ResourceVersion: "", Continue: "", RemainingItemCount: nil, }, Status: "Failure", Message: "Operation cannot be fulfilled on uniteddeployments.apps.kruise.io \"foo\": the object has been modified; please apply your changes to the latest version and try again", Reason: "Conflict", Details: { Name: "foo", Group: "apps.kruise.io", Kind: "uniteddeployments", UID: "", Causes: nil, RetryAfterSeconds: 0, }, Code: 409, }, } to be nil
What you expected to happen: test case should be stable
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
Environment:
kubectl version
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
What happened:
unit test fails sometimes
What you expected to happen:
test case should be stable
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
Environment:
kubectl version
):The text was updated successfully, but these errors were encountered: