Skip to content
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

JSTL : Update glassfish runner to fix tests #1303

Merged
merged 1 commit into from
May 13, 2024

Conversation

alwin-joseph
Copy link
Contributor

@alwin-joseph alwin-joseph commented May 10, 2024

Describe the change

  • Glassfish runner is updated to fix failing tests.
  • All tests will pass with GF8-JDK17-M5 + JDK17

Related PRs:

Pending :

15 test failures with GF8-M5 + JDK21 related to jakartaee/tags#255 due to space character before AM/PM.

com.sun.ts.tests.jstl.compat.onedotzero.JSTLClientIT.positiveFormatLocalizationContextI18NTest
com.sun.ts.tests.jstl.spec.fmt.format.localecontext.JSTLClientIT.positiveFormatLocalizationContextI18NTest
com.sun.ts.tests.jstl.spec.fmt.format.localecontext.JSTLClientIT.positiveFormatLocalizationContextBrowserLocaleTest
com.sun.ts.tests.jstl.spec.fmt.format.localecontext.JSTLClientIT.positiveFormatLocalizationContextBundleTest
com.sun.ts.tests.jstl.spec.fmt.format.localecontext.JSTLClientIT.positiveFormatLocalizationContextLocaleTest
com.sun.ts.tests.jstl.spec.fmt.format.parsedate.JSTLClientIT.positivePDBodyValueTest
com.sun.ts.tests.jstl.spec.fmt.format.parsedate.JSTLClientIT.positivePDDateStyleTest
com.sun.ts.tests.jstl.spec.fmt.format.parsedate.JSTLClientIT.positivePDFallbackLocaleTest
com.sun.ts.tests.jstl.spec.fmt.format.parsedate.JSTLClientIT.positivePDLocalizationContextTest
com.sun.ts.tests.jstl.spec.fmt.format.parsedate.JSTLClientIT.positivePDParseLocaleTest
com.sun.ts.tests.jstl.spec.fmt.format.parsedate.JSTLClientIT.positivePDTimeStyleTest
com.sun.ts.tests.jstl.spec.fmt.format.parsedate.JSTLClientIT.positivePDTimeZoneNullEmptyTest
com.sun.ts.tests.jstl.spec.fmt.format.parsedate.JSTLClientIT.positivePDTimeZonePrecedenceTest
com.sun.ts.tests.jstl.spec.fmt.format.parsedate.JSTLClientIT.positivePDTimeZoneTest
com.sun.ts.tests.jstl.spec.fmt.format.parsedate.JSTLClientIT.positivePDTypeTest

@alwin-joseph
Copy link
Contributor Author

@scottmarlow @gurunrao Post this change only 15 test failures are there with Glassfish8-M5 + JDK21 which are due to the JDK issue caused with space character before AM/PM.

@scottmarlow
Copy link
Contributor

What does the pr accomplish? Is this fixing the asadmin tool by running in a different Maven phase?

@alwin-joseph
Copy link
Contributor Author

What does the pr accomplish? Is this fixing the asadmin tool by running in a different Maven phase?

Majorly running the initdb after startdatabase as intended. Basically reordering the plugin executions correctly.

@scottmarlow scottmarlow merged commit 4e757eb into jakartaee:tckrefactor May 13, 2024
1 of 2 checks passed
@scottmarlow
Copy link
Contributor

Thanks Alwin!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants