Search
⌃K

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

Instance Managers after deploy-checks

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

Devops after-deploy checks

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

Automatic after-deploy smoke tests

This section is WIP. See also the issue on GH.