Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [glassfish-dev] GlassFish 6.0.0 release still on track?

The test run failure logs are as below :

1. com.sun.ts.tests.securityapi.idstore.database.invalidpriorityuseforexpr.Client.testAnnotationDBIDStore_invalidpriorityuseforexpr

   [runcts] OUT => [javatest.batch] 12-08-2020 11:41:56:  ERROR: [WebValidatorBase] Unexpected '500' received from target server!
   [runcts] OUT => [javatest.batch] Error response recieved from server:
   [runcts] OUT => [javatest.batch] ------------------------------------------------
   [runcts] OUT => [javatest.batch] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish  6.0.0  - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 500 - Internal Server Error</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Internal Server Error</p><p><b>description</b>The server encountered an internal error that prevented it from fulfilling this request.</p><hr/><h3>Eclipse GlassFish  6.0.0 </h3></body></html>
   [runcts] OUT => [javatest.batch] 12-08-2020 11:41:56:  ERROR: Test case throws exception: [BaseUrlClient] null failed! Check output for cause of failure.
   [runcts] OUT => [javatest.batch] 12-08-2020 11:41:56:  ERROR: Exception at:  
   [runcts] OUT => [javatest.batch] 12-08-2020 11:41:56:  ERROR: com.sun.ts.tests.common.webclient.TestFailureException: Test FAILED!

2. com.sun.ts.tests.securityapi.idstore.database.multi.Client.testAnnotationDBIDStore_multi_withLdap

   [runcts] OUT => [javatest.batch] 12-08-2020 11:42:06:  ERROR: [WebValidatorBase] Unable to find the following search string in the server's response: 'ValidateResultStatus=VALID' at index: 0
   [runcts] OUT => [javatest.batch] [WebValidatorBase] Server's response:
   [runcts] OUT => [javatest.batch] -------------------------------------------
   [runcts] OUT => [javatest.batch] ValidateResultStatus=INVALID
   [runcts] OUT => [javatest.batch] ValidateResultGroups=[]
   [runcts] OUT => [javatest.batch] ValidateCallerDN=null
   [runcts] OUT => [javatest.batch] web username: null
   [runcts] OUT => [javatest.batch] 
   [runcts] OUT => [javatest.batch] -------------------------------------------

On 08/12/20 5:37 pm, arjan tijms wrote:
Hi,

On Tue, Dec 8, 2020 at 12:15 PM Alwin Joseph <alwin.joseph@xxxxxxxxxx> wrote:
Thanks! 

I did a separate run for Jakarta Security here, and that one passed: https://ci.eclipse.org/es/job/2_security-run-tck-against-staged-build/21/

This runs the standalone security api TCK (https://download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900/jakarta-security-tck-2.0.0.zip) to run the test. It is same as the promoted standalone tck too( https://download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/promoted/jakarta-security-tck-2.0.0.zip ).

The test run script is https://github.com/eclipse-ee4j/jakartaee-tck/blob/master/docker/securityapitck.sh

This is running the platform TCK (https://download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/promoted/jakarta-jakartaeetck-9.0.0.zip) .

The test run script is https://github.com/eclipse-ee4j/jakartaee-tck/blob/master/docker/run_jakartaeetck.sh (with securityapi as parameter).


I'll try to investigate more in depth later, but do you know what the difference is and why the first could fail?

I could see the https://ci.eclipse.org/jakartaee-tck/job/eftl-jakartaeetck-certification/17/ (full profile run) passed the same sceurityapi tests using https://download.eclipse.org/ee4j/glassfish/glassfish-6.0.0-RC2.zip. Wonder what changed.


Kind regards,
Arjan Tijms


 

Back to the top