RFR: 1519: MailmanListReader misses new month on the 1st
Magnus Ihse Bursie
ihse at openjdk.org
Mon Aug 1 21:42:03 UTC 2022
On Mon, 1 Aug 2022 21:32:25 GMT, Erik Joelsson <erikj at openjdk.org> wrote:
> After expanding the tests for MailmanListReader in [SKARA-1513](https://bugs.openjdk.org/browse/SKARA-1513), I've discovered that some tests started failing on the 1st of the month. These failures actually uncovered a real problem, where the current logic would not start querying a new month archive until the 2nd of the new month. This is basically an off by one error in the loop condition where we generate the list of months to iterate over.
Marked as reviewed by ihse (Reviewer).
-------------
PR: https://git.openjdk.org/skara/pull/1345
More information about the skara-dev
mailing list