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
Seems that this test is flaky, seen it fail mutiple times over different PRs
=== RUN TestNewKubernetesSource/Successful kubernetes_test.go:122: Next(...): -want, +got: []migration.UnstructuredWithMetadata{ - { - Object: unstructured.Unstructured{ - Object: map[string]any{ - "apiVersion": string("ec2.aws.crossplane.io/v1beta1"), - "kind": string("VPC"), - "metadata": map[string]any{...}, - "spec": map[string]any{...}, - }, - }, - Metadata: migration.Metadata{Category: s"managed"}, - }, {Object: {Object: {"apiVersion": string("azure.crossplane.io/v1beta1"), "kind": string("ResourceGroup"), "metadata": map[string]any{"name": string("example-resources")}, "spec": map[string]any{"forProvider": map[string]any{"location": string("West Europe")}}}}, Metadata: {Category: s"managed"}}, + { + Object: unstructured.Unstructured{ + Object: map[string]any{ + "apiVersion": string("ec2.aws.crossplane.io/v1beta1"), + "kind": string("VPC"), + "metadata": map[string]any{...}, + "spec": map[string]any{...}, + }, + }, + Metadata: migration.Metadata{Category: s"managed"}, + }, } --- FAIL: TestNewKubernetesSource (0.00s) --- FAIL: TestNewKubernetesSource/Successful (0.00s)
I assume just running unit tests multiple times should trigger it. I see if fairly often on PRs
The text was updated successfully, but these errors were encountered:
I can confirm this flaky behavior by simply triggering the unit tests multiple times: repeat 10 make test | grep TestNewKubernetesSource
repeat 10 make test | grep TestNewKubernetesSource
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
What happened?
Seems that this test is flaky, seen it fail mutiple times over different PRs
How can we reproduce it?
I assume just running unit tests multiple times should trigger it. I see if fairly often on PRs
The text was updated successfully, but these errors were encountered: