From b3692ea671d2c876ec6de192d8c99f2623999df0 Mon Sep 17 00:00:00 2001 From: Curt Bruns Date: Fri, 24 Jun 2022 11:37:09 -0700 Subject: [PATCH] test: disable aen tests until root cause AEN single and multi testing are causing failures in the CI env and have not been root caused. Disabling their tests from the nvme.sh script for now until root-cause of issue #2559 is found and fixed. Signed-off-by: Curt Bruns Change-Id: I6471d1f4b1d435356cd6b2f8db1f87a26bb9b162 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/13469 Reviewed-by: Jim Harris Reviewed-by: Dong Yi Reviewed-by: Changpeng Liu Tested-by: SPDK CI Jenkins Community-CI: Broadcom CI --- test/nvme/nvme.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/test/nvme/nvme.sh b/test/nvme/nvme.sh index c729e9098..8d4bba278 100755 --- a/test/nvme/nvme.sh +++ b/test/nvme/nvme.sh @@ -134,10 +134,11 @@ run_test "nvme_reserve" $testdir/reserve/reserve run_test "nvme_err_injection" $testdir/err_injection/err_injection run_test "nvme_overhead" $testdir/overhead/overhead -s 4096 -t 1 -H -i 0 run_test "nvme_arbitration" $SPDK_EXAMPLE_DIR/arbitration -t 3 -i 0 -run_test "nvme_single_aen" $testdir/aer/aer -T -i 0 -L log +#run_test "nvme_single_aen" $testdir/aer/aer -T -i 0 -L log +#NOTE: Disabling aen tests for now due to issue #2559 if [ $(uname) != "FreeBSD" ]; then - run_test "nvme_multi_aen" $testdir/aer/aer -m -T -i 0 -L log + #run_test "nvme_multi_aen" $testdir/aer/aer -m -T -i 0 -L log run_test "nvme_startup" $testdir/startup/startup -t 1000000 run_test "nvme_multi_secondary" nvme_multi_secondary trap - SIGINT SIGTERM EXIT