10
daGUY
10y

Ever have a bug that *only* occurs in your production environment? How do you test potential fixes? 😜

Comments
  • 1
    Yeah to often 🙄 though usually I know what will fix it you just can't be sure
  • 1
    I never had this because my dev environment is an mirror of the prod environment
  • 0
    Our dev and test environments are a mirror of production and I've still seen errors that only occur in production.

    Pain in the tits to fix.
  • 0
    Memory dump and analyze it. Every time a bug has happened in Prod, it was never my fault... I just had to prove it...
Add Comment