Loading
test/rocksdb: add env variables to skip parts of test
When debugging issues or running local tests, it is nice to skip rebuilding all of the db_bench tool or running mkfs on the underlying SPDK device. So add SKIP_GIT_CLEAN and SKIP_MKFS checks which allow the test caller to skip these steps. Signed-off-by:Jim Harris <james.r.harris@intel.com> Change-Id: I4d3f739aaa908a816aacf89d3fed0985493b7f59 Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/452261 Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by:
Ben Walker <benjamin.walker@intel.com> Reviewed-by:
Changpeng Liu <changpeng.liu@intel.com> Reviewed-by:
Ziye Yang <ziye.yang@intel.com> Reviewed-by:
Darek Stojaczyk <dariusz.stojaczyk@intel.com>