Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jakartaee-tck-dev] How to treat TCK test code for pruned technologies...

Thanks Lance + Kevin for the input, appreciate the feedback!  

https://github.com/eclipse-ee4j/jakartaee-tck/pull/189 will delete the 
tests for SessionContext.getMessageContext().

Scott
On Fri, Apr 3, 2020 at 10:38 AM Kevin Sutter <sutter@xxxxxxxxxx> wrote:
I agree, Lance.  If the pruned technologies still need to be tested, then the users can access the test suites via Jakarta EE 8 TCK.  And, optional Technologies need to be configurable in the TCK.


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



From:        Lance Andersen <lance.andersen@xxxxxxxxxx>
To:        jakartaee-tck developer discussions <jakartaee-tck-dev@xxxxxxxxxxx>
Date:        04/02/2020 13:48
Subject:        [EXTERNAL] Re: [jakartaee-tck-dev] How to treat TCK test code for pruned technologies...
Sent by:        jakartaee-tck-dev-bounces@xxxxxxxxxxx




Hi Scott,

If the API has been completely removed, the code should be removed.  If the technology is optional, then the code should remain and configurable for testing similar to what is done for the Web Profile

Best
Lance

On Apr 2, 2020, at 12:00 PM, Scott Marlow <smarlow@xxxxxxxxxx> wrote:

Hi,

[1] is commenting out a call to SessionContext#getMessageContext() as JAX-RPC is on the list to be pruned for Jakarta EE 9.  We added a "TODO: verify" comment, do we need to do anything else?  Should the (pruned technology) test code be deleted instead, since it cannot possibly work anymore?  

Scott

[1] https://github.com/eclipse-ee4j/jakartaee-tck/pull/186/files#r402422902

_______________________________________________
jakartaee-tck-dev mailing list

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



Lance Andersen| Principal Member of Technical Staff | +1.781.442.2037

Oracle
Java Engineering
1 Network Drive
Burlington, MA 01803

Lance.Andersen@xxxxxxxxxx


_______________________________________________
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