mogoh@lemmy.ml to Programmer Humor@lemmy.ml · 1 day agoDocker Buildinglemmy.mlimagemessage-square42linkfedilinkarrow-up1306arrow-down18cross-posted to: programmer_humor@programming.dev
arrow-up1298arrow-down1imageDocker Buildinglemmy.mlmogoh@lemmy.ml to Programmer Humor@lemmy.ml · 1 day agomessage-square42linkfedilinkcross-posted to: programmer_humor@programming.dev
minus-squaredavel [he/him]@lemmy.mllinkfedilinkEnglisharrow-up16·1 day agoTrue. Nothing beats running your unit tests in the actual container image that will be run in production.
minus-squareHiddenLayer555@lemmy.mllinkfedilinkEnglisharrow-up9·edit-222 hours agoRace condition that only happens on the much faster production hardware: Allow me to introduce myself
minus-squareQaz@lemmy.mllinkfedilinkEnglisharrow-up4·10 hours agoOr an issue that only appears when using ARM and not on my AMD64 dev machine
minus-squaredavel [he/him]@lemmy.mllinkfedilinkEnglisharrow-up6·22 hours 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-squareBjörn Tantau@swg-empire.delinkfedilinkarrow-up4·23 hours agoI mean, isn’t that kind of the point of containers? To basically have the same environment everywhere.
minus-squareqaz@lemmy.worldlinkfedilinkEnglisharrow-up5·1 day agoYeah, and it’s useful to just check everything so you don’t forget to add some essential system package for e.g. SSL, especially when working with Alpine.
True. Nothing beats running your unit tests in the actual container image that will be run in production.
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.
I mean, isn’t that kind of the point of containers? To basically have the same environment everywhere.
Yeah, and it’s useful to just check everything so you don’t forget to add some essential system package for e.g. SSL, especially when working with Alpine.