From ada6c8468c2b6fcafbcc51e99e1f80b5f909580b Mon Sep 17 00:00:00 2001 From: Seth Howell Date: Tue, 11 Aug 2020 08:01:15 -0700 Subject: [PATCH] test/fuzz: remove AERs from example JSON. The target changed how we deal with custom AERs so we can't post them and expect to get an immediate return anymore. The fuzzing application doesn't expect to not get a return value from the target so it just spins forever until it times out and fails. The solution is to not send AERs over the wire with the fuzzer. Signed-off-by: Seth Howell Change-Id: I24fc890dfc05601953552c98690950d0981d70fc Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/3739 Tested-by: SPDK CI Jenkins Reviewed-by: Tomasz Zawadzki Reviewed-by: Jim Harris Reviewed-by: Shuhei Matsumoto Reviewed-by: Maciej Wawryk --- test/app/fuzz/nvme_fuzz/example.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/app/fuzz/nvme_fuzz/example.json b/test/app/fuzz/nvme_fuzz/example.json index 95540746e..21360748d 100644 --- a/test/app/fuzz/nvme_fuzz/example.json +++ b/test/app/fuzz/nvme_fuzz/example.json @@ -54,7 +54,7 @@ "cdw15": 644909208 }, "struct spdk_nvme_cmd": { - "opc": 12, + "opc": 13, "fuse": 1, "rsvd1": 13, "psdt": 1, @@ -126,7 +126,7 @@ "cdw15": 644909208 }, "struct spdk_nvme_cmd": { - "opc": 12, + "opc": 13, "fuse": 1, "rsvd1": 13, "psdt": 1, @@ -198,7 +198,7 @@ "cdw15": 644909208 }, "struct spdk_nvme_cmd": { - "opc": 12, + "opc": 13, "fuse": 1, "rsvd1": 13, "psdt": 1, @@ -270,7 +270,7 @@ "cdw15": 644909208 }, "struct spdk_nvme_cmd": { - "opc": 12, + "opc": 13, "fuse": 1, "rsvd1": 13, "psdt": 1,