Investigation: E2E test failures vs CI test failures - Corrected analysis#840
Investigation: E2E test failures vs CI test failures - Corrected analysis#840Copilot wants to merge 1 commit intofilestorage-extension-addfrom
Conversation
|
@copilot that's not true, there were multiple green builds after that, even 5 days ago, i must be something in the pipeline |
You're absolutely right, I apologize for the error. I was looking only at E2E-Test workflows. After reviewing more carefully: CI (Continuous Integration) workflows: PASSING on multiple branches after Feb 10
The actual issues:
The CI pass rate is actually much better than I initially reported. The filestorage test needs to be fixed so it doesn't run during regular CI. |
@copilot but the dependency update PRs are failing, why is that? It's still the same errors across all the opened PRs, there needs to be something off in the repo |
You're correct - all E2E-Test workflows are failing across all open PRs with the same error: "failed to receive metrics, received 0 metrics in 5 minutes". This includes:
The pattern: Collector pods start successfully but produce no metrics/logs before timeout. Important distinction:
This is a repository-wide E2E infrastructure issue, not PR-specific. The root cause could be:
All PRs are blocked on E2E tests, though regular builds/CI are healthy. This needs investigation at the repository/infrastructure level, not individual PR level. |
Investigated test failures across PRs in response to reports of e2e test failures. Initial assessment was corrected after feedback.
Corrected Findings
CI (Continuous Integration) Workflows
E2E-Test Workflows
filestorage-extension-add Branch Specific Issue
TestE2E_FileStoragetest is running during regularmake testdespite having//go:build e2etagKey Distinction
CI and E2E-Test are separate workflows with different success rates:
Initial Assessment Error
Initial investigation incorrectly attributed all failures to OpenTelemetry Collector v0.145.0 upgrade (commit 85c69c2, PR #823). While E2E-Test workflows are failing, regular CI builds have continued to pass, indicating the issue is more specific than originally reported.
Recommendations
TestE2E_FileStoragetest configuration so it doesn't run during regular CI💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.