mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-27 20:05:10 +00:00
Use `seastar::memory::local_failure_injector()` to inject al possible `std::bad_alloc`:s into the collection serialization code path. The test just checks that there are no `std::abort()`:s caused by any of the exceptions. The test will not be run if `SEASTAR_ENABLE_ALLOC_FAILURE_INJECTION` is not defined.