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:
Daniel Verkamp 2017-06-27 10:02:55 -07:00
parent 58c2bb850c
commit 16fb6ba93b
2 changed files with 1 additions and 4 deletions

View File

@ -23,7 +23,6 @@
# syslog facility
LogFacility "local7"
SharedMemoryID 0
[Rpc]
# Defines whether spdk will enable configuration via RPC.

View File

@ -29,8 +29,7 @@ timing_exit db_bench_build
cp $rootdir/etc/spdk/rocksdb.conf.in $ROCKSDB_CONF
$rootdir/scripts/gen_nvme.sh >> $ROCKSDB_CONF
start_stub "-i 0 -m 0xFFF"
trap 'kill_stub; rm -f $ROCKSDB_CONF; exit 1' SIGINT SIGTERM EXIT
trap 'rm -f $ROCKSDB_CONF; exit 1' SIGINT SIGTERM EXIT
$rootdir/test/lib/blobfs/mkfs/mkfs $ROCKSDB_CONF Nvme0n1
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
kill_stub
rm -f $ROCKSDB_CONF
timing_exit rocksdb