You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sdong
cf3e05304f
crash_test cleans up directory before testing if TEST_TMPDIR is set
...
Summary: In a recent change, crash_test can put data under TEST_TMPDIR. However, the directory is not cleaned before running the test, which may cause unexpected results. Clean it.
Test Plan: Run white and black box crash test against non-existing, or non-empty but not compactible DBs, and make sure it works as expected.
Reviewers: kradhakrishnan, rven, yhchiang, IslamAbdelRahman
Reviewed By: IslamAbdelRahman
Subscribers: leveldb, dhruba
Differential Revision: https://reviews.facebook.net/D43515
9 years ago
..
dump
Fix mac compile
10 years ago
rdb
first rdb commit
10 years ago
Dockerfile
adding docker build script and dockerfile
10 years ago
auto_sanity_test.sh
Make auto_sanity_test always use the db_sanity_test.cc of the newer commit.
10 years ago
benchmark.sh
Optimistic Transactions
10 years ago
benchmark_leveldb.sh
Add scripts to run leveldb benchmark
10 years ago
check_format_compatible.sh
Script to check whether RocksDB can read DB generated by previous releases and vice versa
10 years ago
db_crashtest.py
crash_test cleans up directory before testing if TEST_TMPDIR is set
9 years ago
db_crashtest2.py
crash_test cleans up directory before testing if TEST_TMPDIR is set
9 years ago
db_repl_stress.cc
"make format" against last 10 commits
9 years ago
db_sanity_test.cc
Add missing tests, fix db_sanity
9 years ago
db_stress.cc
Fixed typos in db_stress
9 years ago
dbench_monitor
Added simple monitoring script to monitor overusage of memory in db_bench
10 years ago
generate_random_db.sh
Script to check whether RocksDB can read DB generated by previous releases and vice versa
10 years ago
ldb.cc
Make db_stress built for ROCKSDB_LITE
10 years ago
ldb_test.py
Make ldb_test not depend on compression
9 years ago
pflag
Added simple monitoring script to monitor overusage of memory in db_bench
10 years ago
reduce_levels_test.cc
Don't let flushes preempt compactions
9 years ago
rocksdb_dump_test.sh
First version of rocksdb_dump and rocksdb_undump.
10 years ago
run_flash_bench.sh
Add Size-GB column to benchmark reports
10 years ago
run_leveldb.sh
Add scripts to run leveldb benchmark
10 years ago
sample-dump.dmp
First version of rocksdb_dump and rocksdb_undump.
10 years ago
sst_dump.cc
Make db_stress built for ROCKSDB_LITE
10 years ago
verify_random_db.sh
Script to check whether RocksDB can read DB generated by previous releases and vice versa
10 years ago