adoptium / aqa-systemtest

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

Reintroducing StringIndexOutOfBoundsException as the bug is fixed #478

Closed adamfarley closed 2 years ago

adamfarley commented 2 years ago

This test should now run and pass on all JDK versions it's meant to run against, as the upstream OpenJDK bug (JDK-8267773) is resolved and backported, with the code fully propagated.

Signed-off-by: Adam Farley adfarley@redhat.com

adamfarley commented 2 years ago

Fix verified: https://ci.adoptopenjdk.net/job/Grinder/5550/console

That link proves that the test was reintroduced with this fix, and also verifies that the test now passes.

smlambert commented 2 years ago

If this is reintroducing the test for all implementations, we need a Grinder to verify openj9 impl is also green.

https://ci.adoptopenjdk.net/job/Grinder/5558 wrong platform selected, try here: https://ci.adoptopenjdk.net/job/Grinder/5562

smlambert commented 2 years ago

FYI @llxia @Mesbah-Alam