-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
AWS CloudWatch - properly parse multiple values of dimensionName
& dimensionValue
lists
#6313
Conversation
…`dimensionValue` lists Signed-off-by: Zbynek Roubalik <[email protected]>
/run-e2e aws_cloudwatch |
Does it make sense adding an e2e test to cover this feature? (or updating the current one to use multi-dimensions, I'll asume that if multi-dimension works single dimension will work too) |
IMHO unit test is enough, but 🤷♂️ |
The current test only verifies that there aren't parsing errors, but it doesn't check the parsing result. I mean, the parsing didn't fail before either. If you remove the parser change and execute the test, it'll pass too. |
You are right, my previous version of test covered this, then I did some refactoring to include the new test into exisiting tests and missed this check, will add it. 🤦♂️ |
@JorTurFer ptal |
Signed-off-by: Zbynek Roubalik <[email protected]>
/run-e2e aws_cloudwatch |
Thanks! |
A regression introduced in 2.15
Checklist
Fixes #6236