[Tarantool-patches] [PATCH 3/3] box/txn: clear fiber storage right before journal_write
Kirill Yukhin
kyukhin at tarantool.org
Thu Feb 27 22:47:29 MSK 2020
Hello,
// This is not an official review. Just a nitpicking.
On 27 фев 17:16, Cyrill Gorcunov wrote:
> --- a/test/box/errinj.result
> +++ b/test/box/errinj.result
> @@ -134,6 +135,25 @@ errinj.set("ERRINJ_TESTING", false)
> ---
> - ok
> ...
> +-- Check journal entries allocation failure
> +errinj.set("ERRINJ_JOURNAL_NEW", true)
> +---
> +- ok
> +...
> +space:insert{1}
> +---
> +- error: Failed to allocate 0 bytes in region for journal_entry
Why 0? How could we ever fail to allocate 0 bytes?
--
Regards, Kirill Yukhin
More information about the Tarantool-patches
mailing list