mirror of
https://github.com/facebook/rocksdb.git
synced 2024-11-26 07:30:54 +00:00
Fix CompactionPickerTest.Level1Trigger2
Summary: CompactionPickerTest.Level1Trigger2 now depends on the STL implementation to be correct. Fix it. Test Plan: Run the test Reviewers: ljin, yhchiang, rven, igor Reviewed By: igor Subscribers: leveldb, dhruba Differential Revision: https://reviews.facebook.net/D27963
This commit is contained in:
parent
37e9b63701
commit
c5db7f2605
|
@ -127,7 +127,7 @@ TEST(CompactionPickerTest, Level1Trigger) {
|
|||
}
|
||||
|
||||
TEST(CompactionPickerTest, Level1Trigger2) {
|
||||
Add(1, 66U, "150", "200", 1000000000U);
|
||||
Add(1, 66U, "150", "200", 1000000001U);
|
||||
Add(1, 88U, "201", "300", 1000000000U);
|
||||
Add(2, 6U, "150", "179", 1000000000U);
|
||||
Add(2, 7U, "180", "220", 1000000000U);
|
||||
|
|
Loading…
Reference in a new issue