Commit Graph

277 Commits (2f4e288143f1c0c9f5a9e829d1b20ce62aca4224)

Author SHA1 Message Date
Andrew Kryczka ee234e83e3 Invoke OnTableFileCreated for empty SSTs (#4307) 6 years ago
Yanqin Jin bb5dcea98e Add path to WritableFileWriter. (#4039) 6 years ago
Anand Ananthabhotla bf07e90cf2 Fix db_stress assertion failures on 0 byte SSTs (#4273) 6 years ago
Yanqin Jin 1b1d264342 Remove an assersion about file size (#4268) 6 years ago
Dmitri Smirnov ab22cf349e Implement Env::NumFileLinks (#4221) 6 years ago
Andrew Kryczka 6175b4b294 Support dictionary compression in stress/crash tests (#4234) 6 years ago
Yanqin Jin 8abafb1feb Generalize parameters generation. (#4046) 6 years ago
Yanqin Jin 54de56844d Remove random writes from SST file ingestion (#4172) 6 years ago
DorianZheng f5e46354d2 Protect external file when ingesting (#4099) 6 years ago
Siying Dong 4b0a43574a db_stress to cover upper bound in iterators (#4162) 6 years ago
Yanqin Jin 2729dd72ad Reclaim memory allocated to backup_engine. 6 years ago
Yi Wu c726f7fda8 Fix dangling checkpoint pointer in db_stress (#4042) 6 years ago
Andrew Kryczka 0a5b16c7c5 Cleanup staging directory at start of checkpoint (#4035) 6 years ago
Yanqin Jin 397495964b Fix a warning (treated as error) caused by type mismatch. 6 years ago
Andrew Kryczka 14cee194d6 Support file ingestion in stress test (#4018) 6 years ago
Andrew Kryczka 7f3a634e06 Support pipelined write in stress/crash tests 6 years ago
Andrew Kryczka 8585059ae0 Support backup and checkpoint in db_stress (#4005) 6 years ago
Andrew Kryczka 7497f992e0 Run manual compaction in stress/crash tests (#3936) 6 years ago
Andrew Kryczka dd216dd76a Choose unique keys faster in db_stress (#3990) 6 years ago
Yanqin Jin 3470c75852 Fix build errors. 6 years ago
Yanqin Jin 0a0860a5fb Refactoring db_stress.cc (#3902) 6 years ago
Zhongyi Xie f1592a06c2 run make format for PR 3838 (#3954) 6 years ago
Maysam Yabandeh d0c38c0c8c Extend some tests to format_version=3 (#3942) 6 years ago
Andrew Kryczka 88c3ee2d31 Configure direct I/O statically in db_stress 6 years ago
Dmitri Smirnov 3db8504cde Catchup with posix features 6 years ago
Andrew Kryczka fcb31016e9 Avoid single-deleting merge operands in db_stress 6 years ago
Yanqin Jin a0c7b4d526 Set the default value of max_manifest_file_size. 6 years ago
Sagar Vemuri ebb823f746 Fix db_stress build on mac 6 years ago
Andrew Kryczka 4c5a3232e4 Fix db_stress memory leak ASAN error 6 years ago
Dmitri Smirnov acb61b7a52 Adjust pread/pwrite to return Status 6 years ago
Andrew Kryczka 46152d53bf Second attempt at db_stress crash-recovery verification 6 years ago
Andrew Kryczka 6afe22db2e revert db_stress crash-recovery verification 6 years ago
Andrew Kryczka db36f222d8 Allow options file in db_stress and db_crashtest 6 years ago
Andrew Kryczka a4fb1f8c04 Add crash-recovery correctness check to db_stress 6 years ago
Zhongyi Xie 8a9c7f71c9 fix compilation error: implicit conversion loses integer precision 7 years ago
Maysam Yabandeh 6d06be22c0 Improve db_stress with transactions 7 years ago
Zhongyi Xie af95aecd01 use delete[] to dealloc an array 7 years ago
Zhongyi Xie 954b496b3f fix memory leak in two_level_iterator 7 years ago
Amy Tai 28087acd79 Implemented Knuth shuffle to construct permutation for selecting no_o… 7 years ago
David Lai 3be9b36453 comment unused parameters to turn on -Wunused-parameter flag 7 years ago
Phani Shekhar Mantripragada 446b32cfc3 Support for Column family specific paths. 7 years ago
Bruce Mitchener a3a3f5497c Fix some typos in comments and docs. 7 years ago
Maysam Yabandeh d060421c77 Fix a leak in prepared_section_completed_ 7 years ago
Chinmay Kamat 9fc72d6f16 Compilation fixes for powerpc build, -Wparentheses-equality error and missing header guards 7 years ago
Tamir Duberstein cd5092e168 Suppress unused warnings 7 years ago
Maysam Yabandeh 95583e1532 db_stress: skip snapshot check if cf is dropped 7 years ago
Maysam Yabandeh cd2e5cae7f WritePrepared Txn: make db_stress transactional 7 years ago
Andrew Kryczka 63f1c0a57d fix gflags namespace 7 years ago
Andrew Kryczka 4d43c6a6a4 db_stress snapshot compatibility with reopens 7 years ago
Andrew Kryczka d75793d6b4 db_stress support long-held snapshots 7 years ago