Commit Graph

18 Commits (95ffc5d2bca40347a6216b74299424d7c56d52f2)

Author SHA1 Message Date
sdong d286b5df90 DBIter to out extra keys with higher sequence numbers when changing direction from forward to backward 10 years ago
sdong c852968465 db_iter_test: add more test cases for the data race bug 10 years ago
sdong 4637207120 Add test case to repro the mispositional iterator in a low-chance data race case 10 years ago
Andres Noetzli d7314ba759 Fixing endless loop if seeking to end of key with seq num 0 10 years ago
sdong 8e01bd1144 Fix misplaced position for reversing iterator direction while current key is a merge 10 years ago
Yueh-Hsuan Chiang 685582a0b4 Revert two diffs related to DBIter::FindPrevUserKey() 10 years ago
Tomislav Novak ec70fea4c4 Fix a comparison in DBIter::FindPrevUserKey() 10 years ago
Poornima Chozhiyath Raman 4fb09c6871 Updating SeekToLast with upper bound 10 years ago
Igor Sugak 9405b5ef8f rocksdb: Remove #include "util/string_util.h" from util/testharness.h 10 years ago
Igor Sugak b4b69e4f77 rocksdb: switch to gtest 10 years ago
sdong 9898f63988 Divide test DBIteratorTest.DBIterator to smaller tests 10 years ago
Yueh-Hsuan Chiang 13de000f07 Add rocksdb::ToString() to address cases where std::to_string is not available. 10 years ago
Igor Canadi 767777c2bd Turn on -Wshorten-64-to-32 and fix all the errors 10 years ago
Igor Canadi 9f20395cd6 Turn -Wshadow back on 10 years ago
Igor Canadi 9f7fc3ac45 Turn on -Wshadow 10 years ago
Lei Jin 048560a642 reduce references to cfd->options() in DBImpl 10 years ago
Chilledheart 54f4e2f188 Fix clang compiler warnings 11 years ago
Stanislau Hlebik 1c9f190ae3 Fix db_test 11 years ago