Skip to content
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

Investigate flaky hello-pepr-watch tests #1309

Open
samayer12 opened this issue Oct 21, 2024 · 0 comments
Open

Investigate flaky hello-pepr-watch tests #1309

samayer12 opened this issue Oct 21, 2024 · 0 comments
Labels
bug Something isn't working tech-debt

Comments

@samayer12
Copy link
Collaborator

Environment

Device and OS: CI
App version: main
Kubernetes distro being used: k3d

Steps to reproduce

  1. Examine failed workflow tests for hello-pepr-watch

Expected result

Test passes

Actual Result

Test occasionally fails

Visual Proof (screenshots, videos, text, etc)

1 hello-pepr-watch test has failed on main within the last 200 runs of E2E tests as of 21 Oct 2024.

Severity/Priority

Low

Additional Context

Generate a list of recently-failed E2E tests in CI with this command:
gh run list --workflow "E2E - Pepr Excellent Examples" --limit 200 --json workflowName,headBranch,conclusion,databaseId --jq '.[] | select(.conclusion == "failure" and .headBranch == "main") | .databaseId' | xargs -I {} gh run view {} --json jobs --jq '.jobs[] | select(.conclusion == "failure") | .name' > ci-failures.log && sort ci-failures.log | uniq -c | sort -r

@samayer12 samayer12 added bug Something isn't working tech-debt labels Oct 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working tech-debt
Projects
Status: 🆕 New
Development

No branches or pull requests

1 participant