-
Notifications
You must be signed in to change notification settings - Fork 148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Faces TCK test failure with Glassfish7 M5 #23960
Comments
After some discussion it seems the recommended action is to disable all those failing tests for the upcoming 4.0.1 service release of the TCK. It appears the new way of testing web socket and Ajax is not sound enough and we'll have to revisit this later. This shouldn't diminish test coverage as these items should be tested by the old TCK as well. |
An update with the test runs on glassfish nightly :
We will wait for 4.0.1 Faces TCK release to be used for JakartaEE 10 Certification. |
Faces TCK 4.0.1 (staged) now running against Mojarra 4.0.0 on the Mojarra CI. |
I am running the staged Faces TCK 4.0.1 (https://download.eclipse.org/faces/jakartaee10/staged/eftl/jakarta-faces-tck-4.0.1.zip ) against latest Glassfish using https://ci.eclipse.org/jakartaee-tck/job/10/job/jakarta-faces-tck-glassfish-run/32/. There are no failing tests till now (all new tests seem to pass) for full profile + JDK11. Below mvn command was used after installing nightly glassfish as 7.0.0-M5 version to run the complete set of tests(old and new). Please correct the test run command if required.
Also I intend to run the test with glassfish web profile by replacing glassfish artifact id with web artifact id for org.glassfish.main.distributions in faces-tck-4.0.1/tck/pom.xml as below. Please suggest if any corrections needed. |
The latest staged Faces TCK 4.0.1 (https://download.eclipse.org/faces/jakartaee10/staged/eftl/jakarta-faces-tck-4.0.1.zip ) passes all the required tests against glassfish nightly. JDK11 full profile run : https://ci.eclipse.org/jakartaee-tck/job/10/job/jakarta-faces-tck-glassfish-run/40/ Test count details in summary.txt New TCK : Completed running 261 tests. Old TCK : |
Environment Details
Problem Description
Test failures in Faces TCK(https://download.eclipse.org/ee4j/jakartaee-tck/jakartaee10/staged/eftl/jakarta-faces-tck-4.0.0.zip) when run against Glassfish 7.0.0-M5 :
Problem is easily reproducible
Source of test : https://github.com/jakartaee/faces/blob/master/tck/faces22/ajax/src/test/java/ee/jakarta/tck/faces/test/servlet30/ajax/Issue1817IT.java
Exception
Source of test : https://github.com/jakartaee/faces/blob/master/tck/faces23/websocket/src/test/java/ee/jakarta/tck/faces/test/javaee8/websocket/Issue4332IT.java
Steps to reproduce
Impact of Issue
Affects the successful completion of #23950
The text was updated successfully, but these errors were encountered: