Skip to content
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

Open
pibizza opened this issue Dec 10, 2024 · 1 comment · May be fixed by #6192
Open

Some tests failing in incremental compilation #6190

pibizza opened this issue Dec 10, 2024 · 1 comment · May be fixed by #6192
Assignees

Comments

@pibizza
Copy link
Contributor

pibizza commented Dec 10, 2024

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.

@mariofusco mariofusco self-assigned this Dec 10, 2024
@pibizza
Copy link
Contributor Author

pibizza commented Dec 10, 2024

An easy way to reproduce it:
in the first test execute:
testInsertFactsFireRulesRemoveRulesReinsertRulesRevertedRules

This get stuck after 27 or so combinations.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants