mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-28 04:06:59 +00:00
* seastar a6c8105443...7664f991b9 (13): > gate: add try_enter and try_with_gate > Merge "Manage reference counts in the file API" from Rafael > cmake: Refactor a bit of duplicated code > stream: Delete _sub > future: Add a rethrow_exception to future_state_base > future: Use a new seastar::nested_exception in finally > cmake: only apply C++ compile options to C++ language > testing: Enable fail-on-abandoned-failed-futures by default > future: Correct a few hypercorrect uses of std::forward > futures_test: Test using future::then with functions > Merge "io-queue: A set of cleanups collected so far" from Pavel E > tmp_file: Replace futurize_apply with futurize_invoke > future: Replace promise::set_coroutine with forward_state_and_schedule Contains update to tests from Rafael: tests: Update for fail-on-abandoned-failed-futures's new default This depends on the corresponding change in seastar. Signed-off-by: Rafael Ávila de Espíndola <espindola@scylladb.com>