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 <daniel.verkamp@intel.com>
Reviewed-on: https://review.gerrithub.io/377834
Reviewed-by: Jim Harris <james.r.harris@intel.com>
This commit is contained in:
Daniel Verkamp 2017-09-08 18:00:13 -07:00
parent e8cd923fe5
commit 0e6572ef76

View File

@ -113,7 +113,8 @@ if [ $SPDK_TEST_ISCSI -eq 1 ]; then
fi fi
if [ $SPDK_TEST_BLOBFS -eq 1 ]; then 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 fi
if [ $SPDK_TEST_NVMF -eq 1 ]; then if [ $SPDK_TEST_NVMF -eq 1 ]; then