-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
test vrf listener processes old requests on start up #11554
test vrf listener processes old requests on start up #11554
Conversation
jinhoonbang
commented
Dec 13, 2023
- test vrf listener processes old requests on start up
I see that you haven't updated any README files. Would it make sense to do so? |
I see that you haven't updated any CHANGELOG files. Would it make sense to do so? |
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, the test is relatively simple but covers the exact use case.
Perhaps adding another one in the future like this:
- send multiple requests before the node shuts down
- shut down the node
- send another batch of requests while the node is down
- restart the node
- send another batch of new requests
- validate that all three batches were successfully processed and all requests are fulfilled
Not sure if this test (or a variation of it) would be beneficial or not, but the idea here is to hunt down any potential issues with queueing requests and the node processing that queue.
Thanks for reviewing this! Agreed on the suggested test use case. We discussed a similar test during one of the stand ups and decided to add it in QA integration test. it's not easy to add such tests in the integration tests here because the |
Quality Gate passedIssues Measures |