Terasology / Terasology/ModuleTestingEnvironment
Tests can be overly resource hungry or otherwise get out of control - add hardening somehow?
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 3
- Forks
- 17
- PR merge metrics
- No merged PRs in 30d
Description
Maybe mildly similar to #25 but distinct - in this case testExample literally went out of memory:
I'm not sure what the best way to address this is. It doesn't look like the build agent itself ran out of memory, it had a little more space allocated, although maybe if Java requested a large enough chunk of memory (more than 300MB in one reqest?) that could be related

Maybe it is something more specific? The build log talks about "GC overhead limit exceeded"
DeprecationTest > testExample() STANDARD_ERROR
Exception in thread "Chunk-Processing-Reactor" java.lang.OutOfMemoryError: GC overhead limit exceeded
Exception in thread "Thread-148" java.lang.OutOfMemoryError: GC overhead limit exceeded
Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "Chunk-Processing-6"
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the linked Jenkins console output for PR-29 and the DeprecationTest testExample() failure. Investigate the reported GC overhead limit exceeded errors and determine whether the test or build needs resource hardening. Done means the test no longer runs out of memory or otherwise exceeds the intended resource limits.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- testing
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100