[
https://issues.apache.org/jira/browse/GEODE-3999?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16259694#comment-16259694
]
ASF GitHub Bot commented on GEODE-3999:
---------------------------------------
pdxrunner opened a new pull request #1078: GEODE-3999: Prevent prematurely
running out of heap
URL: https://github.com/apache/geode/pull/1078
The heap size for test014GemFireServerJvmProcessTerminatesOnOutOfMemoryError
is marginally increased from 10M to 12M. This should allow sufficient
memory to start the servers, but not so much that the test takes too long
to force the OutOfMemoryError.
Thank you for submitting a contribution to Apache Geode.
In order to streamline the review of the contribution we ask you
to ensure the following steps have been taken:
### For all changes:
- [X] Is there a JIRA ticket associated with this PR? Is it referenced in
the commit message?
- [X] Has your PR been rebased against the latest commit within the target
branch (typically `develop`)?
- [X] Is your initial contribution a single, squashed commit?
- [X] Does `gradlew build` run cleanly?
- [ ] Have you written or updated unit tests to verify your changes?
- [ ] If adding new dependencies to the code, are these dependencies
licensed in a way that is compatible for inclusion under [ASF
2.0](http://www.apache.org/legal/resolved.html#category-a)?
### Note:
Please ensure that once the PR is submitted, you check travis-ci for build
issues and
submit an update to your PR as soon as possible. If you need help, please
send an
email to [email protected].
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> CI Failure: LauncherLifecycleCommandsDUnitTest fails with OutOfMemoryError
> --------------------------------------------------------------------------
>
> Key: GEODE-3999
> URL: https://issues.apache.org/jira/browse/GEODE-3999
> Project: Geode
> Issue Type: Bug
> Components: ci, gfsh
> Reporter: Kenneth Howe
> Assignee: Kenneth Howe
>
> Test runs with a minimal heap size in order to force an out of memory
> condition. However the size of the heap is so small that the out of memory
> occurs prematurely, before the server is initialized.
> {code:title=Stack from geode-ightly-flaky #177}
> org.apache.geode.management.internal.cli.commands.LauncherLifecycleCommandsDUnitTest
> > test014GemFireServerJvmProcessTerminatesOnOutOfMemoryError FAILED
> java.lang.AssertionError
> at org.junit.Assert.fail(Assert.java:86)
> at org.junit.Assert.assertTrue(Assert.java:41)
> at org.junit.Assert.assertTrue(Assert.java:52)
> at
> org.apache.geode.management.internal.cli.commands.LauncherLifecycleCommandsDUnitTest.test014GemFireServerJvmProcessTerminatesOnOutOfMemoryError(LauncherLifecycleCommandsDUnitTest.java:1018)
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)