-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some tests failing in incremental compilation #6190
Comments
An easy way to reproduce it: This get stuck after 27 or so combinations. |
Fixed by 14f5601 |
Unfortunately there are still some tests failing. AddRemoveRulesAddDeleteFactsTest is failing with a null pointer exception. This is the trace java.lang.NullPointerException: Cannot invoke "org.drools.core.reteoo.SegmentMemory.getTipNode()" because "smem" is null |
This pull request #6210 should also solve this problem. |
Thanks! |
Fix merged. |
Some tests are failing - apparently because of a memory issue.
The failures were not discovered before because they were tests executed only on demand - so called TurtleTests.
AddRemoveGenerated2RulesEvalTest.java
AddRemoveGenerated2RulesIntegerTest.java
AddRemoveGenerated2RulesMapContainsTest.java
AddRemoveGenerated2RulesNotNotTest.java
AddRemoveGenerated2RulesNotTest.java
AddRemoveGenerated2RulesStringIntegerTest.java
AddRemoveGenerated2RulesStringTest.java
The test
IncrementalCompilationTest.testDecisionTable
fails only after the migration to Junit5.
The text was updated successfully, but these errors were encountered: