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:
parent
089585c8d7
commit
3f5e32adca
@ -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
|
||||
|
||||
|
1
test/blobfs/rocksdb/rocksdb_commit_id
Normal file
1
test/blobfs/rocksdb/rocksdb_commit_id
Normal file
@ -0,0 +1 @@
|
||||
526c73bd94150cc8fbd651f736e1ca95f50d8e13
|
Loading…
Reference in New Issue
Block a user