However, all exclusions for mauve multi-threaded scenario are in mauve_multiThread.xml.
This may end up running mauve sub-tests which should not be run in multi-threaded scenario, e.g. tests that enable SecurityManager.
This PR updates mix-more.xml configuration by specifying mauve_multiThread.xml to be run in the mix. This way we'd be using mauve_multiThread_exclude.xml during test load, which contains the set of exclusions applicable for multi-threaded load run.
MiniMix load test runs mix-more.xml load inventory using more than 1 thread.
mix-more.xml runs mauve_all.xml load.
However, all exclusions for mauve multi-threaded scenario are in mauve_multiThread.xml.
This may end up running mauve sub-tests which should not be run in multi-threaded scenario, e.g. tests that enable SecurityManager.
This PR updates mix-more.xml configuration by specifying
mauve_multiThread.xml
to be run in the mix. This way we'd be using mauve_multiThread_exclude.xml during test load, which contains the set of exclusions applicable for multi-threaded load run.Related to https://github.com/eclipse/openj9/issues/11534