adoptium / aqa-systemtest

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

Use custom security.properties for SSL TLS1.0,1.1 #440

Closed andrew-m-leonard closed 3 years ago

andrew-m-leonard commented 3 years ago

jck api/javax_net tests TLS1.0 & 1.1 so must be enabled to support those tests.

Signed-off-by: Andrew Leonard anleonar@redhat.com

andrew-m-leonard commented 3 years ago

I've tested with jdk-11 and 16 as well

andrew-m-leonard commented 3 years ago

i’ve tested win & mac on jck8, 11 and 16

Mesbah-Alam commented 3 years ago

@andrew-m-leonard - could you please let us know if this fixes all the javax_net issues?

This target has been disabled on 8 and 11 for ibm+openj9: https://github.com/adoptium/aqa-tests/blob/391642bdca37e09fdca74b0743353383915b337c/jck/runtime.api/playlist.xml#L935

If this issue fixes all javax_net issues, we should un-exclude the target.

smlambert commented 3 years ago

We will not be able to confirm that @Mesbah-Alam, for 2 reasons 1) we do not have visibility of backlog/issues/461 2) we are not allowed to verify this against non-Temurin builds. I suggest that you check on an internal grinder by running BUILD_LIST=jck, TARGET=disabled.jck-runtime-api-javax_net now that this is merged