adoptium / aqa-systemtest

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

Exclude gnu.testlet.java.net.http url connection.request properties test #473

Closed Mesbah-Alam closed 2 years ago

Mesbah-Alam commented 2 years ago

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

Mesbah-Alam commented 2 years ago

Test : Grinder/20028

Mesbah-Alam commented 2 years ago

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

pshipton commented 2 years ago

Does it need to be excluded for all versions when it works up to and including jdk17, or can it be excluded for jdk18 and later?

Mesbah-Alam commented 2 years ago

or can it be excluded for jdk18 and later?

The only way to do that is to have separate load configuration xml files. We went that route in the past and ended up having to maintain a host of different configuration files for different versions. We subsequently decided to stop doing that.

Also, since these mauve tests are primarily used to stress the JVM as "load tests", our focus has been to have a load that works on all versions.