Commit Graph

161 Commits (e653af716497f1284fedc7d0afecb118b4e812e3)

Author SHA1 Message Date
sdong 1cf4731dbb column_family_test: fix a data race related to sleeping task (#7150) 4 years ago
mrambacher c7c7b07f06 More Makefile Cleanup (#7097) 4 years ago
Jay Zhuang 00de699096 Replace reinterpret_cast with static_cast_with_check (#7067) 4 years ago
sdong afa3518839 Revert "Update googletest from 1.8.1 to 1.10.0 (#6808)" (#6923) 4 years ago
Adam Retter 8d87e9cea1 Update googletest from 1.8.1 to 1.10.0 (#6808) 4 years ago
mrambacher 4cbc19d2a1 Add a ConfigOptions for use in comparing objects and converting to/from strings (#6389) 4 years ago
Michael R. Crusoe 051696bf98 fix some spelling typos (#6464) 4 years ago
sdong fdf882ded2 Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433) 4 years ago
Jermy Li f453bcb40d Add unit tests for concurrent CF iteration and drop (#6180) 5 years ago
Yanqin Jin 7678cf2df7 Use Env::LoadEnv to create custom Env objects (#6196) 5 years ago
Zhongyi Xie 2f41ecfe75 Refactor trimming logic for immutable memtables (#5022) 5 years ago
Zhongyi Xie de3fb9a6ff exclude TEST_ENV_URI from rocksdb lite (#5686) 5 years ago
Yanqin Jin 5d9a67e718 Support loading custom objects in unit tests (#5676) 5 years ago
Vijay Nadimpalli cae22c53fb Make format 5 years ago
Vijay Nadimpalli 49c5a12dbe Organizing rocksdb/db directory 5 years ago
Siying Dong 8843129ece Move some memory related files from util/ to memory/ (#5382) 5 years ago
Siying Dong e9e0101ca4 Move test related files under util/ to test_util/ (#5377) 5 years ago
Michael Liu ca89ac2ba9 Apply modernize-use-override (2nd iteration) 5 years ago
Siying Dong cf3a671733 Remove cuckoo hash memtable (#4953) 5 years ago
Faustin Lammler 7d65bd5ce4 Fix spelling errors (#4827) 6 years ago
Sagar Vemuri dc3528077a Update all unique/shared_ptr instances to be qualified with namespace std (#4638) 6 years ago
Zhongyi Xie 283a700f5d add locking around calls to RecalculateWriteStallConditions in column_family_test (#4474) 6 years ago
Maysam Yabandeh 8581a93a6b Per-thread unique test db names (#4135) 6 years ago
Maysam Yabandeh d0c38c0c8c Extend some tests to format_version=3 (#3942) 6 years ago
Yanqin Jin cf826de3ed Fix compilation error when OPT="-DROCKSDB_LITE". 6 years ago
Yanqin Jin aa53579d6c Fix segfault caused by object premature destruction 6 years ago
Yanqin Jin 263ef52b65 Update ColumnFamilyTest for multi-CF verification 6 years ago
Zhongyi Xie 954b496b3f fix memory leak in two_level_iterator 6 years ago
David Lai 3be9b36453 comment unused parameters to turn on -Wunused-parameter flag 6 years ago
Phani Shekhar Mantripragada 446b32cfc3 Support for Column family specific paths. 6 years ago
Siying Dong 93d52696bf Memory Problem Of Destorying ColumnFamilyHandle after deleting the CF 6 years ago
Andrew Kryczka 5d68243e61 Comment out unused variables 6 years ago
Igor Sugak aba3409740 Back out "[codemod] - comment out unused parameters" 6 years ago
David Lai f4a030ce81 - comment out unused parameters 6 years ago
Andrew Kryczka 266d85fbec fix DBTest.AutomaticConflictsWithManualCompaction 7 years ago
Nikhil Benesch c0208dffbe arena: derive alignment unit from std::max_align_t 7 years ago
Sagar Vemuri 72502cf227 Revert "comment out unused parameters" 7 years ago
Victor Gao 1d7048c598 comment out unused parameters 7 years ago
Yi Wu 00464a3140 Fix column_family_test with LITE build 7 years ago
Siying Dong 3c327ac2d0 Change RocksDB License 7 years ago
Maysam Yabandeh 499ebb3ab5 Optimize for serial commits in 2PC 7 years ago
Siying Dong 6837a17621 Fix Data Race Between CreateColumnFamily() and GetAggregatedIntProperty() 7 years ago
Andrew Kryczka a99fb9928f fix column_family_test asan 7 years ago
Andrew Kryczka bb01c1880c Introduce max_background_jobs mutable option 7 years ago
Siying Dong 217b866f47 column_family_test: EnvCounter::num_new_writable_file_ to be atomic 7 years ago
Yi Wu 3907c94ffb Fix ColumnFamilyTest:BulkAddDrop 7 years ago
Yi Wu 2cd00773c7 Add bulk create/drop column family API 7 years ago
Siying Dong d2dce5611a Move some files under util/ to separate dirs 7 years ago
Andrew Kryczka d659faad54 Level-based L0->L0 compaction 7 years ago
Siying Dong 67d7623794 Expose the stalling information through DB::GetProperty() 7 years ago