-
Notifications
You must be signed in to change notification settings - Fork 604
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
Create XML Validaton Tests #30500
Create XML Validaton Tests #30500
Conversation
!build (view Open Liberty Personal Build - ❌ completed with errors/failures.) Note: Target locations of links might be accessible only to IBM employees. |
Code analysis and actionsDO NOT DELETE THIS COMMENT.
|
...m.ws.jsf.2.2_fat.2/test-applications/XMLValidationBad.war/resources/WEB-INF/faces-config.xml
Outdated
Show resolved
Hide resolved
d50c722
to
89bfbf8
Compare
JSF tests passed. Only one failure in the |
89bfbf8
to
bfba7dc
Compare
!build (view Open Liberty Personal Build - ✅ completed successfully!) Note: Target locations of links might be accessible only to IBM employees. |
Code analysis and actionsDO NOT DELETE THIS COMMENT.
|
dev/com.ibm.ws.jsf.2.2_fat.2/fat/src/com/ibm/ws/jsf22/fat/tests/JSF22MiscellaneousTests.java
Show resolved
Hide resolved
dev/com.ibm.ws.jsf.2.2_fat.2/fat/src/com/ibm/ws/jsf22/fat/tests/JSF22MiscellaneousTests.java
Show resolved
Hide resolved
The EE8 server ran into this error, so it didn't reach the validation step, I believe:
The main goal was to create test and have them pass on 4.1. Future work will be done via #30527 I have to investigate each feature separately. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tests are only enabled where they pass currently. A follow on issue will be used to investigate the failures.
release bug
label if applicable: https://github.com/OpenLiberty/open-liberty/wiki/Open-Liberty-Conventions).Tests will need to be re-enabled once #30527 is fixed
With this PR, we can close #30010 since the 4.1 tests pass under the EE11 repeat.