-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Fix cat allocation YAML test #126003
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
Fix cat allocation YAML test #126003
Conversation
This test failed when the `disk.indices.forecast` value was more than 0 - with a decimal. We adjust the regex to allow non-zero values. Fixes elastic#125711 Fixes elastic#125848 Fixes elastic#125661
|
Pinging @elastic/es-data-management (Team:Data Management) |
| [-\w.]+ \s+ | ||
| [-\w.]+ \s+ | ||
| [\w]+ | ||
| [-\w.]+ |
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.
I tried finding out if something changed in the computation of that field - i.e. if it's a bug that we're returning a non-zero value - but wasn't able to identify anything.
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 code LGTM, but please double check the wording of the description on the PR to make sure it’s accurate (and it’s fine if it is and you choose to change nothing).
💔 Backport failed
You can use sqren/backport to manually backport by running |
💚 All backports created successfully
Questions ?Please refer to the Backport tool documentation |
This test failed when the `disk.indices.forecast` value was a decimal number. We adjust the regex to allow decimal values and for consistency we also allow negative values. Fixes elastic#125711 Fixes elastic#125848 Fixes elastic#125661 (cherry picked from commit 8028d5a) # Conflicts: # muted-tests.yml
This test failed when the `disk.indices.forecast` value was a decimal number. We adjust the regex to allow decimal values and for consistency we also allow negative values. Fixes elastic#125711 Fixes elastic#125848 Fixes elastic#125661 (cherry picked from commit 8028d5a) # Conflicts: # muted-tests.yml
This test failed when the
disk.indices.forecastvalue was a decimal number.We adjust the regex to allow decimal values and for consistency we also allow negative values.
Fixes #125711
Fixes #125848
Fixes #125661