Commit Graph

280 Commits (4c9aa30a62d004ad0addb83dba062941783fc201)

Author SHA1 Message Date
Yanqin Jin e60cc0925c Expose db stress tests (#5937) 5 years ago
Yanqin Jin bc8b05cb77 Revert "Enable partitioned index/filter in stress tests (#5895)" (#5904) 5 years ago
anand76 80ad996b35 Make the db_stress reopen loop in OperateDb() more robust (#5893) 5 years ago
Maysam Yabandeh 2f4e288143 Enable partitioned index/filter in stress tests (#5895) 5 years ago
anand76 cca87d7722 Fix reopen voting logic in db_stress to prevent hangs (#5876) 5 years ago
sdong 503a756e42 Fix clang analyze warning in db_stress (#5870) 5 years ago
sdong 69c4ccb970 Fix three more db_stress bugs (#5867) 5 years ago
sdong 5cd8aaf75f db_stress: fix run time error when prefix_size = -1 (#5862) 5 years ago
sdong 679a45d0cb crash_test to do some verification for prefix extractor and iterator bounds. (#5846) 5 years ago
sdong e8263dbdaa Apply formatter to recent 200+ commits. (#5830) 5 years ago
sdong c06b54d0c6 Apply formatter on recent 45 commits. (#5827) 5 years ago
Maysam Yabandeh 6ec6a4a9a4 Remove snap_refresh_nanos option (#5826) 5 years ago
Andrew Kryczka dd2a35f13f Support partitioned index and filters in stress/crash tests (#4020) 5 years ago
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) 5 years ago
Andrew Kryczka 2263f86901 exercise WAL recycling in crash test (#5070) 5 years ago
Zhongyi Xie ed995c6a69 add whole key bloom filter support in memtables (#4985) 5 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