Commit Graph

5411 Commits (3edb9461b744793b5bc518941df11aad3a1c9945)
 

Author SHA1 Message Date
omegaga c3a4bea5dc Fix flaky test `ObsoleteFiles` 8 years ago
omegaga 8234faabfd Fix failed test 8 years ago
Islam AbdelRahman 4990c0d1a5 Remove deprecated LEVELDB_PLATFORM_POSIX 8 years ago
omegaga 7323e4c8ab Fix clang on macOS 8 years ago
Yi Wu ee027fc19f Ignore write stall triggers when auto-compaction is disabled 8 years ago
Dmitri Smirnov e4609a749b Fix Windows build issues (#1253) 8 years ago
omegaga 2306167d30 Fix clang build failure and refactor unit test 8 years ago
Aaron Gao 343304e1d3 Use StopWatch to do statistic job in db_impl_add_file.cc 8 years ago
Jay Edgar cdc4eb6892 Add a GetComparator() function to the ColumnFamilyHandle base class so that the user's comparator can be retrieved. 8 years ago
krad 712dd27e67 Build break fixes 8 years ago
Islam AbdelRahman 0155c73dee Fix parallel tests `make check -j` 8 years ago
krad c49ea68c55 Fix to enable running CI jobs locally 8 years ago
krad 726c2f7e5b Build break fix 8 years ago
omegaga d51dc96a79 Experiments on column-aware encodings 8 years ago
krad c116b47804 Persistent Read Cache (part 6) Block Cache Tier Implementation 8 years ago
omegaga 64046e581c Write a benchmark to emulate time series data 8 years ago
Adam Retter 9ae92f50b2 More granular steps in the Makefile, can help with running all or single Java tests (and with ASAN build - https://github.com/facebook/rocksdb/wiki/JNI-Debugging) (#1237) 8 years ago
Islam AbdelRahman 7c01d65344 [Fix Java] Remove duplicate cases in LoggerJniCallback::Logv 8 years ago
Adam Retter 8796934af7 Added missing Java ReadOptions settings (#1109) 8 years ago
Islam AbdelRahman 5e2c796589 Make DBTest.CompressionStatsTest more deterministic 8 years ago
Islam AbdelRahman 557748ff7b Fix db_stress failure (pass merge_operator even if not used) 8 years ago
Adam Retter 811ee21112 Bugfix to ensure that logging can be achieved from threads that are not known to the JVM (#1106) 8 years ago
Andrew Kryczka afad5bd1c5 Simplify thread-local static initialization 8 years ago
Gunnar Kudrjavets 6920cde893 Remove an extra apostrophe 8 years ago
Aaron Gao e72ea485ed add InDomain regression test 8 years ago
Gunnar Kudrjavets 9c8ac144bd Avoid duplicate task creation for RocksDB contruns 8 years ago
sdong d4c45428af db_stress shouldn't assert file size 0 if file creation fails 8 years ago
Anirban Rahut d3bfd33972 Testing out parallel sandcastle changes 8 years ago
sdong 7efd9c25c4 Increse timeout in some tests 8 years ago
Alexander Jipa 50b8d29b9c fixes 1230: Error:string sub-command REGEX, mode REPLACE needs at least 6 arguments total to command (#1231) 8 years ago
woonhak.kang 5c858ddd20 fix errata in libnuma test (#1244) 8 years ago
sdong e5b5f12b81 Change options memtable_prefix_bloom_huge_page_tlb_size => memtable_huge_page_size and cover huge page to memtable too 8 years ago
sdong 0ce258f9b3 Compaction picker to expand output level files for keys cross files' boundary too. 8 years ago
Alexander Jipa ac0d93b08f fixes 1217: rocksdbjni javac and javah execute_processes fail on windows (#1218) 8 years ago
Islam AbdelRahman 1ae46094de Appveyor badge to show master branch 8 years ago
Islam AbdelRahman 8745f013ff [Fix java build] Stop using non standard std::make_unique 8 years ago
Wanning Jiang e12270dfee fix previous typo 8 years ago
Andrew Kryczka bbd6a5a184 ldb restore subcommand 8 years ago
Andrew Kryczka 9498069fc9 Run error-filtering script on diff-triggered tests 8 years ago
Islam AbdelRahman f8061a237e Fix Statistics TickersNameMap miss match with Tickers enum 8 years ago
Islam AbdelRahman 16e225f70d Fix MergeContext::copied_operands_ strings moving 8 years ago
krad a4955b39ac Run sandcastle tests in /dev/shm 8 years ago
Yi Wu ae0ad719de Fix flaky DBSSTTEST::DeleteObsoleteFilesPendingOutputs 8 years ago
zhang-tong b2a8016df1 Update db_bench_tool.cc (#1239) 8 years ago
Yi Wu c6654588bd Disable two dynamic options tests under lite build 8 years ago
sdong 2a6d0cde72 Ignore stale logs while restarting DBs 8 years ago
Alexander Jipa ee8bf2e41f fixes 1228: rockdbjni loadLibraryFromJarToTemp fails when file is already present (#1232) 8 years ago
sdong f85df120f2 Re-enable tsan crash white-box test with reduced killing odds 8 years ago
Islam AbdelRahman 89e4c48820 Update README.md to include appveyor badge 8 years ago
Peter (Stig) Edwards b06ca5f860 ldb load, prefer ifsteam(/dev/stdin) to std::cin (#1207) 8 years ago