adoptium / aqa-systemtest

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

Update Modularity Jlink test case 2.4 implementation for JDK-16 #365

Closed Mesbah-Alam closed 4 years ago

Mesbah-Alam commented 4 years ago

There has been an explicit change to print the stack trace to improve jlink error message to report unsupported class file format: . https://bugs.openjdk.java.net/browse/JDK-8204256 ibmruntimes/openj9-openjdk-jdk@58e9680

This breaks implementation of a Jlink test, as described here.

The test should be updated to expect the correct number of occurrence of the string "not found, required by java.sql" , in JDK16+.

Mesbah-Alam commented 4 years ago

The issue somehow got created twice. Closing as a dup of https://github.com/AdoptOpenJDK/openjdk-systemtest/issues/366