add sqs tests for ApproximateNumberOfMessagesNotVisible queue attribute#13197
add sqs tests for ApproximateNumberOfMessagesNotVisible queue attribute#13197
Conversation
LocalStack Community integration with Pro 2 files ± 0 2 suites ±0 1h 3m 2s ⏱️ - 55m 45s Results for commit 0cee957. ± Comparison against base commit f93ee95. This pull request removes 1592 and adds 4 tests. Note that renamed tests count towards both.♻️ This comment has been updated with latest results. |
Test Results (amd64) - Integration, Bootstrap 5 files ± 0 5 suites ±0 1h 30m 13s ⏱️ - 1h 8m 18s Results for commit 0cee957. ± Comparison against base commit f93ee95. This pull request removes 1942 and adds 4 tests. Note that renamed tests count towards both.♻️ This comment has been updated with latest results. |
baermat
left a comment
There was a problem hiding this comment.
Looks mostly good to me, I would like to clarify something, but if you don't think there is a need to change it it's a go from my side.
Motivation
We had an open issue in our internal issue tracker that was arguing that
ApproximateNumberOfMessagesNotVisiblewas broken because of the same reason of #13196. Turns out it works fine! This just adds aws validated tests to demonstrate that it does.Changes