Re: My experience trying to find TCK failing test so far

2019-02-12 Thread Jonathan Gallimore
Hi Cesar I've merged in your PR, thanks for the fix. Jon On Tue, Feb 12, 2019 at 8:42 AM Daniel Cunha wrote: > Hi César, > > since we have the option for runtest: > -U,--update Mvn update snapshots > > it really doesn't need to exists it implicit on the maven command, it > should be optional.

Re: My experience trying to find TCK failing test so far

2019-02-12 Thread Daniel Cunha
Hi César, since we have the option for runtest: -U,--update Mvn update snapshots it really doesn't need to exists it implicit on the maven command, it should be optional. So I can use the -U if I do: ./runtest -U script Good catch! Em ter, 12 de fev de 2019 às 00:24, César Hernández Mendoza <

Re: My experience trying to find TCK failing test so far

2019-02-11 Thread César Hernández Mendoza
I opened this PR https://github.com/apache/tomee-tck/pull/9 to: 1) fix a typo in pom.xml 2) rollback to tomee and openejb 8.0.0-snapshot because that facilitates local debug and testing while trying to fix tests. 3) Removed from ./runtest shellscript the implicit -U flag for mvn. This was causing

Re: My experience trying to find TCK failing test so far

2019-02-08 Thread César Hernández Mendoza
I'm having issues trying to debug the failing test described in my previous email. Does TomEE-TCK has a way to debug a specific TomEE version from my ~/.m2/repository without downloading TomEE from the internet? I noticed that the current tomee-tck pom [1] is using version 8.0.0-M2 for both and

My experience trying to find TCK failing test so far

2019-02-06 Thread César Hernández Mendoza
Hi, I want to share how I'm now chasing for failing tests for the TomEE TCK execution. This has been a learning jorney from the three proyects: TomEE, tomee-tck and jakartaee-tck. First, a quick question for the list: Can someone from the list can double check if this test also fails on your side