mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-27 03:45:11 +00:00
Otherwise, if we don't consume all lister's entries, ~directory_lister terminates since the directory_lister is destroyed without being closed. Add unit test to reproduce this issue. Fixes #10697 Signed-off-by: Benny Halevy <bhalevy@scylladb.com>