mogoh@lemmy.ml to Programmer Humor@lemmy.ml · 3 个月前Docker Buildinglemmy.mlimagemessage-square51linkfedilinkarrow-up1391arrow-down112cross-posted to: programmer_humor@programming.dev
arrow-up1379arrow-down1imageDocker Buildinglemmy.mlmogoh@lemmy.ml to Programmer Humor@lemmy.ml · 3 个月前message-square51linkfedilinkcross-posted to: programmer_humor@programming.dev
minus-squareHiddenLayer555@lemmy.mllinkfedilinkEnglisharrow-up10·edit-23 个月前Race condition that only happens on the much faster production hardware: Allow me to introduce myself
minus-squaredavel@lemmy.mllinkfedilinkEnglisharrow-up7·3 个月前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.
minus-squareQaz@lemmy.mllinkfedilinkEnglisharrow-up6·3 个月前Or 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