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 TCK Refactoring using Arquillian and JUnit #1203

Merged
merged 13 commits into from
May 10, 2024

Conversation

alwin-joseph
Copy link
Contributor

@alwin-joseph alwin-joseph commented Nov 28, 2023

Related Issue(s)
#1126

Describe the change

Pending items :

  • 1 signature test is pending to be refactored , will be covered in separate PR
  • Address test failures with Glassfish8

@alwin-joseph alwin-joseph marked this pull request as ready for review November 30, 2023 13:18
- use create-jvm-options to set properties
- add missed out property files to jstlTCKCommonJar
@gurunrao
Copy link
Contributor

gurunrao commented May 9, 2024

@scottmarlow @alwin-joseph - IMO, we should continue with review and merge of the PR, since same changes will be helpful for Platform TCK EE 11 release.

@gurunrao
Copy link
Contributor

gurunrao commented May 9, 2024

@alwin-joseph - Please test with latest GF 8 version + JDK21.

@alwin-joseph
Copy link
Contributor Author

@alwin-joseph - Please test with latest GF 8 version + JDK21.

My analysis:

Total tests : 538

  • All tests pass with GF7 + JDK11
  • 67 test failures with GF8-M1 + JDK17
  • 82 test failures with GF8-M2 + JDK21

I suggest the test failures be addressed in separate change if possible. jakartaee/tags#255 reports several JDK related issues for Tags TCK. Those fixes can be applied to the refactored source.

@scottmarlow
Copy link
Contributor

@alwin-joseph - Please test with latest GF 8 version + JDK21.

My analysis:

Total tests : 538

* All tests pass with GF7 + JDK11

* 67 test failures with GF8-M1 + JDK17

* 82 test failures with GF8-M2 + JDK21

I suggest the test failures be addressed in separate change if possible. jakartaee/tags#255 reports several JDK related issues for Tags TCK. Those fixes can be applied to the refactored source.

I like that this pull request kept the same TCK test package name as it was with EE 10. I meant to mention that it is harder to automate the refactoring when we change the test class or package names (we can hack around that with package mapping but that will be kind of tedious).

Not related to this pr but the latest automation changes are in:

https://github.com/scottmarlow/jakartaee-tck/tree/rewritejpahttps://github.com/scottmarlow/jakartaee-tck-tools/tree/rewritejpa tck-rewrite folder + jar2shrinkwrap folder.

https://github.com/scottmarlow/jakartaee-tck/tree/rewritejpa doesn't have the output of the ^ changes but I can probably push a sample of those changes to a different branch.

@gurunrao
Copy link
Contributor

@alwin-joseph - Please test with latest GF 8 version + JDK21.

My analysis:

Total tests : 538

* All tests pass with GF7 + JDK11

* 67 test failures with GF8-M1 + JDK17

* 82 test failures with GF8-M2 + JDK21

I suggest the test failures be addressed in separate change if possible. jakartaee/tags#255 reports several JDK related issues for Tags TCK. Those fixes can be applied to the refactored source.

82 failures are more than expected when compared to challenges for JDK failures at jakartaee/tags#255 and jakartaee/tags#256. It will be great if we can identify and notify glassfish team on the failures which are not part of challenges, so that we know the root cause of the failures.

@alwin-joseph
Copy link
Contributor Author

82 failures are more than expected when compared to challenges for JDK failures at jakartaee/tags#255 and jakartaee/tags#256. It will be great if we can identify and notify glassfish team on the failures which are not part of challenges, so that we know the root cause of the failures.

Agree. Hopefully those can be tracked on a separate issue.

Copy link
Contributor

@gurunrao gurunrao left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, Thanks for PR @alwin-joseph. Please create a tracking issue for GF 8 failures, which are not part of challenges open/accepted.

@alwin-joseph alwin-joseph merged commit 4c6ba1f into jakartaee:tckrefactor May 10, 2024
1 of 2 checks passed
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