-
Notifications
You must be signed in to change notification settings - Fork 25.5k
Add deprecation warnings for week-date specifiers #113247
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
Conversation
Pinging @elastic/es-core-infra (Team:Core/Infra) |
@elasticmachine rerun elasticsearch-ci/packaging-tests-windows-sample |
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 good, one question
'ml/evaluate_data_frame/Test outlier_detection auc_roc include curve', | ||
'ml/evaluate_data_frame/Test classification auc_roc', | ||
'ml/evaluate_data_frame/Test classification auc_roc with default top_classes_field', | ||
'security/authz/13_index_datemath/Test indexing documents with datemath, when forbidden', |
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.
Why are these being muted?
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.
The warnings are causing failures with previous yaml test definitions
Windows packaging tests are #113177 |
Week dates also change on JDK 23, so add a deprecation warning if they are used on COMPAT
💚 Backport successful
|
Week dates are changing on CLDR, so warn about that too.
Follows on from #112917