mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-09 16:33:35 +00:00
Exception safety tests inject a failure at every allocation and verify whether the error is handled properly. push_mutation_fragment() adds a mutation fragment to a circular_buffer, in theory any call to that function can result in a memory allocation, but in practice that depends on the implementation details. In order to improve the effectiveness of the exception safety tests this patch adds an explicit allocation point in push_mutation_fragment().
24 KiB
24 KiB