Commit Graph

267 Commits (1d6a10f52db468888eee8b3cca5ed1e50a27b92f)

Author SHA1 Message Date
sdong 1d6a10f52d Extend stress test to cover periodic compaction and compaction TTL (#5741) 5 years ago
Zhongyi Xie 2f41ecfe75 Refactor trimming logic for immutable memtables (#5022) 5 years ago
sdong d8a27d9331 Atomic Flush Crash Test also covers the case that WAL is enabled. (#5729) 5 years ago
Yanqin Jin a78503bd6c Temporarily disable snapshot list refresh for atomic flush stress test (#5581) 5 years ago
Yanqin Jin f786b4a5b4 Improve result print on atomic flush stress test failure (#5549) 5 years ago
sdong 872a261ffc db_stress to print some internal keys after verification failure (#5543) 5 years ago
Yanqin Jin c360675750 Add secondary instance to stress test (#5479) 5 years ago
Yanqin Jin 1bfeffab2d Stop printing after verification fails (#5493) 5 years ago
Zhongyi Xie d68f9f4580 simplify include directive involving inttypes (#5402) 5 years ago
Siying Dong 000b9ec217 Move some logging related files to logging/ (#5387) 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
anand76 bd44ec2006 Fix reopen voting logic in db_stress when using MultiGet (#5374) 5 years ago
Siying Dong e9e0101ca4 Move test related files under util/ to test_util/ (#5377) 5 years ago
Silver Chan 2095ae8858 fixed db_stress.cc build error (#5307) 5 years ago
anand76 6492430eaf Fix a bug in db_stress and an incorrect assertion in FilePickerMultiGet (#5301) 5 years ago
Zhongyi Xie 5d27d65bef multiget: fix memory issues due to vector auto resizing (#5279) 5 years ago
Zhongyi Xie 3e994809a1 fix implicit conversion error reported by clang check (#5277) 5 years ago
anand76 434ccf2df4 Add option to use MultiGet in db_stress (#5264) 5 years ago
Andrew Kryczka b02d0c238d Init compression dict handle before reading meta-blocks (#5267) 5 years ago
Yanqin Jin d77476ef55 Fix db_stress for custom env (#5122) 6 years ago
Andrew Kryczka 2263f86901 exercise WAL recycling in crash test (#5070) 6 years ago
Zhongyi Xie ed995c6a69 add whole key bloom filter support in memtables (#4985) 6 years ago
Yanqin Jin ffc9f84649 Free memory after use 6 years ago
Yanqin Jin e686caffec Remove unnecessary assersion in AtomicFlushStressTest::TestCheckpoint (#4846) 6 years ago
Yanqin Jin 565b5bdc42 Add support for read-only db chkpt stress (#4690) 6 years ago
Andrew Kryczka ace543a815 fix accounting for range tombstones in TableProperties (#4841) 6 years ago
Andrew Kryczka 8d2b74d287 Refine db_stress params for atomic flush (#4781) 6 years ago
Yanqin Jin de65103553 Improve result report of scan (#4648) 6 years ago
Sagar Vemuri dc3528077a Update all unique/shared_ptr instances to be qualified with namespace std (#4638) 6 years ago
Andrew Kryczka 8ba17f382e Verify restore from backup in db_stress (#4655) 6 years ago
Yanqin Jin 50895e5f0d Update manual flush stress test (#4608) 6 years ago
Yanqin Jin 7fb39f1ae1 Fix a warning against implicit type conversion (#4593) 6 years ago
Yanqin Jin 5b4c709fad Enable atomic flush (#4023) 6 years ago
Maysam Yabandeh a0ebec3804 Extend crash test with index_block_restart_interval (#4383) 6 years ago
Andrew Kryczka 8c25204633 Support manual flush in stress/crash tests (#4368) 6 years ago
Maysam Yabandeh 3f5282268f Skip concurrency control during recovery of pessimistic txn (#4346) 6 years ago
Andrew Kryczka 1a88c43751 Reduce empty SST creation/deletion in compaction (#4336) 6 years ago
Shrikanth Shankar 4848bd0c4e Drop unnecessary deletion markers during compaction (issue - 3842) (#4289) 6 years ago
Andrew Kryczka e7bb8e9b92 Fix clang build of db_stress (#4312) 6 years ago
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