summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2016-03-04Update benchmarks used to measure subcompaction performanceGunnar Kudrjavets
2016-02-16fix build without gflagsJonathan Wiepert
2016-02-16Separeate main from bench functionality to allow cusomizationsJonathan Wiepert
2016-02-10Add universal compaction benchmarks to run_flash_bench.shGunnar Kudrjavets
2016-02-09Updated all copyright headers to the new format.Baraa Hamodi
2016-02-09crash_test: cover concurrent memtable insert in default crash testsdong
2016-02-05Explictly fail when memtable doesn't support concurrent insertsdong
2016-02-05Add option to run fillseq with WAL enabled in addition to WAL disabledGunnar Kudrjavets
2016-02-04Add --allow_concurrent_memtable_write in stress test and run it in crash_testsdong
2016-02-03Skip some of the non-critical tests in ./tools/run_flash_bench.shGunnar Kudrjavets
2016-01-25ldb to support --column_family optionsdong
2016-01-19Crash test to make kill decision for every kill pointsdong
2016-01-13tools/sst_dump_tool_imp.h not to depend on "util/testutil.h"sdong
2016-01-06Make ldb automagically determine the file type and use the correct dumping fu...Gunnar Kudrjavets
2016-01-04Enhance db_bench write rate limitMark Callaghan
2015-12-23Merge pull request #846 from yuslepukhin/enble_c4244_lossofdataSiying Dong
2015-12-23Skip bottom-level filter block caching when hit-optimizedAndrew Kryczka
2015-12-11Enable MS compiler warning c4244.Dmitri Smirnov
2015-12-11fix typos in commentscharsyam
2015-12-08Fix up VS 15 build.yuslepukhin
2015-11-19Reduce moving memory in LDB::ScanCommandIslam AbdelRahman
2015-11-17"ldb compact" should force bottommost level compactionsdong
2015-10-29Fix compilation problem on Windows.Dmitri Smirnov
2015-10-28Fix RocksDB lite build for write_stressIgor Canadi
2015-10-28Write stress testIgor Canadi
2015-10-27crash_test to trigger some less frequent crash point more frequentlysdong
2015-10-26Merge pull request #746 from ceph/wip-recycleSiying Dong
2015-10-20fix bug in db_crashtest.pyShusen Liu
2015-10-19T7916298, bug fixShusen Liu
2015-10-19#7916298: merge tools/db_crashtest2.py into tools/db_crashtest.pyShusen Liu
2015-10-18log_reader: pass log_number and optional info_log to ctorSage Weil
2015-10-16crash_test to trigger fail points other than file appending more frequentlysdong
2015-10-15crash_test to run with data sync onsdong
2015-10-15Allow users to disable some kill points in db_stresssdong
2015-10-15Block tests under ROCKSDB_LITEIslam AbdelRahman
2015-10-14Move ldb and sst_dump from utils to tools.Venkatesh Radhakrishnan
2015-10-05Update dump_tool and undump_tool to accept OptionsIslam AbdelRahman
2015-09-28Fixed a tsan warning in db_stress.ccYueh-Hsuan Chiang
2015-09-17Support for SingleDelete()Andres Noetzli
2015-09-15Fix `integer overflow in expression' errorDmitry Marakasov
2015-09-08Tests for ManifestDumpCommand and ListColumnFamiliesCommandAmit Arya
2015-08-28Add ZSTD (not final format) compression typesdong
2015-08-22Fix benchmark report scriptMark Callaghan
2015-08-21Changed 'num_subcompactions' to the more accurate 'max_subcompactions'Ari Ekmekji
2015-08-20Improve defaults for benchmarksMark Callaghan
2015-08-18[Parallel L0-L1 Compaction Prep]: Giving Subcompactions Their Own StateAri Ekmekji
2015-08-11Removing duplicate code in db_bench/db_stress, fixing typosAndres Notzli
2015-08-04crash_test cleans up directory before testing if TEST_TMPDIR is setsdong
2015-08-04First half of whitebox_crash_test to keep crashing the same DBsdong
2015-08-04crash_test to put DB under TEST_TMPDIRsdong