-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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(kafka-test): adds a simple test for task worker integrations #80958
base: master
Are you sure you want to change the base?
Conversation
4ba6006
to
3954412
Compare
258f620
to
e750e60
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 like the general direction this is going. I think this might be better positioned in the taskbroker repository though as it will be less relevant to changes in sentry and more relevant to changes in taskbroker.
We should still have a stub task in sentry for doing these integration tests though, and should also reuse sentry's devservices to get kafka started.
Yeah I agree, we want to get things working before splitting it off first, so we're just using this PR to collaborate |
Adds an integration test for taskbroker. Using sentry as a working repository to figure out dependencies