We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 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:
An easy way to reproduce it: in the first test execute: testInsertFactsFireRulesRemoveRulesReinsertRulesRevertedRules
This get stuck after 27 or so combinations.
Sorry, something went wrong.
mariofusco
Successfully merging a pull request may close this issue.
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: