Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jakartaee-tck-dev] Platform TCK run started



On Tue, Jun 9, 2020 at 1:53 PM Scott Marlow <smarlow@xxxxxxxxxx> wrote:
Hi,

We still need a volunteer to work on https://github.com/eclipse-ee4j/jakartaee-tck/issues/209 (removing JAXR), as that is unassigned.  If you are available to work on tasks but not that one, we have plenty of other open issues as well.

We just started the nightly Platform TCK run with today's GlassFish master changes (which includes the ORB switch to use jakarta package classes).


We stopped the run after 20 hours, if you open https://ci.eclipse.org/jakartaee-tck/job/jakartaee-tck/job/master/682 and right button click on "View as plain text" on left side of window, then "save the link as..." to save the consoleText file locally.

It looks like we deployment failures to work out, some CNFE errors on com.sun.ts.tests.common.connector.util.TSMessageListenerInterface and javax.ejb.EntityBean (see issue #313 mentioned below).  

Scott
 

From a quick glance at the test output, I randomly found a failure in  https://ci.eclipse.org/jakartaee-tck/job/jakartaee-tck/job/master/682/testReport/junit/com.sun.ts.tests.compat13.ejb.tx/Client/jakartaeetck_run___compat13___txCompat13Test1 which is failing because we still have javax.ejb.SessionBean references in archives that are stored in the TCK sources, such as compat13_ejb_tx.ear

https://github.com/eclipse-ee4j/jakartaee-tck/issues/313 is for updating the archives saved in the Platform TCK source.  I asked on the issue why we aren't currently building the archives from source, does anyone know?  

Scott

Back to the top