runbot/forwardport/tests
Xavier Morel db9e86f760 [IMP] forwardport: reliability of PR reminders
The exponential backoff offsets from the write_date of the children
PRs, however it doesn't reset, so the offsetting gets bumped up way
more than originally expected or designed if the child PRs are under
active development for some reason.

Fix this by adding a field to specifically record the date of merge of
a PR, and check that feature against the backoff offset. This should
provide more regular and reliable backoff.

Fixes #369
2020-05-26 15:56:36 +02:00
..
conftest.py [IMP] runbot_merge: split staging cron in two 2020-02-11 08:07:57 +01:00
test_batches.py [FIX] forwardport: co-dependent FPs where one PR is updated 2019-10-15 08:54:25 +02:00
test_limit.py [FIX] forwardport: fix forward-port Odoo wiki link 2020-03-10 08:00:07 +01:00
test_simple.py [IMP] forwardport: reliability of PR reminders 2020-05-26 15:56:36 +02:00
test_weird.py [ADD] forwardport: ability to skip CI when forward porting 2020-04-17 08:09:01 +02:00
utils.py [IMP] forwardport: on conflict note previous FP can be r+'d 2020-03-16 15:03:11 +01:00