t/dedupe: handle errors more gracefully
authorJens Axboe <axboe@kernel.dk>
Fri, 11 Mar 2022 12:09:20 +0000 (05:09 -0700)
committerJens Axboe <axboe@kernel.dk>
Fri, 11 Mar 2022 12:09:20 +0000 (05:09 -0700)
commit16b1e24562347d371d6d62e0bb9a03ad4e2a8a96
treec4350cee280b6d65f2f6adf15f12ff860ee9fad3
parentb279c0039342f327e729c0a53b58d7c9dbe9dbad
t/dedupe: handle errors more gracefully

Don't assert for a deflate error, properly check for it and pass it
back up the stack so we can abort the thread.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
t/dedupe.c