@[email protected] to Programmer [email protected] • 23 days agoDocker Buildinglemmy.mlimagemessage-square51fedilinkarrow-up1374cross-posted to: [email protected]
arrow-up1374imageDocker Buildinglemmy.ml@[email protected] to Programmer [email protected] • 23 days agomessage-square51fedilinkcross-posted to: [email protected]
minus-square@[email protected]linkfedilinkEnglish10•edit-223 days agoRace condition that only happens on the much faster production hardware: Allow me to introduce myself
minus-squaredavel [he/him]linkfedilinkEnglish7•23 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-square@[email protected]linkfedilinkEnglish6•23 days 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