Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jakartaee-tck-dev] : How do we exclude signature TCK tests?

>  For Java EE, we would not waiver on the signatures but would quickly address any specific issues to resolve the lack of clarity.

I agree.  We should have acted quickly to resolve this issue after it was discovered in Jakarta EE 8.  For whatever reason, it wasn't and now we're stuck with the same issue when running the Jakarta EE 9 bucket.

---------------------------------------------------
Kevin Sutter
STSM, Jakarta EE and MicroProfile architect @ IBM
e-mail:  sutter@xxxxxxxxxx     Twitter:  @kwsutter
phone: tl-553-3620 (office), 507-253-3620 (office)    
LinkedIn:
https://www.linkedin.com/in/kevinwsutter

Part-time schedule: Tue, Wed, Thu (off on Mon and Fri)




From:        Lance Andersen <lance.andersen@xxxxxxxxxx>
To:        jakartaee-tck developer discussions <jakartaee-tck-dev@xxxxxxxxxxx>
Date:        01/27/2021 05:29
Subject:        Re: [jakartaee-tck-dev] [External] : How do we exclude signature TCK tests?
Sent by:        "jakartaee-tck-dev" <jakartaee-tck-dev-bounces@xxxxxxxxxxx>




Hi Scott,

We definitely should not be excluding signature tests.  Issues should be fixed vs excluded in this area as  if you set a precedent to exclude signatures because  Vendor A does X and Vendor B does Y, you will lose control of compatibility.  For Java EE, we would not waiver on the signatures but would quickly address any specific issues to resolve the lack of clarity.

HTH

-Lance

On Jan 26, 2021, at 11:14 PM, Alwin Joseph <alwin.joseph@xxxxxxxxxx> wrote:

Hi Scott,
 
I believe the failing packages can be removed from [1] to skip the same instead of excluding the entire signature test.
 
[1] https://github.com/eclipse-ee4j/jakartaee-tck/blob/c4ba90c54678dee5af42a886784df84f8838032f/src/com/sun/ts/tests/signaturetest/javaee/JavaEESigTest.java#L194
 
 
From: jakartaee-tck-dev <jakartaee-tck-dev-bounces@xxxxxxxxxxx> on behalf of Scott Marlow <smarlow@xxxxxxxxxx>
Reply to:
jakartaee-tck developer discussions <
jakartaee-tck-dev@xxxxxxxxxxx>
Date:
Wednesday, 27 January 2021 at 8:40 AM
To:
jakartaee-tck developer discussions <
jakartaee-tck-dev@xxxxxxxxxxx>
Subject:
[External] : [jakartaee-tck-dev] How do we exclude signature TCK tests?

 


Hi,
I'm looking at faces-api/issues/1474 [1] and am wondering if we can exclude the following TCK tests:
- com/sun/ts/tests/signaturetest/javaee/JavaEESigTest.java#signatureTest_from_jsp
- com/sun/ts/tests/signaturetest/javaee/JavaEESigTest.java#signatureTest_from_servlet

More specifically, we only want to exclude the Jakarta Faces annotations signatures mentioned in [2].

Scott


[1] https://github.com/eclipse-ee4j/faces-api/issues/1474
[2]
https://github.com/eclipse-ee4j/faces-api/issues/1474#issuecomment-528880074
_______________________________________________
jakartaee-tck-dev mailing list

jakartaee-tck-dev@xxxxxxxxxxx
To unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/jakartaee-tck-dev
_______________________________________________
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