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

Feature/improve test speed #456

Merged
merged 9 commits into from
Sep 23, 2019
Merged

Feature/improve test speed #456

merged 9 commits into from
Sep 23, 2019

Conversation

nedtwigg
Copy link
Member

Trying to take a whack at #429.

@jbduncan
Copy link
Member

Am I right to think that this PR fixes the tests (and speeds them up) by making them all share the same directory for caching dependencies (excluding the one test that uses a different temporary directory)?

If so, then it LGTM! 👍

@nedtwigg
Copy link
Member Author

by making them all share the same directory for caching dependencies

Partially. It reduces the number of different directories, but doesn't reduce them all the way to zero. The biggest difference is that we always point to ~/.gradle. Previously, we were recreating that whole directory over and over in some tests.

@nedtwigg nedtwigg merged commit a523231 into master Sep 23, 2019
@nedtwigg nedtwigg deleted the feature/improve-test-speed branch September 23, 2019 23: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