Commit Graph

4384 Commits (7cb1293b607f26a90d75d5332f082fbfd0a4ae56)
 

Author SHA1 Message Date
Dmitri Smirnov 7cb1293b60 Fix log names when scheduling runs and reruns 9 years ago
sdong 51fce92e11 "ldb compact" should force bottommost level compaction 9 years ago
Siying Dong f831641204 Merge pull request #837 from yuslepukhin/rerun_concurrency_value 9 years ago
Islam AbdelRahman 4159ab8169 Merge pull request #839 from SherlockNoMad/memtableOption 9 years ago
sdong 6170fec251 Fix build broken by previous commit of "option helper refactor" 9 years ago
Siying Dong 3a6643c2fd Merge pull request #805 from SherlockNoMad/OptionHelperFix 9 years ago
sdong 189b3e03df Fix uninitilizeded SpecialEnv::time_elapse_only_sleep_ 9 years ago
sdong d5540e18e6 DBTest.MergeTestTime to only use fake time to be determinstic 9 years ago
SherlockNoMad bd7be035e0 Support Memtable Factory Parse in option_helper.cc 9 years ago
Dmitri Smirnov 94e39e2364 Exclude DBTest.FileCreationRandomFailure as a long running test 9 years ago
Yueh-Hsuan Chiang 4189c0f9aa Fix Java Makefile 9 years ago
Islam AbdelRahman 605a24d94e Block forward_iterator_bench under MAC and Windows 9 years ago
Dmitri Smirnov 2a0510c9f4 Failed tests must be rerun with concurrency 1 9 years ago
Venkatesh Radhakrishnan 9b8c9be0b5 Fix forward_iterator allocation of vector. 9 years ago
sdong 5cbb7e43e0 DBTest.MergeTestTime: relax counter upper bound verification 9 years ago
Islam AbdelRahman 52e04b3d02 Merge pull request #833 from yuslepukhin/fix_win_build_after_lint 9 years ago
Dmitri Smirnov 314f62194a Remove headers from the cc since they are in the module's header. 9 years ago
Dmitri Smirnov 472c74006f Add necessary headers after cpplint rearranged includes 9 years ago
sdong 9bc9c93bd4 Move to version 4.3 9 years ago
Reid Horuff 3381e2c3e7 Handle multiple calls to DBImpl::PauseBackgroundWork() and DBImpl::ContinueBackgroundWork() 9 years ago
Siying Dong 65a042921f Merge pull request #831 from yuslepukhin/remove_forward_iter_bench_win 9 years ago
Islam AbdelRahman ca5566d209 Fix clang build 9 years ago
Igor Canadi 4175472ad6 Merge pull request #832 from yuslepukhin/fix_forward_iter_outofbounds 9 years ago
Dmitri Smirnov cb9459f85c Fix empty vector write in ForwardIterator 9 years ago
Islam AbdelRahman a163cc2d5a Lint everything 9 years ago
Dmitri Smirnov 8f01f25414 Remove forward_iter_bench from Win build. 9 years ago
sdong dac5b248b1 UniversalCompactionPicker::PickCompaction(): avoid to form compactions if there is no file 9 years ago
Venkatesh Radhakrishnan d06b63e99f Fix Rocksdb lite build failure in forward_iterator_bench 9 years ago
Venkatesh Radhakrishnan 7824444bfc Reuse file iterators in tailing iterator when memtable is flushed 10 years ago
Venkatesh Radhakrishnan 2ae4d7d708 Make sure that CompactFiles does not run two parallel Level 0 compactions 10 years ago
Yueh-Hsuan Chiang d781da8164 Add CheckOptionsCompatibility() API to options_util 10 years ago
Siying Dong 2391b459b8 Merge pull request #824 from yuslepukhin/try_ci_tests_on_daily 10 years ago
yuslepukhin 2ab3e2df2c Fix a build break so tests can run 10 years ago
yuslepukhin 247c49a40f Merge branch 'master' into try_ci_tests_on_daily 10 years ago
yuslepukhin 935d1495c5 Run tests imporvements 10 years ago
Yueh-Hsuan Chiang 5ac16300b0 Fixed valgrind error in options_util_test 10 years ago
Nathan Bronson 6ce42dd075 Don't merge WriteBatch-es if WAL is disabled 10 years ago
Yueh-Hsuan Chiang 56245ddcf5 Fixed DBCompactionTest.SkipStatsUpdateTest 10 years ago
Yueh-Hsuan Chiang e11f676e34 Add OptionsUtil::LoadOptionsFromFile() API 10 years ago
Yueh-Hsuan Chiang e78389b554 Fixed build failure of RocksDBLite test on options_file_test.cc 10 years ago
Yueh-Hsuan Chiang e114f0abb8 Enable RocksDB to persist Options file. 10 years ago
Siying Dong 7ed2c3e45b Merge pull request #823 from yuslepukhin/fix_off_t_type 10 years ago
Dmitri Smirnov 7f59e33b19 Make CI build debug/optimized 10 years ago
Dmitri Smirnov ae2dfe404b Try running db_test during integration build 10 years ago
Dmitri Smirnov 720af2269a Merge branch 'fix_off_t_type' of https://github.com/yuslepukhin/rocksdb into fix_off_t_type 10 years ago
Dmitri Smirnov 5270b33bd3 Make use of portable `uint64_t` type to make possible file access 10 years ago
Nathan Bronson 631863c63b track WriteBatch contents 10 years ago
Nathan Bronson 505accda38 remove constexpr from util/random.h for MSVC compat 10 years ago
Dmitri Smirnov 5421c9728b Make use of portable `uint64_t` type to make possible file access 10 years ago
Nathan Bronson b81b430987 Switch to thread-local random for skiplist 10 years ago