How do you make sure that the right values have been placed in the right configuration files?
How do you test it (safely)? Just staging environment?
How do you automate the process? do you have any configuration verification utilities?
Do you test them individually? or just as part of your rollout tests?
Can you elaborate?
Thanks for sharing ;)
Top comments (1)
It's honestly difficult to test and also not really desirable. Changing
MAXIMUM_CATS
from 100 to 200 shouldn't cause a test failure should it? In these cases you can logically say, "what if the test assertion is wrong?"At this level, what you really care about is whether your app is working in production.
For this use: