Revert "test/blobfs: use test stub"
Temporarily disable stub usage in the RocksDB test until we diagnose the
cause of the intermittent test failures (no hugepages available).
This reverts commit 6bd7c5b42c
.
Change-Id: Ie0eca36c3a15708d2483bae32ce2e217036d2b1d
Reviewed-on: https://review.gerrithub.io/367263
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Tested-by: Daniel Verkamp <daniel.verkamp@intel.com>
This commit is contained in:
parent
58c2bb850c
commit
16fb6ba93b
@ -23,7 +23,6 @@
|
|||||||
|
|
||||||
# syslog facility
|
# syslog facility
|
||||||
LogFacility "local7"
|
LogFacility "local7"
|
||||||
SharedMemoryID 0
|
|
||||||
|
|
||||||
[Rpc]
|
[Rpc]
|
||||||
# Defines whether spdk will enable configuration via RPC.
|
# Defines whether spdk will enable configuration via RPC.
|
||||||
|
@ -29,8 +29,7 @@ timing_exit db_bench_build
|
|||||||
cp $rootdir/etc/spdk/rocksdb.conf.in $ROCKSDB_CONF
|
cp $rootdir/etc/spdk/rocksdb.conf.in $ROCKSDB_CONF
|
||||||
$rootdir/scripts/gen_nvme.sh >> $ROCKSDB_CONF
|
$rootdir/scripts/gen_nvme.sh >> $ROCKSDB_CONF
|
||||||
|
|
||||||
start_stub "-i 0 -m 0xFFF"
|
trap 'rm -f $ROCKSDB_CONF; exit 1' SIGINT SIGTERM EXIT
|
||||||
trap 'kill_stub; rm -f $ROCKSDB_CONF; exit 1' SIGINT SIGTERM EXIT
|
|
||||||
|
|
||||||
$rootdir/test/lib/blobfs/mkfs/mkfs $ROCKSDB_CONF Nvme0n1
|
$rootdir/test/lib/blobfs/mkfs/mkfs $ROCKSDB_CONF Nvme0n1
|
||||||
mkdir $output_dir/rocksdb
|
mkdir $output_dir/rocksdb
|
||||||
@ -38,7 +37,6 @@ RESULTS_DIR=$output_dir/rocksdb USE_PERF=0 DURATION=30 NUM_KEYS=50000000 ROCKSDB
|
|||||||
|
|
||||||
trap - SIGINT SIGTERM EXIT
|
trap - SIGINT SIGTERM EXIT
|
||||||
|
|
||||||
kill_stub
|
|
||||||
rm -f $ROCKSDB_CONF
|
rm -f $ROCKSDB_CONF
|
||||||
|
|
||||||
timing_exit rocksdb
|
timing_exit rocksdb
|
||||||
|
Loading…
Reference in New Issue
Block a user