From 0e6572ef76a03c790664fa52e6e5f5d5f8d04a6e Mon Sep 17 00:00:00 2001 From: Daniel Verkamp Date: Fri, 8 Sep 2017 18:00:13 -0700 Subject: [PATCH] test/rocksdb: disable RocksDB tests on v17.07.x The SPDK RocksDB env has been changed in an incompatible way on master, so the test pool fails to build the v17.07 branch with the updated RocksDB. This should be resolved in a better way in the future (maybe by tracking separate RocksDB versions per SPDK release like we do with the DPDK submodule), but for now, disable the RocksDB tests on the v17.07.x maintenance branch so the rest of the tests can continue. Change-Id: I8486f5bf073fed7b7e748f4275ca0339e9533f84 Signed-off-by: Daniel Verkamp Reviewed-on: https://review.gerrithub.io/377834 Reviewed-by: Jim Harris --- autotest.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/autotest.sh b/autotest.sh index e272f5e2b..ece6cf85a 100755 --- a/autotest.sh +++ b/autotest.sh @@ -113,7 +113,8 @@ if [ $SPDK_TEST_ISCSI -eq 1 ]; then fi if [ $SPDK_TEST_BLOBFS -eq 1 ]; then - run_test ./test/blobfs/rocksdb/rocksdb.sh + # NOTE: disabled on v17.07.x branch due to incompatible RocksDB env changes + false && run_test ./test/blobfs/rocksdb/rocksdb.sh fi if [ $SPDK_TEST_NVMF -eq 1 ]; then