KONFLUX-14934: e2e tests are failing on vector-kubearchive untar - #13550
KONFLUX-14934: e2e tests are failing on vector-kubearchive untar#13550olegbet wants to merge 8 commits into
Conversation
Kustomize Render DiffComparing No render differences detected. |
PR Summary by QodoMake hack/preview.sh resilient to ArgoCD transient errors and jq|head SIGPIPE
AI Description
Diagram
High-Level Assessment
Files changed (1)
|
Code Review by Qodo
1.
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #13550 +/- ##
=======================================
Coverage 60.38% 60.38%
=======================================
Files 24 24
Lines 1628 1628
=======================================
Hits 983 983
Misses 563 563
Partials 82 82
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
|
Code review by qodo was updated up to the latest commit e873e8e |
|
/lgtm |
e873e8e to
2605318
Compare
|
Code review by qodo was updated up to the latest commit 2605318 |
🤖 Pipeline Failure AnalysisCategory: Infrastructure The pipeline failed because the 📋 Technical DetailsImmediate CauseThe Contributing FactorsSeveral environmental and configuration issues contributed to the failure. The ImpactThe stalled 🔍 Evidenceappstudio-e2e-tests/gather-extraCategory: Logs:
|
|
Code review by qodo was updated up to the latest commit 02f90d3 |
|
Code review by qodo was updated up to the latest commit f2271af |
f2271af to
c175ffe
Compare
|
Code review by qodo was updated up to the latest commit c175ffe |
|
Code review by qodo was updated up to the latest commit 6fe3417 |
…ision Assisted-by: Claude Signed-off-by: obetsun <obetsun@redhat.com>
Assisted-by: Claude Signed-off-by: obetsun <obetsun@redhat.com>
Assisted-by: Claude Signed-off-by: obetsun <obetsun@redhat.com>
Assisted-by: Claude Signed-off-by: obetsun <obetsun@redhat.com>
Signed-off-by: obetsun <obetsun@redhat.com>
Assisted-by: Claude Signed-off-by: obetsun <obetsun@redhat.com>
Assisted-by: Claude Signed-off-by: obetsun <obetsun@redhat.com>
6fe3417 to
9f41eb3
Compare
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: avi-biton, flacatus, olegbet The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
Assisted-by: Claude Signed-off-by: obetsun <obetsun@redhat.com>
|
New changes are detected. LGTM label has been removed. |
|
Code review by qodo was updated up to the latest commit 0361d5e |
|
PR needs rebase. DetailsInstructions 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-sigs/prow repository. |
Summary
transient_errors='context deadline exceeded|ComparisonError|failed to untar|error reading from server|rpc error'
So an Unknown app carrying a ComparisonError/failed to untar render flake now gets soft-refreshed and the loop keeps waiting to MAX_SYNC_TIMEOUT, rather than being
surfaced as a hard failure.
Closes: KONFLUX-14934(https://redhat.atlassian.net/browse/KONFLUX-14934)
Risk assessment
Validation
Verified: message truncates to 200 chars, conditions cap at 3 lines, and empty input returns empty (fallback
path intact).
Assisted-by: Claude