You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
=== RUN TestCatalogdMetricsExportedEndpoint
utils.go:21: Finding kubectl client
utils.go:26: Using "kubectl" as k8s client
metrics_test.go:100: Creating ClusterRoleBinding catalogd-metrics-binding in namespace olmv1-system
metrics_test.go:110: Generating ServiceAccount token at namespace olmv1-system
metrics_test.go:119: Creating curl pod (olmv1-system/catalogd-curl-metrics) to validate the metrics endpoint
metrics_test.go:146: Waiting for the curl pod to be ready
metrics_test.go:151: Validating the metrics endpoint
metrics_test.go:161: Cleaning up resources
panic: test timed out after 10m0s
Potential Causes:
The curl pod may not be reaching a ready state within the expected time.
Cleanup of resources might be blocking test completion. (race condition)
Steps to Reproduce:
Run make e2e multiple times.
Observe that the test intermittently times out.
The text was updated successfully, but these errors were encountered:
camilamacedo86
changed the title
The E2E test TestCatalogdMetricsExportedEndpoint is intermittently failing.
The E2E test TestCatalogdMetricsExportedEndpoint is flaking
Feb 15, 2025
The E2E test TestCatalogdMetricsExportedEndpoint is intermittently failing.
GitHub Actions Run:
Failed Run
Error Log Snippet:
Potential Causes:
Steps to Reproduce:
The text was updated successfully, but these errors were encountered: