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
ee9bdd38a1
Script to check whether RocksDB can read DB generated by previous releases and vice versa
...
Summary: Add a script, which checks out changes from a list of tags, build them and load the same data into it. In the last, checkout the target build and make sure it can successfully open DB and read all the data. It is implemented through ldb tool, because ldb tool is available from all previous builds so that we don't have to cross build anything.
Test Plan: Run the script.
Reviewers: yhchiang, rven, anthony, kradhakrishnan, igor
Reviewed By: igor
Subscribers: leveldb, dhruba
Differential Revision: https://reviews.facebook.net/D36639
10 years ago
..
rdb
first rdb commit
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
Add p99.9 and p99.99 response time to benchmark report, add new summary report
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
db_stress for dynamic options
10 years ago
db_crashtest2.py
Remove seek compaction
11 years ago
db_repl_stress.cc
Make db_stress built for ROCKSDB_LITE
10 years ago
db_sanity_test.cc
Make auto_sanity_test always use the db_sanity_test.cc of the newer commit.
10 years ago
db_stress.cc
rocksdb: Fixed 'Dead assignment' and 'Dead initialization' scan-build warnings
10 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
Added 'dump_live_files' command to ldb tool.
10 years ago
pflag
Added simple monitoring script to monitor overusage of memory in db_bench
10 years ago
reduce_levels_test.cc
rocksdb: switch to gtest
10 years ago
run_flash_bench.sh
Add p99.9 and p99.99 response time to benchmark report, add new summary report
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