Integrated: 1519: MailmanListReader misses new month on the 1st
Erik Joelsson
erikj at openjdk.org
Mon Aug 1 22:16:31 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.
This pull request has now been integrated.
Changeset: 0f737485
Author: Erik Joelsson <erikj at openjdk.org>
URL: https://git.openjdk.org/skara/commit/0f737485aea2da1740db62547e8e17a8f7b64c80
Stats: 2 lines in 1 file changed: 1 ins; 0 del; 1 mod
1519: MailmanListReader misses new month on the 1st
Reviewed-by: ihse
-------------
PR: https://git.openjdk.org/skara/pull/1345
More information about the skara-dev
mailing list