adoptium / aqa-systemtest

Java load testing and other full system application tests
Apache License 2.0
23 stars 67 forks source link

Use mauve_multiThread load in mix-more load configuration #388

Closed Mesbah-Alam closed 3 years ago

Mesbah-Alam commented 3 years ago

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

Mesbah-Alam commented 3 years ago

Test : internal-Grinder/12830