3. How to do a sanity check in production (after a release)?
This section refers to tests which should be performed after the new version goes live (production tests). These checks are complementary
This is a 5 min check where we should see if:
1- You can login
2- You can create a product and it appears correctly in the shop as supposed
3- You can checkout
4- You see the order on the order view
Check general process from #devops-notifications channel
- Look at Ansible execution info
- Check there is no new bug
Check bug trackers
- Be sure on Bugsnag that existing bugs are not increasing
Check performances
- Take a look at Datadog dashboards
Last modified 2yr ago