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

Add suite file for web and make tck/api versions clear #259

Merged
merged 1 commit into from
Jul 28, 2022

Conversation

arjantijms
Copy link
Contributor

An extra suite.xml file was added to the starter module to test the
web-profile. The guide was updated to mention this.

Since the API version of Concurrency (e.g. 3.0.1) and the TCK version
(e.g. 3.0.2) don't necessarily have to be the same, the properties for
these were renamed to make it more clear which is which.

Signed-off-by: Arjan Tijms arjan.tijms@gmail.com

An extra suite.xml file was added to the starter module to test the
web-profile. The guide was updated to mention this.

Since the API version of Concurrency (e.g. 3.0.1) and the TCK version
(e.g. 3.0.2) don't necessarily have to be the same, the properties for
these were renamed to make it more clear which is which.

Signed-off-by: Arjan Tijms <arjan.tijms@gmail.com>
@arjantijms arjantijms requested a review from njr-11 July 28, 2022 12:20
@@ -17,6 +17,9 @@
-->
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd" >

<!--
This suite file is for testing Jakarta Concurrency against the Jakarta Full Profile.
-->
<suite name="jakarta-concurrency" verbose="2" configfailurepolicy="continue">
<test name="jakarta-concurrency.tck">
<packages>
Copy link
Contributor

Choose a reason for hiding this comment

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

This file will also need to be updated to exclude the Web profile duplicated tests that I will be working on today. Otherwise, we will be adding tests to the Full profile run that were not there in the original release.

I will include that in my PR and It shouldn't hold up this one from being merged.

@arjantijms
Copy link
Contributor Author

Thanks, looking forward to the follow PR

@arjantijms arjantijms merged commit 6d695da into jakartaee:master Jul 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants