push
github
box: rollback txns in WAL queue before in-flight tnxs In case of WAL error we should rollback txns in WAL queue before any in-flight txns (already submitted to WAL thread). Work around is to disable WAL queue by `box.cfg{wal_queue_max_size = 0}` so that no request can be queued. Closes #11179 NO_DOC=bugfix (cherry picked from commit 994249928)
68898 of 122157 branches covered (56.4%)
11 of 11 new or added lines in 3 files covered. (100.0%)
25 existing lines in 9 files now uncovered.101588 of 116223 relevant lines covered (87.41%)
1964462.16 hits per line