Commit 16fb6ba9 authored by Daniel Verkamp's avatar Daniel Verkamp
Browse files

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 6bd7c5b4.

Change-Id: Ie0eca36c3a15708d2483bae32ce2e217036d2b1d
Reviewed-on: https://review.gerrithub.io/367263


Reviewed-by: default avatarBen Walker <benjamin.walker@intel.com>
Reviewed-by: default avatarJim Harris <james.r.harris@intel.com>
Tested-by: default avatarDaniel Verkamp <daniel.verkamp@intel.com>
parent 58c2bb85
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -23,7 +23,6 @@

  # syslog facility
  LogFacility "local7"
  SharedMemoryID 0

[Rpc]
  # Defines whether spdk will enable configuration via RPC.
+1 −3
Original line number Diff line number Diff line
@@ -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