Re: [PATCH blktests] nvme: Add command timeout injection test

2018-05-14 Thread Omar Sandoval
On Mon, May 14, 2018 at 02:02:37PM -0600, Keith Busch wrote: > This test will run a background IO process and inject an admin command > with a very short timeout that is all but guaranteed to expire without > a completion: the async event request. Thanks, a few comments below. > Signed-off-by:

[PATCH blktests] nvme: Add command timeout injection test

2018-05-14 Thread Keith Busch
This test will run a background IO process and inject an admin command with a very short timeout that is all but guaranteed to expire without a completion: the async event request. Signed-off-by: Keith Busch --- tests/nvme/005 | 42