JPDev@programming.dev to Programmer Humor@programming.dev · 10 months agoBug Fixingprogramming.devimagemessage-square75fedilinkarrow-up11.04Karrow-down119
arrow-up11.02Karrow-down1imageBug Fixingprogramming.devJPDev@programming.dev to Programmer Humor@programming.dev · 10 months agomessage-square75fedilink
minus-squaredrsensor@programming.devlinkfedilinkarrow-up4·9 months agoMy way: wrap it in a shell script and put a condition if exit status is not 0 then say “try clear the cache and run it again”
minus-squareabraxas@sh.itjust.workslinkfedilinkarrow-up1·edit-29 months agoAKA - the test suites at half the companies I’ve worked. Except they use a loop with retries as well
My way: wrap it in a shell script and put a condition if exit status is not 0 then say “try clear the cache and run it again”
AKA - the test suites at half the companies I’ve worked. Except they use a loop with retries as well