adoptium / aqa-systemtest

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

Improve prereq jar file update story in system test #351

Closed Mesbah-Alam closed 3 years ago

Mesbah-Alam commented 4 years ago

Currently, we have hard-coded reference to specific version of prereq jar files (e.g. log4j) all over system test (across stf, openjdk-systemtest, openj9-systemtest repos). This makes upgrading a specific version of a library particularly difficult (e.g. https://github.com/AdoptOpenJDK/openjdk-systemtest/issues/347). We should improve the way prereq jars are referenced in system test code (e.g. replace hard-coded references with parameterized ones) so that we can easily and more seamlessly perform library upgrades.

Mesbah-Alam commented 3 years ago

Related https://github.com/AdoptOpenJDK/stf/issues/98

Mesbah-Alam commented 3 years ago

Resolved by https://github.com/AdoptOpenJDK/stf/issues/98