On Fri, Apr 7, 2023 at 12:43 AM Andrii Nakryiko <andrii@xxxxxxxxxx> wrote: > > Add additional test cases validating that log_true_size is consistent > between fixed and rotating log modes, and that log_true_size can be > used *exactly* without causing -ENOSPC, while using just 1 byte shorter > log buffer would cause -ENOSPC. > > Signed-off-by: Andrii Nakryiko <andrii@xxxxxxxxxx> Great idea to test the size - 1 case! Acked-by: Lorenz Bauer <lmb@xxxxxxxxxxxxx>