Description
To be precise, it is in Checkpoint::readJSON(),
if (pending) {
|
for (Array::iterator i(pending); i; ++i) {
|
C4SequenceNumber first = i->asInt();
|
C4SequenceNumber last = (++i)->asInt();
|
if (last >= first)
|
_completed.add(first, first + last);
|
}
|
} else
|
"if (last >= first)" shouldn't be removed. This test is not in Helium
Attachments
Issue Links
- relates to
-
CBL-4178 20% Sprint 100
- Closed