-
-
Notifications
You must be signed in to change notification settings - Fork 316
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add tomcat tests #281
Comments
Executed Tomcat 8.5.24 tests, on both Openjdk8 and Openjdk9 builds below are the observations: With Openjdk8 (hotspot vm) - tests passed
With Openjdk9 - 2 tests failed
With Openjdk9-openj9 - 4 tests failed
|
Raised an issue for the failure above - eclipse-openj9/openj9#1353 |
The below failure on Openjdk9 has been reported here - https://bz.apache.org/bugzilla/show_bug.cgi?id=62002 and as per this link the test has been ignored. I see tomcat 9 mentioned, will have to try with that version. Unexpected class loader type: jdk.internal.loader.ClassLoaders$AppClassLoader |
Do you know if there is a way to exclude that test from the test run? |
Sorry missed your question. Will check on this and update Shelley. |
These tests are now running in nightly builds (https://ci.adoptopenjdk.net/view/External%20tests/job/openjdk8_j9_externaltest_x86-64_linux/lastSuccessfulBuild/artifact/openjdk-tests/TestConfig/test_output_15221677258771/TestTargetResult.tap/*view*/), so closing. There is a failure appearing, which could be configuration or network issue, but I will open a new issue for that. |
This issue is for evaluating and adding tomcat tests into the third party container tests.
#172
There are several tomcat versions, with varying major and minor versions, we will need to decide on what versions to test, there are frequent releases of 8.5.x, I have evaluated tomcat version 8.5.24
The text was updated successfully, but these errors were encountered: