test(e2e): migrate sandbox rebuild smoke to Vitest - #5132
Conversation
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
E2E Advisor RecommendationRequired E2E: None Dispatch hint: Full advisor summaryE2E Recommendation AdvisorBase: Required E2E
Optional E2E
New E2E recommendations
Dispatch hint
|
E2E Scenario Advisor RecommendationRequired scenario E2E: Dispatch required scenario E2E:
Full scenario advisor summaryE2E Scenario AdvisorBase: Required scenario E2E
Optional scenario E2E
Relevant changed files
|
PR Review AdvisorFindings: 1 needs attention, 8 worth checking, 0 nice ideas Review findings🛠️ Needs attention
🔎 Worth checking
🌱 Nice ideas
Consider writing more tests for
Since last review detailsCurrent findings:
This is an automated advisory review. A human maintainer must make the final merge decision. |
|
✨ |
|
Closing this draft codex migration PR as superseded by the simplified #5098 per-script migration process. The branch carries broad/stale framework-era diff noise; if this test is still needed, we'll salvage the useful core in a fresh/simple one-script PR using nemoclaw-e2e-legacy-migrate. |
Summary
Migrates the manual sandbox rebuild smoke from a standalone bash script into the live Vitest E2E project. The replacement preserves the real sandbox lifecycle proof while keeping the destructive rebuild path behind an explicit opt-in.
Related Issue
Part of #5098.
Changes
test/e2e-scenario/live/sandbox-rebuild.test.tswith opt-in live coverage for onboard, marker preservation, stale registry simulation, rebuild, registry refresh, and backup credential scanning.NEMOCLAW_E2E_SANDBOX_REBUILD=1in addition to the live E2E project opt-in.test/e2e/test-sandbox-rebuild.sh.Type of Change
Verification
npx prek run --all-filespassesnpm testpassesnpm run docsbuilds without warnings (doc changes only)Signed-off-by: Carlos Villela cvillela@nvidia.com