increase java heap memory during tests #47
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There is currently a test that has been flaky during the build workflow in github. It will fail with the underlying reason being wiremock running out of heap memory:
This test will typically pass when you re-run this specific job on its own. The current fix is to increase the macos job runner to macos-14-large and increase heap memory for the Java environment. Tests running in these jobs have yet to fail while running simultaneously.
The purpose of this specific test is to generate a large test dataset that would be returned by salesforce and to handle that payload accordingly.