Home
last modified time | relevance | path

Searched refs:test_type (Results 1 – 3 of 3) sorted by relevance

/rocksdb-6.9/tools/
Ddb_crashtest.py254 if args.test_type == 'blackbox':
256 if args.test_type == 'whitebox':
260 if args.test_type == 'blackbox':
262 if args.test_type == 'whitebox':
504 if args.test_type == 'blackbox':
506 if args.test_type == 'whitebox':
/rocksdb-6.9/table/
Dtable_test.cc649 for (auto test_type : test_types) { in GenerateArgList() local
652 if (test_type == PLAIN_TABLE_SEMI_FIXED_PREFIX || in GenerateArgList()
653 test_type == PLAIN_TABLE_FULL_STR_PREFIX || in GenerateArgList()
654 test_type == PLAIN_TABLE_TOTAL_ORDER) { in GenerateArgList()
657 one_arg.type = test_type; in GenerateArgList()
672 one_arg.type = test_type; in GenerateArgList()
/rocksdb-6.9/
DTARGETS456 # [test_name, test_src, test_type, extra_deps, extra_compiler_flags]