]> www.infradead.org Git - users/sagi/blktests.git/commit
nvme/018: Ignore error message generated by nvme read
authorLogan Gunthorpe <logang@deltatee.com>
Wed, 17 Jul 2019 17:12:54 +0000 (11:12 -0600)
committerOmar Sandoval <osandov@osandov.com>
Mon, 29 Jul 2019 17:13:07 +0000 (10:13 -0700)
commit1aee5f430b30c0d691ddbb41a005bafdfcf4d38c
treea8873c0ac2dd12fa91d514c89a6ff6a93db2724e
parent196bb2ddb548fa175021a98b7e9261795ca4a989
nvme/018: Ignore error message generated by nvme read

nvme-cli at some point started printing the error message:

  NVMe status: CAP_EXCEEDED: The execution of the command has caused the
capacity of the namespace to be exceeded(0x6081)

This was not accounted for by test 018 and caused it to fail.

This test does not need to test the error message content, it's
only important that a read past the end of the file fails. Therefore,
pipe stderr of nvme-cli to $FULL.

Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de>
Signed-off-by: Logan Gunthorpe <logang@deltatee.com>
tests/nvme/018