commit | 84b89ca437add3d6c1658e87f6f6b9fc2fe3b2cc | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Wed Dec 04 20:53:01 2019 -0700 |
committer | Jens Axboe <axboe@kernel.dk> | Wed Dec 04 20:53:01 2019 -0700 |
tree | ede2a4936cd3697e9191ee4352a324ac95a67bef | |
parent | 790d285bc9a9f5809ae9200d4becd2e4bdd54815 [diff] |
test/poll-cancel-ton: improve test case We use 30K entries, but hard code 10K in the deletion case. We also use incrementing integers as the index. Use a more realistic index instead, and ensure we use the full range of requests for cancellation. Signed-off-by: Jens Axboe <axboe@kernel.dk>