[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Re: [servlet-dev] Do you plan to move your TCK tests out of the Platform TCK project for Jakarta EE 10+?
|
On 6/22/21 4:54 PM, arjan tijms wrote:
Hi,
I've been converting a number of Servlet TCK tests to use
exactly this combination of technologies.
These are tests taken directly from the Servlet TCK and
converted to the newer test harness.
A noticed a few things that are now missing:
1. Arquillian doesn't have a way to inject the HTTPS URL.
Is this part of setting up the Servlet container before actually
starting the Servlet container for testing? Or for injecting the
HTTPS URL directly into one of the https://github.com/javaee-samples/jakartaee-samples/tree/main/ee9-tck/servlet
tests?
2. There's no API for a adding users and their passwords
to the proprietary container default identity store.
3. There's no API to add certificates and to container
key or trust store, or to obtain the default
container certificate (so the test can add it to the trust
store)
4. There's no API to set container system properties
#2 - #4 sound like something that should be configured for the
proprietary container before testing starts. Do you agree? How
do you currently perform this setup for Standalone Servlet TCK
testing?
Via ant scripts?
Or perhaps via OS scripts?
These should be relatively easy to add, either directly
to the Arquillian core, or perhaps to an Arquillian-TC
extension.
Would the Arquillian-TC extension allow you to hook into your OS
scripting that you might of used previously for Standalone Servlet
TCK testing?
Scott
_______________________________________________
servlet-dev mailing list
servlet-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/servlet-dev