10

I have this fckin bug that only shows in production but only after I've done a certain thing 20+ times. I can't ignore that and I can't reproduce it locally. That's just fantastic -.-

Comments
  • 0
    i have had that before, mine was caused by an incrimental var that wasn't cleared/reset and caused issues with other functions that used the same var
  • 2
    you sir have not faced race conditions in production that never happen in the development machines XD
  • 0
    I have a query using ROW NUMBER and OVER and so on to bring back only the first record of groups of records, and each time I run it i get a different result. out of a few thousand records, only about +/-10 records are left out or added in... but its there and its driving me mad
Add Comment