Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@mikemurray
Copy link
Member

Resolves #5897
Impact: critical
Type: test

Issue

Integration tests are failing due to a memory leak. Unit tests are also slightly affected but they only ever reach 100mb heap size, so well below the memory limit.

Solution

Split query and mutation integration tests and increase the memory limit of both. This isn't a permanent fix for the out-of-memory issues, but it does buy us some time to figure out a proper solution.

Breaking changes

none;

Testing

  1. Tests should pass on CI
  2. The real test would be cherry-picking / merging this PR into one of the other failing PRs and seeing if it resolves the issue for them as well.

Split query and mutation integration tests and increase the memory limit of both. This isn't a permanent fix for the out-of-memory issues, but it does buy us some time to figure out a proper solution.

Signed-off-by: Mike Murray <[email protected]>
Copy link
Contributor

@rosshadden rosshadden left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

πŸ‘πŸ‘πŸ‘πŸ‘πŸ‘πŸ‘πŸ‘

@rosshadden rosshadden merged commit 703663e into release-3.0.0 Dec 13, 2019
@rosshadden rosshadden deleted the test-fix-out-of-memory branch December 13, 2019 21:21
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.

3 participants