adoptium / aqa-systemtest

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

Exclude nio from zos #475

Closed Mesbah-Alam closed 2 years ago

Mesbah-Alam commented 2 years ago

In order to avoid running into encoding issues that the generated class files of NIO load test pose (see openj9-openjdk-jdk11-zos/issues/342 for details), while on z/OS we will run a mixed load test that does not include Nio load tests.

This PR creates a new inventory file to be used by MixedLoadTest while on z/OS which essentially uses the same loads as before minus NIO tests.

Signed-off-by: Mesbah-Alam Mesbah_Alam@ca.ibm.com

Mesbah-Alam commented 2 years ago

Test on z/OS : Grinder/23049 (Passes with the new load on z/OS). Test on Linux: Grinder/23048.

Mesbah-Alam commented 2 years ago

@peter_shipton@ca.ibm.com - please review.

pshipton commented 2 years ago

lgtm