-
Notifications
You must be signed in to change notification settings - Fork 181
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
Introduce ability to ignore requests on initial "ADDED" events #217
base: master
Are you sure you want to change the base?
Conversation
765008f
to
7ac1ac8
Compare
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 think this still needs some small changes.
Furthermore, can you potentially write a small test scenario? This would involve:
- adjusting
./test/server/server.py
to be able to identify whether a call has been made - adjust
./test/resources/sidecar.yaml
to configure a new sidecar instance or reconfigure an existing one to skip the request - in the github test workflow add appropriate file downloads and verification.
Hi @jekkel, thank you for review! I applied changes to the app and tested that locally. Now it should work as expected for the batched items as well. When it comes to the integration tests, would you be able to help me with that? Unfortunately, I'm not fluent in Python and that would be difficult for me. Thank you in advance 🙇 |
Hey @jekkel, could you please take a look at this PR once again? Thank you! |
Most of the test logic is bash anyway. |
Resolves #216.
Let me know what you think!