Skip to content

Instantly share code, notes, and snippets.

@michaelgugino
Created June 18, 2020 14:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save michaelgugino/c7a7197058e54ba0115c75339520c607 to your computer and use it in GitHub Desktop.
Save michaelgugino/c7a7197058e54ba0115c75339520c607 to your computer and use it in GitHub Desktop.
--- FAIL: TestCPMachineSetDelete (0.06s)
--- FAIL: TestCPMachineSetDelete/is_not_CP_MachineSet (0.01s)
machineset_webhook_test.go:694:
Expected success, but got an error:
<*errors.StatusError | 0xc000922280>: {
ErrStatus: {
TypeMeta: {Kind: "", APIVersion: ""},
ListMeta: {
SelfLink: "",
ResourceVersion: "",
Continue: "",
RemainingItemCount: nil,
},
Status: "Failure",
Message: "admission webhook \"default.machineset.machine.openshift.io\" denied the request: Unexpected: ProviderSpec.Value is nil",
Reason: "Unexpected: ProviderSpec.Value is nil",
Details: nil,
Code: 403,
},
}
admission webhook "default.machineset.machine.openshift.io" denied the request: Unexpected: ProviderSpec.Value is nil
FAIL
FAIL github.com/openshift/machine-api-operator/pkg/apis/machine/v1beta1 8.046s
FAIL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment