Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jaspic-dev] Additional step to run Glassfish old-tck

Ignore this for now, this reminds me why I don't install TCKs into a directory with a parent "src" folder - it looks like it has affected the correct detection of the client class.

On Wed, Jul 13, 2022 at 2:04 PM Darran Lofthouse <darran.lofthouse@xxxxxxxxx> wrote:
For the TCK changes I am making I am trying to make sure I have Glassfish running so I can check I haven't accidentally introduced any regressions myself, within the old-tck I have run the following commands:

mvn install -pl old-tck/build
mvn install -pl old-tck/run

However it reports all tests failed.

[INFO]      [exec] [javatest.batch] Jul 13, 2022, 1:55:42 PM Finished executing all tests, wait for cleanup...                                                                                                                                
[INFO]      [exec] [javatest.batch] Jul 13, 2022, 1:55:42 PM Harness done with cleanup from test run.                                                                                                                                        
[INFO]      [exec] [javatest.batch] Total time = 9s                                                                                                                                                                                          
[INFO]      [exec] [javatest.batch] Setup time = 0s                                                                                                                                                                                          
[INFO]      [exec] [javatest.batch] Cleanup time = 0s                                                                                                                                                                                        
[INFO]      [exec] [javatest.batch] Test results: failed: 106      

Should anything else be needed?  If I understand these poms correctly one handles creating a prepared zip of the authentication TCK and the second then handles all the steps to run on Glassfish.

If I have not missed anything I will continue debugging but just wanted to check I am not following an incorrect approach first.

--

Darran Lofthouse

Red Hat

darran.lofthouse@xxxxxxxxx   


Back to the top