mogoh@lemmy.ml to Programmer Humor@lemmy.ml · 1 year agoDocker Buildinglemmy.mlimagemessage-square51fedilinkarrow-up1387cross-posted to: programmer_humor@programming.dev
arrow-up1387imageDocker Buildinglemmy.mlmogoh@lemmy.ml to Programmer Humor@lemmy.ml · 1 year agomessage-square51fedilinkcross-posted to: programmer_humor@programming.dev
minus-squareHiddenLayer555@lemmy.mllinkfedilinkEnglisharrow-up10·edit-21 year agoRace condition that only happens on the much faster production hardware: Allow me to introduce myself
minus-squaredavel [he/him]@lemmy.mllinkfedilinkEnglisharrow-up7·1 year agoUnit tests can’t win ’em all. That’s where things like integration tests, staging environments, and load testing come in. The final layer of protection is the deployment strategy, be it rolling, canary, or blue-geen.
minus-squareQaz@lemmy.mllinkfedilinkEnglisharrow-up6·1 year agoOr an issue that only appears when using ARM and not on my AMD64 dev machine
Race condition that only happens on the much faster production hardware: Allow me to introduce myself
Unit tests can’t win ’em all. That’s where things like integration tests, staging environments, and load testing come in.
The final layer of protection is the deployment strategy, be it rolling, canary, or blue-geen.
Or an issue that only appears when using ARM and not on my AMD64 dev machine