]
Geoffrey De Smet reassigned DROOLS-2352:
----------------------------------------
Assignee: (was: Mario Fusco)
Executable model test coverage: run the optaplanner turtleTests with
the executable model turned on and see if it survives the ordeal
-------------------------------------------------------------------------------------------------------------------------------------
Key: DROOLS-2352
URL:
https://issues.jboss.org/browse/DROOLS-2352
Project: Drools
Issue Type: Task
Components: core engine
Reporter: Geoffrey De Smet
For now, we're looking for a one time test. Later I presume the exe model will be
come the default, so these tests would just run?
To run the optaplanner turtle tests, run all tests in optaplanner-examples with the VM
parameter `-DrunTurtleTests=true`. They take 48 hours to run. You can also just run one,
for example NurseRosteringSolveAllTurtleTest, but don't forget that VM parameter.
Mario Fusco says you can do this to turn on the executable model:
{code}
kieBuilder.buildAll( ExecutableModelProject.class );
{code}
I presume you 'd need to hack that in
`ScoreDirectorFactoryConfig.buildDroolsScoreDirectorFactory()`.