mogoh@lemmy.ml to Programmer Humor@lemmy.ml · 1 day agoDocker Buildinglemmy.mlimagemessage-square43linkfedilinkarrow-up1329arrow-down19cross-posted to: programmer_humor@programming.dev
arrow-up1320arrow-down1imageDocker Buildinglemmy.mlmogoh@lemmy.ml to Programmer Humor@lemmy.ml · 1 day agomessage-square43linkfedilinkcross-posted to: programmer_humor@programming.dev
minus-squareHiddenLayer555@lemmy.mllinkfedilinkEnglisharrow-up9·edit-21 day agoRace condition that only happens on the much faster production hardware: Allow me to introduce myself
minus-squareQaz@lemmy.mllinkfedilinkEnglisharrow-up4·18 hours agoOr an issue that only appears when using ARM and not on my AMD64 dev machine
minus-squaredavel [he/him]@lemmy.mllinkfedilinkEnglisharrow-up6·1 day 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.
Race condition that only happens on the much faster production hardware: Allow me to introduce myself
Or an issue that only appears when using ARM and not on my AMD64 dev machine
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.