-
Notifications
You must be signed in to change notification settings - Fork 388
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
CLDR-18267 site: document how to handle known issues #4324
Conversation
✨ deployed to https://f7322509.cldr.pages.dev |
|
||
See [Testing!](/development/development-process/#testing) for more details on how this is used during development. | ||
|
||
For this BRS task there are two goals. FIRST, make sure that any log known issue targets that are remaining issues, point to a currently open ticket. SECOND, make sure that any issues that actually were fixed, have the "logKnownIssue" call removed to make sure the regression tests are actually run. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For the future, linebreak between sentences: https://sembr.org/
@@ -96,7 +96,10 @@ When a ticket is in design, the owner is responsible for bringing back to the co | |||
|
|||
Skipping test failures | |||
|
|||
If there is a test failure that is due to a bug that cannot be fixed right now (eg it requires a data change, but it is past the data freeze), then use the logKnownIssue() method to disable the test. See http://site.icu-project.org/setup/eclipse/time for details, and look in the CLDR test code for some examples of usage. | |||
If there is a test failure that is due to a bug that cannot be fixed right now (eg it requires a data change, but it is past the data freeze), then use the logKnownIssue() method to disable the test. See <https://icu.unicode.org/setup/eclipse/time> for details, and look in the CLDR test code for some examples of usage. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Question about the 'but it is past the data freeze'. I think we need to be more specific here, since we can make changes after the data freeze for issues during alpha & beta if the CLDR TC and the ICU TC agree.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe something like: 'when it is past the data freeze and the CLDR TC considers it too risk or not a priority to fix in the current release'.
✨ deployed to https://f6ae1242.cldr.pages.dev |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like Annemaries's comment was addressed.
CLDR-18267
see #4322 for the current known issues PR
ALLOW_MANY_COMMITS=true