mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-12 19:02:12 +00:00
" There's a bunch of explicit and implicit async contexts nesting in sstables tests. This set turns them into a single nest async (mostly with an awk script). The indentation in first two patches is deliberately left as it was before patching, i.e. -- slightly broken. As a consolation, after the third patch it suddenly becomes fixed as the unneeded intermediate call with broken indent is removed. tests: unit(dev) " * 'br-sst-tests-no-nested-async' of https://github.com/xemul/scylla: test: Don't nest seastar::async calls (2nd cont) test: Don't nest seastar::async calls (cont) test: Don't nest seastar::async calls