-
Notifications
You must be signed in to change notification settings - Fork 15
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
TCK Challenge for 16 tests failing due to www.w3.org redirect from http to https #78
Comments
…e for 16 XML Binding TCK failures Signed-off-by: Scott Marlow <smarlow@redhat.com>
…ental change, still expect the TCK challenge to be addressed though. Signed-off-by: Scott Marlow <smarlow@redhat.com>
To verify that the XML Binding 4.0 TCK test failures still occur, @gurunrao started https://ci.eclipse.org/jakartaee-tck/job/jaxb-tck/job/master/176/ and https://ci.eclipse.org/jakartaee-tck/job/jaxb-tck/job/master/177/ are the latest runs of XML Binding TCK with GF 7 M8. Thanks Guru! |
Output from api/jakarta_xml/bind/JAXBContext/java2schema/CustomizedMapping/packages/XmlAccessorType/srcInherit5.html#testCase0001 test during last Friday's (September 9, 2022) GF test run is copied to https://gist.github.com/scottmarlow/da62aa4596b2fb159a8a8515efbc17dc |
@scottmarlow - https://ci.eclipse.org/jakartaee-tck/job/jaxb-tck/job/master/176/ and https://ci.eclipse.org/jakartaee-tck/job/jaxb-tck/job/master/177/ are failing. |
@gurunrao That's expected. Before this w3 website http->https redirect change, tests are all passed. After the redirect, there will be 16 test failures. |
The tests passed with http -> https redirect change, was my point. |
Could one of the committers please add the https://github.com/eclipse-ee4j/jakartaee-tck/wiki/Jakarta-EE-10.0-TCK-results has been updated to include the failing 16 XML Binding TCK tests. From https://www.w3.org/blog/2022/07/redirecting-to-https-on-www-w3-org:
As we can all read, any
The quickest correction for these failures would be excluding the 16 tests and releasing a https://download.eclipse.org/jakartaee/xml-binding/4.0/jakarta-xml-binding-tck-4.0.1.zip with the 16 tests excluded. The alternative would take longer and involve updating the 16 tests to not use |
Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
Signed-off-by: Scott Marlow <smarlow@redhat.com>
Signed-off-by: Scott Marlow <smarlow@redhat.com>
Signed-off-by: Scott Marlow <smarlow@redhat.com>
failing tests are there to verify handling of/schemageneration for |
@lukasj I see the jaxb-ri 4.0.1 artifact for this tck issue is still in stage : https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jaxb/jaxb-core/4.0.1/. Can it be released now ? |
@jimma this is not the right place for questions about RI |
Signed-off-by: Scott Marlow <smarlow@redhat.com> (cherry picked from commit 5cf25dc)
Signed-off-by: Scott Marlow <smarlow@redhat.com> (cherry picked from commit 5cf25dc)
Signed-off-by: Scott Marlow <smarlow@redhat.com>
The same tests were passing previous to the change from http to https.
For background see articles:
The XML Binding 4.0 TCK tests that are failing now that previously passed before the www.w3.org started redirecting
http
requests tohttps
.For background see https://www.w3.org/blog/2022/07/redirecting-to-https-on-www-w3-org/ + https://www.w3.org/blog/2022/08/https-redirection-observations
Tests that are failing now that previously passed before the https://www.w3.org/blog/2022/07/redirecting-to-https-on-www-w3-org/ change:
Failing test jtr files are archived here via failure_jtr.zip.
GlassFish 7.0.0-M8 also fails as well as per https://ci.eclipse.org/jakartaee-tck/job/jaxb-tck/job/master/175/
CC @alwin-joseph @gurunrao @arjantijms
The text was updated successfully, but these errors were encountered: