-
Notifications
You must be signed in to change notification settings - Fork 331
New issue
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
[flaky] TestMetricsExport is super flaky #1672
Comments
cc @yanweiguo (community oncall) |
I ran the tests hundreds times with my own cluster and could only reproduce the timeout error once. I guess I have to send out a PR to run the CICD to debug. |
/reopen I still see issues, though with a different signature. Collecting signatures here.
and then:
|
@evankanderson: Reopened this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
I'm slightly suspicious, seeing interleaved logging from different tests, if we're seeing side effects of the global monitoring singleton. Unfortunately, it seems like it's hard to adjust our current prow test infrastructure to run these separately; let me look into doing it via GitHub Actions. |
Update: I've managed to reproduce this about 1/50 times when running all the tests under the e2e script. It looks like somehow the default exporter is sometimes trying to export to the default I've also found a small bug in the Prometheus exporter where it won't necessarily re-create the exporter if the port changes. Since that seems to happen rarely in the current scenarios, I'm going to roll that with the other change. |
I've fixed a few bugs, but I'm still seeing one case where the default meter seems to have lost track of all of the metrics associated with it. |
@evankanderson |
@evankanderson I still see this issue here: #2005 (comment) |
/reopen
|
@dprotaso: Reopened this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
This issue is stale because it has been open for 90 days with no |
/remove-lifecycle stale still messed up https://prow.knative.dev/view/gs/knative-prow/pr-logs/pull/knative_pkg/2328/pull-knative-pkg-unit-tests/1453084081465069568 |
This issue is stale because it has been open for 90 days with no |
/remove-lifecycle stale |
This issue is stale because it has been open for 90 days with no |
/lifecycle frozen |
metrics/resource_view_test.go - TestMetricsExport flakes most of the time.
/assign @jjzeng-seattle @evankanderson
here's a good example: https://prow.knative.dev/view/gs/knative-prow/pr-logs/pull/knative_pkg/1666/pull-knative-pkg-unit-tests/1300475037081407489
The text was updated successfully, but these errors were encountered: