ci(e2e): Phase 6 — nightly-chaos-sigint cell#92
Merged
Conversation
Contributor
|
Dev build ready — try this branch: |
9c81cd8 to
7920160
Compare
Contributor
E2E Test Pass · ✅ PASSTag:
Sentry traces: view spans for this run |
3 tasks
7920160 to
34d3e56
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Phase 6 (partial) — SIGINT chaos test only. RPC failover (S18) deferred to a follow-up because it requires a small source change to add an RPC override env var.
Summary
e2e/cli/chaos.test.tswith one test: spawnsdot deployin headless mode, waits for▸ storage-and-dotnssentinel (storage phase start) up to 60s, then sends SIGINT and asserts the process exits cleanly within 5s.nightly-chaos-sigintcell intest-nightly-no-publish(schedule/dispatch only — no publish since the deploy is interrupted before the registry phase).E2E_DOMAINS.chaos(e2e-cli-chaos) to avoid racing the happy-pathstoragedomain in a nightly that runs all matrices.ci/e2e-phase-5d-rejections). Will rebase once that merges.Test plan
pnpm exec tsc --noEmit— no errorspnpm test— 445 tests passpnpm format— no changes neededpnpm exec vitest run --config e2e/vitest.config.ts -t "dot deploy — chaos"— 1 test collected and passes locally (process errors during preflight on local environment, SIGINT lands cleanly, exit is valid)Out of scope