Commit Graph

5295 Commits (d1be59463696d64dcc20fee5129ca7bc23d54904)
 

Author SHA1 Message Date
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
sdong 4ea0ab3cc5 Revert "Remove bashism from `make check` (#1225)" 8 years ago
Alexander Jipa 12767b3130 fixes 1220: rocksjni build fails on Windows due to variable-size array declaration (#1223) 8 years ago
Andrew Kryczka a9d512a76b Update .gitignore for internal release 8 years ago
sdong d5a51d4de3 Need to make sure log file synced before flushing memtable of one column family 8 years ago
Yi Wu 89f319c2df Fix unit test which breaks lite build 8 years ago
sdong b50632920d Add unit test not on /dev/shm as part of the pre-commit tests 8 years ago
krad b9a97181aa Bump next release version 8 years ago
ryneli 663afef884 Add EnvLibrados - RocksDB Env of RADOS (#1222) 8 years ago
Yi Wu 32604e6601 Fix flush not being commit while writing manifest 8 years ago
John Alexander 9ab38c45ad Remove %z Format Specifier and Fix Windows Build of sim_cache.cc (#1224) 8 years ago
Volker Mische 08ab1d83ac Remove bashism from `make check` (#1225) 8 years ago
sdong f9b14be495 Re-enable TSAN crash test but only with black box crash test 8 years ago
sdong 68f3eb746c Run release build for CLANG and GCC 4.8.1 in pre-commit tests too 8 years ago
omegaga e70020e4f6 Only cache level 0 indexes and filter when opening table reader 8 years ago
krad 7bedd94406 Build break fix 8 years ago
Islam AbdelRahman 68a8e6b8fa Introduce FullMergeV2 (eliminate memcpy from merge operators) 8 years ago