Terasology / Terasology/ModuleTestingEnvironment
Tests can be overly resource hungry or otherwise get out of control - add hardening somehow?
Nessuno ha ancora preso questa issue.
- Lingua principale
- Java
- Stelle
- 3
- Fork
- 17
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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"
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Come iniziare
- Leggi tutta la issue e poi la guida ai contributi del progetto.
- Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
- Fai un fork del repository e lavora su un branch.
- Apri una pull request che faccia riferimento al numero della issue.
Direzione di ricerca
Inizia dall’output della console Jenkins collegato per PR-29 e dal fallimento di DeprecationTest testExample(). Indaga sugli errori segnalati „GC overhead limit exceeded“ e determina se il test o la build necessitano di un rafforzamento delle risorse. Il lavoro è completato quando il test non esaurisce più la memoria né supera in altro modo i limiti di risorse previsti.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- java
- Ambito
- testing
- Tipo di issue
- Bug
- Difficoltà
- 4/5
- Tempo stimato
- 3-5 giorni
- Stato di attività
- Ferma
- Chiarezza
- Da chiarire
- Idoneità per principianti
- 25/100