-
Notifications
You must be signed in to change notification settings - Fork 637
Open
Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.needs-priorityneeds-triageIndicates an issue or PR lacks a `triage/foo` label and requires one.Indicates an issue or PR lacks a `triage/foo` label and requires one.
Description
/kind bug
The unit test for ROSARoleConfig TestROSARoleConfigReconcileExist is flaky .
Logs as below
=== RUN TestROSARoleConfigReconcileExist
rosaroleconfig_controller_test.go:610:
Expected
<string>:
to equal
<string>: arn:aws:iam::123456789012:role/test-HCP-ROSA-Installer-Role
--- FAIL: TestROSARoleConfigReconcileExist (0.21s)
=== RUN TestROSARoleConfigReconcileDelete
GHTTP Received Request: GET - /api/clusters_mgmt/v1/clusters?page=1&search=aws.sts.operator_iam_roles.role_arn+like+%27%25%2Ftest-%25%27
--- PASS: TestROSARoleConfigReconcileDelete (0.36s)
FAIL
E1114 13:12:37.289207 49023 certwatcher.go:232] "error re-watching file" err="no such file or directory" logger="controller-runtime.certwatcher"
E1114 13:12:37.289309 49023 certwatcher.go:240] "error re-reading certificate" err="open /tmp/envtest-serving-certs-2124169368/tls.crt: no such file or directory" logger="controller-runtime.certwatcher"
E1114 13:12:37.289334 49023 certwatcher.go:232] "error re-watching file" err="no such file or directory" logger="controller-runtime.certwatcher"
E1114 13:12:37.289390 49023 certwatcher.go:240] "error re-reading certificate" err="open /tmp/envtest-serving-certs-2124169368/tls.crt: no such file or directory" logger="controller-runtime.certwatcher"
E1114 13:12:37.289419 49023 certwatcher.go:232] "error re-watching file" err="no such file or directory" logger="controller-runtime.certwatcher"
E1114 13:12:37.289469 49023 certwatcher.go:240] "error re-reading certificate" err="open /tmp/envtest-serving-certs-2124169368/tls.crt: no such file or directory" logger="controller-runtime.certwatcher"
FAIL sigs.k8s.io/cluster-api-provider-aws/v2/exp/controllers 31.260s
What steps did you take and what happened:
[A clear and concise description of what the bug is.]
What did you expect to happen:
Anything else you would like to add:
[Miscellaneous information that will assist in solving the issue.]
Environment:
- Cluster-api-provider-aws version:
- Kubernetes version: (use
kubectl version): - OS (e.g. from
/etc/os-release):
Metadata
Metadata
Assignees
Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.needs-priorityneeds-triageIndicates an issue or PR lacks a `triage/foo` label and requires one.Indicates an issue or PR lacks a `triage/foo` label and requires one.