mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-01 05:35:48 +00:00
We must abort the environment before the ticker as the environment may require time to keep advancing during abort in order for all operations to finish, e.g. operations that can finish only due to timeout. Currently such operations may cause the test to hang indefinitely at the end. The test requires a small modification to ensure that `delivery_queue::push` is not called after the queue was aborted. Message-Id: <20210930143539.157727-1-kbraun@scylladb.com>