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

Move jars to a separate directory #75

Merged
merged 1 commit into from
Sep 5, 2024

Conversation

holly-smile
Copy link
Contributor

This PR moves the ./dist/jars/ folder to a new location (./jars/) to keep it from being deleted as part of pretest when the test script is run. This keeps the test from re-downloading a fresh copy of the language server jar with every run, which can be incredibly slow (often taking about 30 seconds). Now, the whole test suite completes in about 300ms, making it much more viable to iterate on - something that will be important as we work to increase test coverage.

I did consider finding a way to clear out everything in ./dist/ except jars/, but that turned out to be more involved than should be necessary, so this is cleaner.

@holly-smile holly-smile merged commit dec07df into feature-remote-execution Sep 5, 2024
1 check passed
@holly-smile holly-smile deleted the preserve-jars-when-testing branch September 5, 2024 06:33
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.

2 participants