-
Notifications
You must be signed in to change notification settings - Fork 532
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
Add integration test running Mimir in read-write deployment mode #3363
Comments
I've got a first test up in #3423. This first test just covers a very straightforward scenario of writing some data and then reading it back again. I'm still getting to grips with the system and the implications of the different deployment modes, so I'm not sure what else would be valuable to test - I'm not sure what risks / concerns the different deployment modes introduce. For example, should we test that other functionality like the compactor, ruler or alert manager are working correctly? Are there other things that warrant an integration test? |
Good question! My take:
To answer your question, as a follow up of #3423 I would additionally test:
|
We should create an integration test to run Mimir in read-write deployment mode.
Cases / components to cover (see #3363 (comment)):
The text was updated successfully, but these errors were encountered: