Closed keturn closed 3 years ago
In CI (PR-55#2), the test stage fails with
com.google.common.base.VerifyException: Could not find module for Dummy class org.terasology.moduletestingenvironment.fixtures.DummyComponent
Note that this happens in the unit test stage, not the integration test stage.
Three integration test failures with three different issues :eyes:
Caused by: java.lang.OutOfMemoryError: Java heap space
testWorldProvider
:
java.lang.NullPointerException
at org.terasology.engine.world.block.structure.BlockDefSupportRequired.getBlockWithOverrides(BlockDefSupportRequired.java:42)
testSendEvent
: MTE Safety timeout exceeded. See setSafetyTimeoutMs() ==> expected: <true> but was: <false>
Issues of reliability and resource usage I am going to assume are unrelated, unless we have evidence to the contrary. (See #49)
Null Pointer Exceptions, on the other hand, I think are definitely in scope for making sure MTE is working with gestalt-module & gestalt-asset.
Fixes https://github.com/MovingBlocks/Terasology/issues/4757
Requires https://github.com/MovingBlocks/Terasology/pull/4796