Commit Graph

8631 Commits (83957dc510132044263dea7e77206bf83da90cb6)
 

Author SHA1 Message Date
Maysam Yabandeh 83957dc510 Exclude MergeInProgress status from errors in stress tests (#6257) 5 years ago
Maysam Yabandeh 7c98d71567 Print before AddErrors in stress tests (#6256) 5 years ago
Maysam Yabandeh 48a678b7c9 Prevent an incompatible combination of options (#6254) 5 years ago
Peter Dillinger 83108d23e8 Re-enable level_compaction_dynamic_level_bytes in crash test (#6251) 5 years ago
kim.sanghyun faebc336da Fixed spelling in function comments (#6248) 5 years ago
Peter Dillinger 95d226d8f5 Fix a clang analyzer report, and 'analyze' make rule (#6244) 5 years ago
Peter Dillinger 37fd2b9694 Revert "Generate variable length keys in db_stress (#6165)" and follow-ups (#6243) 5 years ago
Peter Dillinger 5f559897cf Disable occasionally failing assertion in TestPrefixScan (#6238) 5 years ago
Peter Dillinger 22fea0ba79 Fix unused variable in release build 5 years ago
anand76 d4da412864 Add Transaction::MultiGet to db_stress (#6227) 5 years ago
sdong e0f9d11a05 db_stress should not keep manifest files under checkpoint directory (#6233) 5 years ago
sdong 9d36c066c6 db_stress: listners to implement all functions (#6197) 5 years ago
sdong 79cc8dc29b db_stress: cover approximate size (#6213) 5 years ago
anand76 3160edfdc7 Generate variable length keys in db_stress (#6165) 5 years ago
sdong 338c149b92 crash_test to cover bottommost compression and some other changes (#6215) 5 years ago
sdong e55c2b3f0b db_stress: improvements in TestIterator (#6166) 5 years ago
Adam Retter e697da0b18 RocksDB#keyMayExist should not assume database values are unicode strings (#6186) 5 years ago
Adam Retter 4d3264e4ab Cleanup deprecation warnings and javadoc (#6218) 5 years ago
Zhichao Cao f89dea4fec db_stress: Added the verification for GetLiveFiles, GetSortedWalFiles and GetCurrentWalFile (#6224) 5 years ago
Yanqin Jin c4fd9cf461 Remove an unnecessary check before running db_stress (#6231) 5 years ago
Levi Tamasi 1ebaa762e6 Log garbage_collection_cutoff alongside the other BlobDB options 5 years ago
Levi Tamasi 786c3d45ed Support BlobDB in db_stress (#6230) 5 years ago
Yanqin Jin 670a916d01 Add more verification to db_stress (#6173) 5 years ago
Levi Tamasi 7a7ca8eb5b BlobDB: only compare CF IDs when checking whether an API call is for the default CF (#6226) 5 years ago
Peter Dillinger 1ba92b8582 Only search specific directories in Python check (#6225) 5 years ago
sdong f295b099f6 BlockBasedTable::ApproximateSize() should use total order seek (#6222) 5 years ago
Peter Dillinger 873331fe49 Refactor pulling out parts of StressTest::OperateDb (#6195) 5 years ago
Maysam Yabandeh 77d5ba7887 Revert "Add kHashSearch to stress tests (#6210)" (#6220) 5 years ago
Peter Dillinger 9ff569bdfc Temporarily disable level_compaction_dynamic_level_bytes in crash test (#6217) 5 years ago
Peter Dillinger 5b18729d7d Syntax check python files on testing (#6209) 5 years ago
Maysam Yabandeh 54f9092b0c Add kHashSearch to stress tests (#6210) 5 years ago
Levi Tamasi 130e710056 Add BlobDB GC cutoff parameter to db_bench (#6211) 5 years ago
sdong ef91894798 Fix potential overflow in CalculateSSTWriteHint() (#6212) 5 years ago
Peter Dillinger 7da8c067a2 Avoid heading tags in javadocs; fix EnvironmentTest (#6208) 5 years ago
Jermy Li f453bcb40d Add unit tests for concurrent CF iteration and drop (#6180) 5 years ago
sdong 02193ce406 Prevent file prefetch when mmap is enabled. (#6206) 5 years ago
Peter Dillinger dfb259e48d Fix syntax error (!) in db_crashtest.py (#6207) 5 years ago
Zhichao Cao c399704c7a Fix: remove the potential dead store variable in block_based_table_reader.cc (#6204) 5 years ago
anand76 2afea29762 Add VerifyChecksum() to db_stress (#6203) 5 years ago
Mike Kolupaev ce63eda6f0 Fix use-after-free and double-deleting files in BackgroundCallPurge() (#6193) 5 years ago
Levi Tamasi cbd58af9c3 Update HISTORY.md with recent BlobDB related changes 5 years ago
sdong 9f250dd88e crash_test: two fixes (#6200) 5 years ago
Adam Retter 2d16709487 Small tidy and speed up of the travis build (#6181) 5 years ago
解轶伦 39fcaf8246 delete superversions in BackgroundCallPurge (#6146) 5 years ago
Levi Tamasi 02aa22957a Set CompactionIterator::valid_ to false when PrepareBlobOutput indicates error 5 years ago
anand1976 1be48cb895 Fix crash in Transaction::MultiGet() when num_keys > 32 5 years ago
Yanqin Jin 7678cf2df7 Use Env::LoadEnv to create custom Env objects (#6196) 5 years ago
Maysam Yabandeh 68d5d82d1f Wait for CancelAllBackgroundWork before Close in db stress (#6191) 5 years ago
Zhichao Cao cddd637997 Merge adjacent file block reads in RocksDB MultiGet() and Add uncompressed block to cache (#6089) 5 years ago
sdong bcc372c0c3 Add some new options to crash_test (#6176) 5 years ago