Skip to content

test(cli): split command-family tests#5000

Merged
cv merged 1 commit into
mainfrom
codex/split-cli-command-family-tests
Jun 9, 2026
Merged

test(cli): split command-family tests#5000
cv merged 1 commit into
mainfrom
codex/split-cli-command-family-tests

Conversation

@cv

@cv cv commented Jun 9, 2026

Copy link
Copy Markdown
Collaborator

Summary

Split the combined test/cli/tunnel-credentials-maintenance-skills.test.ts subprocess suite into focused tunnel, credentials, maintenance, and sandbox skill install suites. This preserves the existing CLI dispatch coverage while giving CI smaller files to distribute across shards.

Changes

  • Added test/cli/tunnel-command.test.ts for tunnel help, status, and deprecated alias coverage.
  • Added test/cli/credentials-command.test.ts for credentials help and required-argument validation coverage.
  • Added test/cli/maintenance-command.test.ts for backup, upgrade, and garbage-collection command coverage.
  • Added test/cli/sandbox-skill-install.test.ts for sandbox skill install help and validation coverage.
  • Removed the combined test/cli/tunnel-credentials-maintenance-skills.test.ts suite.

Type of Change

  • Code change (feature, bug fix, or refactor)
  • Code change with doc updates
  • Doc only (prose changes, no code sample modifications)
  • Doc only (includes code sample changes)

Verification

  • npx prek run --all-files passes
  • npm test passes
  • Tests added or updated for new or changed behavior
  • No secrets, API keys, or credentials committed
  • Docs updated for user-facing behavior changes
  • npm run docs builds without warnings (doc changes only)
  • Doc pages follow the style guide (doc changes only)
  • New doc pages include SPDX header and frontmatter (new pages only)

Signed-off-by: Carlos Villela cvillela@nvidia.com

@cv cv self-assigned this Jun 9, 2026
@coderabbitai

coderabbitai Bot commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

Warning

Review limit reached

@cv, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 7 minutes and 11 seconds. Learn how PR review limits work.

Your organization has run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Enterprise

Run ID: 662d539e-fcaa-4bdf-97fc-8551a1a373b6

📥 Commits

Reviewing files that changed from the base of the PR and between ab76d0b and 9950604.

📒 Files selected for processing (5)
  • test/cli/credentials-command.test.ts
  • test/cli/maintenance-command.test.ts
  • test/cli/sandbox-skill-install.test.ts
  • test/cli/tunnel-command.test.ts
  • test/cli/tunnel-credentials-maintenance-skills.test.ts
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch codex/split-cli-command-family-tests

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions

github-actions Bot commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

E2E Advisor Recommendation

Required E2E: None
Optional E2E: None

Workflow run

Full advisor summary

E2E Recommendation Advisor

Base: origin/main
Head: HEAD
Confidence: high

Required E2E

  • None. No E2E is recommended because this is a tests-only change that appears to preserve the same coverage while splitting a combined CLI dispatch test file into separate files. It cannot affect runtime/user flows unless production code is also changed.

Optional E2E

  • None.

New E2E recommendations

  • None.

@github-actions

github-actions Bot commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

E2E Scenario Advisor Recommendation

Required scenario E2E: None
Optional scenario E2E: None

Workflow run

Full scenario advisor summary

E2E Scenario Advisor

Base: origin/main
Head: HEAD
Confidence: high

Required scenario E2E

  • None. Changes are limited to non-scenario CLI unit test files under test/cli/ and do not touch test/e2e-scenario/, scenario workflows, scenario metadata, expected-state contracts, suite definitions, runtime code, or scenario-relevant implementation paths.

Optional scenario E2E

  • None.

Relevant changed files

  • None.

@github-actions

github-actions Bot commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

PR Review Advisor

Findings: 0 needs attention, 0 worth checking, 0 nice ideas
Top item: No actionable findings

Workflow run details

This is an automated advisory review. A human maintainer must make the final merge decision.

@wscurran wscurran added the chore Build, CI, dependency, or tooling maintenance label Jun 9, 2026
@cv cv merged commit 496c725 into main Jun 9, 2026
40 checks passed
@cv cv deleted the codex/split-cli-command-family-tests branch June 9, 2026 02:35
@cv cv added the v0.0.62 Release target label Jun 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore Build, CI, dependency, or tooling maintenance v0.0.62 Release target

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants