Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run separate CLI server for test discovery #3201

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

koesie10
Copy link
Member

@koesie10 koesie10 commented Jan 5, 2024

This is a workaround for the fact that the resolveTests command can take a long time to run for large workspaces. We don't want to block other CLI commands from running while this is happening, so we'll create a separate CLI server just for this.

I haven't yet tested how this behaves when the CLI is being updated, but I first wanted to validate that this is something we want to do.

Checklist

  • CHANGELOG.md has been updated to incorporate all user visible changes made by this pull request.
  • Issues have been created for any UI or other user-facing changes made by this pull request.
  • [Maintainers only] If this pull request makes user-facing changes that require documentation changes, open a corresponding docs pull request in the github/codeql repo and add the ready-for-doc-review label there.

This is a workaround for the fact that the `resolveTests` command can
take a long time to run for large workspaces. We don't want to block
other CLI commands from running while this is happening, so we'll create
a separate CLI server just for this.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant