Home
last modified time | relevance | path

Searched refs:tests (Results 1 – 10 of 10) sorted by relevance

/rocksdb-6.9/buckifier/
Dbuckify_rocksdb.py77 tests = {}
89 tests[line] = False
104 tests[line] = True
109 return tests
144 tests = get_tests(repo_path)
146 if src_mk is None or cc_files is None or tests is None:
181 for test in sorted(tests):
192 is_parallel = tests[test]
/rocksdb-6.9/build_tools/
Dprecommit_checker.py54 def __init__(self, logfile, tests): argument
55 self.tests = tests
90 Env.__init__(self, args.logfile, args.tests)
139 if not self.tests:
148 for test in self.tests:
/rocksdb-6.9/
D.travis.yml45 # Run java tests
73 # Exclude most osx, arm64 and ppc64le tests for pull requests, but build in branches
199 # Increase the maximum number of open file descriptors, since some tests use
DINSTALL.md17 * `make check` will compile and run all the unit tests. `make check` will compile RocksDB in debug …
19 * `make all` will compile our static library, and all our tools and unit tests. Our tools
DCMakeLists.txt381 # Used to run CI build and tests so we can run faster
937 CMAKE_DEPENDENT_OPTION(WITH_TESTS "build with tests" ON
DTARGETS1567 # Do not build the tests in opt mode, since SyncPoint and other test code
DHISTORY.md199 * Support loading custom objects in unit tests. In the affected unit tests, RocksDB will create cus…
406 * Fix RocksDB Java build and tests.
/rocksdb-6.9/tools/advisor/
DREADME.md87 ## Running the tests
91 directory. For example, to run the unit tests for db_log_parser.py:
/rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/
Dgtest-all.cc11345 std::set<std::string> tests; in VerifyRegisteredTestNames() local
11349 if (tests.count(name) != 0) { in VerifyRegisteredTestNames()
11365 tests.insert(name); in VerifyRegisteredTestNames()
11375 if (tests.count(it->first) == 0) { in VerifyRegisteredTestNames()
/rocksdb-6.9/db/
Ddb_test.cc4234 for (int tests = 0; tests < 2; ++tests) { in TEST_P() local