Commit Graph

367 Commits (72a9b73c9e820e13583778e17424c189bd5cbc08)

Author SHA1 Message Date
maurice barnum 9f0dd22294 Add a 'tools' target. 9 years ago
agiardullo c2f2cb0214 Pessimistic Transactions 9 years ago
sdong fca88f8e16 valgrind_check to exit on test failures 9 years ago
sdong 7ccd1c80a7 Add two unit tests for SyncWAL() 9 years ago
sdong 8ecb51a7e9 "make commit-prereq" should clean up rocksjava properly 9 years ago
Islam AbdelRahman c45a57b41e Support delete rate limiting 9 years ago
sdong 1205bdbcee crash_test to cover simply cases 9 years ago
Yueh-Hsuan Chiang 26894303c1 Add CompactOnDeletionCollector in utilities/table_properties_collectors. 9 years ago
Andres Noetzli 6a82fba75f Add missing hashCode() implementation 9 years ago
Dave Cottlehuber eb8e3b4c7a Fix shared library names on OSX 9 years ago
Siying Dong 3dbf4ba220 RangeSync not to sync last 1MB of the file 9 years ago
Yueh-Hsuan Chiang 7219088cda Move general compaction tests from db_test.cc to db_compaction_test.cc 9 years ago
Yueh-Hsuan Chiang 0adecd9f4f Add db_inplace_update_test back to Makefile 9 years ago
Yueh-Hsuan Chiang 9f1de95187 Revert Makefile 9 years ago
Yueh-Hsuan Chiang 6867fb19c7 Revert "Add missing db_log_iter_test in the test list" 9 years ago
Yueh-Hsuan Chiang 7462286d33 Move in-place-update related tests from db_test.cc to db_inplace_update_test.cc 9 years ago
Yueh-Hsuan Chiang 03467bdd4d Add missing db_log_iter_test in the test list 9 years ago
Yueh-Hsuan Chiang 331954ab83 Fixed DBTestUniversalManualCompactionOutputPathId test 9 years ago
Igor Canadi 35ca59364c Don't let flushes preempt compactions 9 years ago
Andres Notzli 1d20fa9d0f Fixed and simplified merge_helper 9 years ago
lovro e1c99e10c1 Replace std::priority_queue in MergingIterator with custom heap, take 2 9 years ago
Igor Canadi 1bc8eb8777 make coverage should execute sequentially 9 years ago
Yueh-Hsuan Chiang 801df912af Move UniversalCompaction related db-tests to db_universal_compaction_test.cc 9 years ago
Yueh-Hsuan Chiang 3ca6b2541e Move TailingIterator tests from db_test.cc to db_test_tailing_iterator.cc 9 years ago
Yueh-Hsuan Chiang ce829c77e3 Make TransactionLogIterator related tests from db_test.cc to db_log_iter_test.cc 9 years ago
Yueh-Hsuan Chiang c3f98bb89b Move CompactionFilter tests in db_test.cc to db_compaction_filter_test.cc 9 years ago
Igor Canadi 1879d9370c Add ldb_test.py back to `make check` 9 years ago
Yueh-Hsuan Chiang b10cf4e2e0 Move DynamicLevel related db-tests to db_dynamic_level_test.cc 9 years ago
Yueh-Hsuan Chiang 625467a08a Move reusable part of db_test.cc to util/db_test_util.h 9 years ago
Yueh-Hsuan Chiang 0b1ffe2e1d Remove -Wl,--no-as-needed flag when making shared_lib in OSX and IOS 9 years ago
Michael Callahan 3bdec09cb7 Remove ldb_tests.py from make check until it is working again. 9 years ago
Michael Callahan 15325bf55b First version of rocksdb_dump and rocksdb_undump. 9 years ago
Venkatesh Radhakrishnan 04251e1e3a Add wal files to Checkpoint for multiple column families. 9 years ago
Yueh-Hsuan Chiang 71b438c4a6 Remove unused target --- compactor_test 9 years ago
Igor Canadi d03f110904 Link all libraries when building shared libraries 9 years ago
Yueh-Hsuan Chiang fe5c6321cb Allow EventListener::OnCompactionCompleted to return CompactionJobStats. 9 years ago
agiardullo dc9d70de65 Optimistic Transactions 9 years ago
Igor Canadi a3da590226 Decrease number of jobs in make release 9 years ago
Igor Canadi 309a9d0760 Run tests sequentally if J=1 9 years ago
DerekSchenk 3e08175418 Add LDFLAGS to Java static library 9 years ago
Igor Canadi 08b6b3796e FORCE_GIT_SHA 9 years ago
sdong 8c52788f0c Use version defined in Makefile in rocksdb_build_git_sha 9 years ago
Yueh-Hsuan Chiang 2fe24e4b5f Don't treat warnings as error when building rocksdbjavastatic 9 years ago
Igor Canadi beda81c538 rm -rf in make clean 9 years ago
Igor Canadi a2c4cc7562 Don't treat warnings as error when building release 9 years ago
Igor Canadi d85d08c7b3 One last fix to Makefile 10 years ago
Igor Canadi 2db96dca18 Fix make install when there is no shared lib 10 years ago
Igor Canadi 79c1b021a7 Fix Makefile 10 years ago
Venkatesh Radhakrishnan 0a0501c8d5 Add Xfunc to makefile 10 years ago
Igor Canadi abb4052278 Kill benchharness 10 years ago