Skip to content
This repository has been archived by the owner on Mar 18, 2024. It is now read-only.

feat(validate): disable parallel testing using a flag #1255

Merged
merged 2 commits into from
Mar 2, 2023

Conversation

azlam-abdulsalam
Copy link
Contributor

A new option for validate and validateAgainst Org to disable parallel testing across all the
packages. This could be useful for large projects which are yet to be refactored to support running
tests in parallel or during daily validation runs across unlocked packages on a sandbox. Use
--disableparalleltesting as the option

Checklist

All items have to be completed before a PR is merged

  • Adhere to Contribution Guidelines
  • Updates to Decision Records considered?
  • Updates to documentation at DX@Scale Guide considered?
  • Tested changes?
  • Unit Tests new and existing passing locally?

azlam-abdulsalam and others added 2 commits March 2, 2023 10:23
A new option for validate and validateAgainst Org to disable parallel testing across all the
packages. This could be useful for large projects which are yet to be refactored to support running
tests in parallel or during daily validation runs across unlocked packages on a sandbox. Use
--disableparalleltesting as the option
@codecov
Copy link

codecov bot commented Mar 1, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (c34be39) 62.11% compared to head (34a22cd) 62.11%.

❗ Current head 34a22cd differs from pull request most recent head 4c6dd5e. Consider uploading reports for the commit 4c6dd5e to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1255   +/-   ##
=======================================
  Coverage   62.11%   62.11%           
=======================================
  Files          61       61           
  Lines        2085     2085           
  Branches      439      439           
=======================================
  Hits         1295     1295           
  Misses        790      790           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

Copy link
Contributor

@zhebinliu zhebinliu left a comment

Choose a reason for hiding this comment

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

LGTM

@azlam-abdulsalam azlam-abdulsalam merged commit 1fcb939 into main Mar 2, 2023
@azlam-abdulsalam azlam-abdulsalam deleted the feat/disableparalleltesting branch March 2, 2023 00:23
@azlam-abdulsalam azlam-abdulsalam added the enhancement enhancement to existing feature label Mar 2, 2023
JoeffreyChaucer pushed a commit to JoeffreyChaucer/sfpowerscripts that referenced this pull request Mar 21, 2023
A new option for validate and validateAgainst Org to disable parallel testing across all the
packages. This could be useful for large projects which are yet to be refactored to support running
tests in parallel or during daily validation runs across unlocked packages on a sandbox. Use
--disableparalleltesting as the option
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement enhancement to existing feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants