-
-
Notifications
You must be signed in to change notification settings - Fork 96
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
Improve remove_duplicate_tests.py #395
Comments
Hi, can I get this assigned? |
PS we might have to make several PRs to this completely issue ina good trackable way :) |
@ArkaprabhaChakraborty yes, that is correct. This is a top-level issue to track the enhancements. Please divide the deliverables into PRs that are of a reasonable size and contain specific features. Thanks |
Where can I add tests for the script? :) More of like unit tests you can say :) |
Okay, I tried different ways to parse comments outside the "tree" but none worked with python's default XMLParser... StackOverflow discussion A seemingly simple problem just got weirder :) |
With #393, we have remove_duplicate_tests.py to remove duplicate tests. However, there are some enhancements that we can make:
--license-file
. Also, actual comments in the playlist.xml should be preserved.<testCaseName>
. Only remove it if everything under<test>
is the same. Otherwise, we should print a warning message (i.e., warning: found duplicated testCaseName xxx, but the content is not identical.)https://github.com/adoptium/aqa-tests
https://github.com/eclipse-openj9/openj9
https://github.com/adoptium/temurin-build
The text was updated successfully, but these errors were encountered: