Commit Graph

383 Commits (e1a09a7703d8f4240665a27b65d62b28e49c2331)

Author SHA1 Message Date
Alexey Maykov e1a09a7703 Implementation for GetPropertiesOfTablesInRange 9 years ago
Islam AbdelRahman 952ad994a9 Fix db_test under ROCKSDB_LITE 9 years ago
Venkatesh Radhakrishnan 63e507c59c Move ldb and sst_dump from utils to tools. 9 years ago
Venkatesh Radhakrishnan e587dbe03a Move manual_compaction_test.cc from util to db 9 years ago
dmittendorf 1ddd91cd2c Fixed packaging of java crossbuild jar by forcing all compiled binaries to be output to the java/target directory. The uber crossbuild jar is then assembled within the java/target directory. 9 years ago
James Lent 9e819d0963 Modify the way java static builds are done so that: 9 years ago
Venkatesh Radhakrishnan f1fdf5205b Clean up dependency: Move db_test_util.* to db directory 9 years ago
James Lent 4a7970d751 Modify the way java static builds are done so that: 9 years ago
James Lent 5a7222782a Ensure that the compression libraries are statically linked into dynamic libraries included 9 years ago
Igor Canadi 831101b5fa Make it harder for users to run debug builds in production 9 years ago
Igor Canadi f925208ffc Create Makefile target unity_test 9 years ago
Evan Shaw 7a23e4d8ca New amalgamation target 9 years ago
krad 628216fc1f Simplifying valgrind testing 9 years ago
Assaf Sela 4805fa0eae Remove ldb HexToString method's usage of sscanf 9 years ago
Andres Noetzli 014fd55adc Support for SingleDelete() 9 years ago
Yueh-Hsuan Chiang 2e8e7eb391 Fix the verbosity issue in Java makefile 9 years ago
Yueh-Hsuan Chiang aad0572f83 Fixed the build issue of rocksdbjavastaticrelease 9 years ago
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