Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [glassfish-dev] GlassFish 7.0.8 (Mojarra 4.0.3) does not pass the Faces TCK...



On Wed, Sep 6, 2023 at 10:20 AM Arjan Tijms <arjan.tijms@xxxxxxxxxxx> wrote:
Hi,

Indeed, thanks for the notification. The root cause of this slipping through is the Faces TCK (as executed by the Jakarta TCK CI) showing up as green (passed) in the console, yet reporting failures in the old part of the TCK.

cat: /home/jenkins/agent/workspace/10/jakarta-faces-tck-glassfish/download/faces-tck-4.0.2/tck/target/site/failsafe-report.html: No such file or directory

The script change I made to check for errors/failures won't work without the failsafe-report.html file but perhaps we could make a different job change to instead parse the following old Faces TCK output if the failsafe-report.html isn't generated:

"
INFO]      [exec] [javatest.batch] Completed running 5389 tests. [INFO]      [exec] [javatest.batch] Number of Tests Passed      = 5363 [INFO]      [exec] [javatest.batch] Number of Tests Failed      = 26 [INFO]      [exec] [javatest.batch] Number of Tests with Errors = 0
"
 

We'll work on a fix and hope to release an update soon.

Thank you!
 

Kind regards,
Arjan Tijms


On Wed, 6 Sept 2023 at 16:17, Scott Marlow via glassfish-dev <glassfish-dev@xxxxxxxxxxx> wrote:
Hi,

We missed a few Faces TCK test failures which are reported via mojarra/issues/5308 [1].  

We are seeing the same TCK failures with WildFly (main branch) as well via WFLY-18397 [2] with Mojarra 4.0.3.

Scott

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

Back to the top