-
Enhancement
-
Resolution: Unresolved
-
P4
-
9, 11
Many MLVM tests use iterations. Currently they take iterations number incorrectly from StressOptions.getIterationsFactor().
A. Need to add the following to MlvmTest:
1. iterations option (using vm.share.options framework: name = "iterations", default_value = "1")
2. getIterations() method which takes the option value multiplied by StressOptions.getIterationsFactor()
3. Constructor with iterations argument, so tests can define number of iterations from Java code and this number could be overriden with command-line option
4. Modify createStresser() method to use the method above
B. Need to modify existing MLVM tests to use the new option instead of -stressIterationsFactor
A. Need to add the following to MlvmTest:
1. iterations option (using vm.share.options framework: name = "iterations", default_value = "1")
2. getIterations() method which takes the option value multiplied by StressOptions.getIterationsFactor()
3. Constructor with iterations argument, so tests can define number of iterations from Java code and this number could be overriden with command-line option
4. Modify createStresser() method to use the method above
B. Need to modify existing MLVM tests to use the new option instead of -stressIterationsFactor