push
github
test/fuzz: disable error injections before joining worker fibers To avoid a situation when a worker fiber never exits because it got stuck on some random timeout injections, let's disable all error injections before joining worker fibers. To prevent the injection fiber from re-enabling an error injection that was just disabled, let's disable all error injections right before returning from the injection fiber. Closes #10600 NO_DOC=testing NO_CHANGELOG=testing (cherry picked from commit 6513c6adc)
68439 of 121725 branches covered (56.22%)
101056 of 115837 relevant lines covered (87.24%)
2438637.17 hits per line