test/rocksdb: add rocksdb_commit_id file

This signals which RocksDB commit should be checked
out for the SPDK RocksDB tests.

Also point the rocksdb.sh test script to point to where
this version of RocksDB will be cloned.

(Note: this is a modified version of what was merged to
master.)

Signed-off-by: Jim Harris <james.r.harris@intel.com>
Change-Id: I1ba0be00747a2642b359b1e0e0c8c2c6d99cc4f0
Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/451772 (master)
Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/452482
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
This commit is contained in:
Jim Harris 2019-04-23 07:00:26 -07:00
parent 089585c8d7
commit 3f5e32adca
2 changed files with 3 additions and 1 deletions

View File

@ -30,7 +30,8 @@ testdir=$(readlink -f $(dirname $0))
rootdir=$(readlink -f $testdir/../../..)
source $rootdir/test/common/autotest_common.sh
DB_BENCH_DIR=/usr/src/rocksdb
# In the autotest job, we copy the rocksdb source to just outside the spdk directory.
DB_BENCH_DIR="$rootdir/../rocksdb"
DB_BENCH=$DB_BENCH_DIR/db_bench
ROCKSDB_CONF=$testdir/rocksdb.conf

View File

@ -0,0 +1 @@
526c73bd94150cc8fbd651f736e1ca95f50d8e13