| 13d31231 | 30-Jan-2023 |
Konrad Sztyber <konrad.sztyber@intel.com> |
examples/abort: check process_completions()'s status
The abort app expects some requests to be failed (because they're aborted), so a failed I/O doesn't cause the app to exit with a failed status.
examples/abort: check process_completions()'s status
The abort app expects some requests to be failed (because they're aborted), so a failed I/O doesn't cause the app to exit with a failed status. However, the qpairs should never be disconnected during the test, so we should check their status to avoid hiding errors when that happens.
Signed-off-by: Konrad Sztyber <konrad.sztyber@intel.com> Change-Id: I100cda8656ad748983695a434721424db84ea260 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/16647 Reviewed-by: Michal Berger <michal.berger@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Aleksey Marchuk <alexeymar@nvidia.com>
show more ...
|
| 924a61bf | 30-Jan-2023 |
Konrad Sztyber <konrad.sztyber@intel.com> |
examples/abort: free qpairs at the end
It'll make it easier to handle errors in the following patch.
Signed-off-by: Konrad Sztyber <konrad.sztyber@intel.com> Change-Id: Ic1a40ef59cff058d7926b3df4a9
examples/abort: free qpairs at the end
It'll make it easier to handle errors in the following patch.
Signed-off-by: Konrad Sztyber <konrad.sztyber@intel.com> Change-Id: Ic1a40ef59cff058d7926b3df4a966e5e6de9b0f7 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/16646 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Aleksey Marchuk <alexeymar@nvidia.com>
show more ...
|