Skip to content
This repository was archived by the owner on Oct 31, 2022. It is now read-only.

Conversation

jkasten2
Copy link
Member

@jkasten2 jkasten2 commented Jun 8, 2021

Description

One Line Summary

Updating to Gradle 7.0 (in PR #154) introduced a JVM memory issue in tests. Split up intensive full build tests into its own file which runs on it's own to avoid this.

This change is Reviewable

@jkasten2 jkasten2 force-pushed the fix/jvm_memory_issue_with_tests branch from fd66e23 to a90fb05 Compare June 8, 2021 06:17
@jkasten2 jkasten2 force-pushed the upgrade/gradle_7.0 branch from 0d2156f to c5e3919 Compare June 8, 2021 06:41
jkasten2 added 3 commits June 7, 2021 23:43
* Theses tests are very slow and memory intivise and need to be run on
their own.
   - Memory issues surfaced when switching to Gradle 7.
   - Even without this issue it is a good idea to isolate these tests
   from the rest of the test suite.
* Both test files use assertResults so this was moved into a new file
@jkasten2 jkasten2 force-pushed the fix/jvm_memory_issue_with_tests branch from a90fb05 to 0ada42b Compare June 8, 2021 06:43
@jkasten2 jkasten2 changed the title Fix/jvm memory issue with tests Fix jvm memory issue with tests Jun 8, 2021
Base automatically changed from upgrade/gradle_7.0 to main June 8, 2021 18:23
@jkasten2 jkasten2 merged commit 5b953d6 into main Jun 8, 2021
@jkasten2 jkasten2 deleted the fix/jvm_memory_issue_with_tests branch June 8, 2021 18:23
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants