-
Task
-
Resolution: Done
-
Major
-
7.17.0.Final
-
None
-
2019 Week 05-07
-
1
-
NEW
-
NEW
We have KieScannerMemoryTest test class which should check for memory leaks. However this test class is unreliable, because it depends at the number of steps during which memory raises. However with unpredictable GC behaviour, this sometimes reports false negatives. Therefore we should @Ignore it. It could help debugging memory leaks when used locally, but in automated test runs, it should be disabled.