mogoh@lemmy.ml to Programmer Humor@lemmy.ml · 13 days agoDocker Buildinglemmy.mlimagemessage-square21fedilinkarrow-up11arrow-down10
arrow-up11arrow-down1imageDocker Buildinglemmy.mlmogoh@lemmy.ml to Programmer Humor@lemmy.ml · 13 days agomessage-square21fedilink
minus-squareqisope@lemmy.worldlinkfedilinkarrow-up0·13 days agowhat if I’m doing my programming inside a devcontainer?
minus-squaremogoh@lemmy.mlOPlinkfedilinkarrow-up0·13 days agoGuess I must turn in my programmer-badge.
minus-squareqaz@lemmy.worldlinkfedilinkEnglisharrow-up0·13 days agoWhy not? Why doesn’t the programmer want to test a container?
minus-squaredavel@lemmy.mllinkfedilinkEnglisharrow-up0·13 days agoTrue. Nothing beats running your unit tests in the actual container image that will be run in production.
minus-squareqaz@lemmy.worldlinkfedilinkEnglisharrow-up0·13 days 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.
minus-squareHiddenLayer555@lemmy.mllinkfedilinkEnglisharrow-up0·edit-213 days agoRace condition that only happens on the much faster production hardware: Allow me to introduce myself
minus-squaredavel@lemmy.mllinkfedilinkEnglisharrow-up0·13 days 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-up0·12 days agoOr an issue that only appears when using ARM and not on my AMD64 dev machine
DevOps, not programmer.
what if I’m doing my programming inside a devcontainer?
Guess I must turn in my programmer-badge.
Why not? Why doesn’t the programmer want to test a container?
True. Nothing beats running your unit tests in the actual container image that will be run in production.
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.
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