Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jakartaee-tck-dev] Jakarta Authentication TCK

Hi,

On Tue, Mar 29, 2022 at 12:07 AM Olivier Lamy <olamy@xxxxxxxxxxx> wrote:
Hi
Interesting.
Have you removed all the previous javadoc tags? such as "@testName: test3" ?

These are new tests for the TCK, so not migrated from the existing javatest based TCK. The javatest tests are still planned to be included in the new TCK, but they are fundamentally different.

The new tests function much like Servlet tests; it's a war file with a protected Servlet, a ServerAuthModule is then included as well, the war is deployed, and via HTTP requests it's tested whether and under what conditions the protected Servlet can be reached.

I've never been entirely sure what the javatest based TCK exactly tests (I should investigate this still). I guess it's doing some scanning to see if the right classes are present on the classpath or something in that direction, but AFAIK it doesn't test the core of Jakarta Authentication, which is to test whether authentication is actually done by a server. The new tests do test that.

Kind regards,
Arjan

 

On Tue, Mar 29, 2022 at 7:50 AM arjan tijms <arjan.tijms@xxxxxxxxx> wrote:
Hi,

The Jakarta Authentication project has been working on newTCK  tests based on Arquillian. The current version can be found here: https://github.com/jakartaee/authentication/tree/master/tck


We'd like to request help to finalize this TCK and have it called from the platform TCK.

Kind regards,
Arjan
_______________________________________________
jakartaee-tck-dev mailing list
jakartaee-tck-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jakartaee-tck-dev


--
Olivier
_______________________________________________
jakartaee-tck-dev mailing list
jakartaee-tck-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jakartaee-tck-dev

Back to the top