Skip to content

Remove parallel flag#19057

Merged
kisunji merged 1 commit into
mainfrom
kisunji/compat-test
Oct 4, 2023
Merged

Remove parallel flag#19057
kisunji merged 1 commit into
mainfrom
kisunji/compat-test

Conversation

@kisunji
Copy link
Copy Markdown
Contributor

@kisunji kisunji commented Oct 4, 2023

Description

The -p and -test.parallel flag both default to GOMAXPROCS (which defaults to number of CPU cores), so we have no reason to explicitly set the test parallelism.

        -p n
                the number of programs, such as build commands or
                test binaries, that can be run in parallel.
                The default is GOMAXPROCS, normally the number of CPUs available.

Testing & Reproduction steps

Links

PR Checklist

  • updated test coverage
  • external facing docs updated
  • appropriate backport labels added
  • not a security concern

@vercel
Copy link
Copy Markdown

vercel Bot commented Oct 4, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

2 Ignored Deployments
Name Status Preview Updated (UTC)
consul ⬜️ Ignored (Inspect) Oct 4, 2023 2:12pm
consul-ui-staging ⬜️ Ignored (Inspect) Oct 4, 2023 2:12pm

@github-actions github-actions Bot added type/ci Relating to continuous integration (CI) tooling for testing or releases theme/contributing Additions and enhancements to community contributing materials labels Oct 4, 2023
@kisunji kisunji requested a review from huikang October 4, 2023 14:14
@kisunji kisunji added pr/no-changelog PR does not need a corresponding .changelog entry pr/no-backport labels Oct 4, 2023
@kisunji kisunji enabled auto-merge (squash) October 4, 2023 14:51
Copy link
Copy Markdown
Collaborator

@nfi-hashicorp nfi-hashicorp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

SGTM provided it works fine ;)

@kisunji kisunji merged commit 1a9666c into main Oct 4, 2023
@kisunji kisunji deleted the kisunji/compat-test branch October 4, 2023 15:47
jmurret pushed a commit that referenced this pull request Oct 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pr/no-backport pr/no-changelog PR does not need a corresponding .changelog entry theme/contributing Additions and enhancements to community contributing materials type/ci Relating to continuous integration (CI) tooling for testing or releases

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants