From e600f0967665c4f5815dd7ee740e4f9bbe3c1ed3 Mon Sep 17 00:00:00 2001 From: Darek Stojaczyk Date: Mon, 29 Apr 2019 14:41:23 +0200 Subject: [PATCH] test/qos: disable iscsi qos tests They have a lot of intermittent failures caused by the test itself, not SPDK QoS. The actual bdev throughput on our CI is roughly the same as the QoS limit in that test, so the bdev can often fail the case where it's expected to achieve more than the original QoS limit after the limit is disabled. Eventually this test will be replaced by a different one, without any iscsi involved. Change-Id: Ic71537b1c33376dda132e07210a34cae9bd073cc Signed-off-by: Darek Stojaczyk Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/452424 Tested-by: SPDK CI Jenkins Reviewed-by: Ben Walker Reviewed-by: Jim Harris --- test/iscsi_tgt/iscsi_tgt.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/iscsi_tgt/iscsi_tgt.sh b/test/iscsi_tgt/iscsi_tgt.sh index 3f8181728..b10c40873 100755 --- a/test/iscsi_tgt/iscsi_tgt.sh +++ b/test/iscsi_tgt/iscsi_tgt.sh @@ -31,7 +31,8 @@ run_test suite ./test/iscsi_tgt/reset/reset.sh run_test suite ./test/iscsi_tgt/rpc_config/rpc_config.sh $TEST_TYPE run_test suite ./test/iscsi_tgt/lvol/iscsi_lvol.sh run_test suite ./test/iscsi_tgt/fio/fio.sh -run_test suite ./test/iscsi_tgt/qos/qos.sh +# Disabled due to intermittent failures +# run_test suite ./test/iscsi_tgt/qos/qos.sh run_test suite ./test/iscsi_tgt/ip_migration/ip_migration.sh run_test suite ./test/iscsi_tgt/trace_record/trace_record.sh