-
Notifications
You must be signed in to change notification settings - Fork 25.2k
Work around testFilterByTags
failure
#125109
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
Work around testFilterByTags
failure
#125109
Conversation
A SDK bug[^1] means that these values sometimes don't parse as an integer. We don't need them to do so in order to pass the test, so this commit relaxes the test to accept any string. [^1]: aws/aws-sdk-java-v2#5968
Pinging @elastic/es-distributed-coordination (Team:Distributed Coordination) |
There was another failure which I think is related. Do you mind unmuting this one also, assuming it fixes the problem too? #125166 |
Yep, tho that mute is in 8.x only right now, I will fix that up on the backport. |
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.
LGTM.
Do you know why Integer.parseInt
didn't throw an exception and end the test in the try-catch block?
It does throw an exception, but |
💔 Backport failed
You can use sqren/backport to manually backport by running |
A SDK bug[^1] means that these values sometimes don't parse as an integer. We don't need them to do so in order to pass the test, so this commit relaxes the test to accept any string. Closes #125090 Closes #125166 [^1]: aws/aws-sdk-java-v2#5968
A SDK bug[^1] means that these values sometimes don't parse as an integer. We don't need them to do so in order to pass the test, so this commit relaxes the test to accept any string. Closes elastic#125090 Closes elastic#125166 [^1]: aws/aws-sdk-java-v2#5968
A SDK bug[^1] means that these values sometimes don't parse as an integer. We don't need them to do so in order to pass the test, so this commit relaxes the test to accept any string. Closes elastic#125090 Closes elastic#125166 [^1]: aws/aws-sdk-java-v2#5968
This reverts commit 23769da
A SDK bug1 means that these values sometimes don't parse as an
integer. We don't need them to do so in order to pass the test, so this
commit relaxes the test to accept any string.
Closes #125090
Closes #125166
Footnotes
https://github.com/aws/aws-sdk-java-v2/issues/5968 ↩