When running tests from class org.kie.scanner.KieRepositoryScannerTest with forced jitting (jittingThreshold=0), some tests from the class fails on this stacktrace [1]. There's also this other stacktrace for one test from the class [2].
From discussion:
<mfusco> tzimanyi, in that specific test the Bean class is redefined
<mfusco> tzimanyi, the old class is unloaded from the ProjectClassLoader
<mfusco> tzimanyi, but the old jitted constraint still uses it
[1] https://gist.github.com/baldimir/105ebfd5e1452b4d5c22fe394d873719
[2] https://gist.github.com/baldimir/105ebfd5e1452b4d5c22fe394d873719
- is cloned by
-
RHDM-105 Constraint evaluation of jitted constraint fails on ClassCastException after incremental compilation
- Closed