paritytech / paritytech/playground-cli
Nightly E2E failure: 2026-07-14
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 5
- Forks
- 12
- PR merge metrics
- No merged PRs in 30d
Description
Nightly E2E failed on 2026-07-14 (tag e2e-ci-nightly).
E2E Test Pass · ❌ FAIL
Tag: e2e-ci-nightly · Branch: main · Commit: db851cc · Run logs
| Cell | Result | Time |
|---|---|---|
nightly-deploy-moddable |
❌ FAIL | 2m44s |
nightly-diagnostic |
❌ FAIL | 2m37s |
pr-deploy-cdm |
✅ PASS | 3m45s |
nightly-deploy-multi |
✅ PASS | 0m45s |
pr-deploy-foundry |
✅ PASS | 0m49s |
nightly-deploy-hardhat |
✅ PASS | 0m49s |
nightly-rejections |
✅ PASS | 0m51s |
pr-deploy-frontend |
❌ FAIL | 2m54s |
pr-mod |
❌ FAIL | 2m42s |
nightly-chaos-rpc |
✅ PASS | 0m51s |
nightly-chaos-sigint |
❌ FAIL | 2m37s |
pr-install |
✅ PASS | 0m56s |
pr-login-session |
❌ FAIL | 4m46s |
pr-preflight |
❌ FAIL | 3m42s |
nightly-mod-miss |
❌ FAIL | 2m44s |
❌ Failed tests (1)
e2e/cli/chaos.test.ts › dot deploy — chaos > SIGINT mid-deploy exits with code 130 within 5s
expected exit code 130 or signal SIGINT, got exitCode=0 signal=undefined last output: on, so you │ │ need to be signed in first. │ │ │ │ Runplayground loginand scan the QR code with your Polkadot mobile app, │ │ then become a builder and join the competition at playground.dot in your │ │ desktop app. │ ╰────────────────────────────────────────────────────────────────────────────╯ : expected false to be true // Object.is equality
Sentry traces: view spans for this run
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with e2e/cli/chaos.test.ts and inspect the failed nightly run logs for commit db851cc. Reproduce the dot deploy SIGINT case and trace why it exits with code 0 instead of code 130 or SIGINT. Done means the test passes within 5 seconds without changing the expected behavior of other E2E cells.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- cli, testing
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100