[test-parallel] test: add t.Parallel() to safe tests in pkg/cli (batch)

PR Description Updater · pull request · closed

Filter2mode:review mode:live
All recorded Export JSON
github-actions[bot]

published Aug 26, 2026, 12:55 PM · updated Aug 26, 2026, 2:05 PM

Summary

Adds t.Parallel() to test functions and their table-driven subtests across three files in pkg/cli that were identified as safe for parallel execution. This is part of a batch effort to speed up the test suite by enabling parallelism for tests without shared mutable state or ordering dependencies.

Change Classification

  • Type: test
  • Scope: pkg/cli
  • Breaking: No

Key Changes

File Change Impact
pkg/cli/compile_batch_operations_test.go Added t.Parallel() to three test functions low
pkg/cli/compile_config_test.go Added t.Parallel() to the main test function and its nested subtests low
pkg/cli/compile_dependabot_validation_test.go Added t.Parallel() to the main test function and its nested subtests low

Impact Assessment

No downstream impact identified. Changes are limited to test files and only add parallel execution markers; no test logic or assertions were modified.

Commits

0cf1da75f test: add t.Parallel() to safe test functions in pkg/cli

Generated by PR Description Updater for #56039 · copilot · auto · 32.4 AIC · ⌖ 7.39 AIC · ⊞ 7.7K ·