runbot/forwardport/tests
Xavier Morel 473f89f87d [CHG] *: persistent batches
This probably has latent bugs, and is only the start of the road to v2
(#789): PR batches are now created up-front (alongside the PR), with
PRs attached and detached as needed, hopefully such that things are
not broken (tests pass but...), this required a fair number of
ajustments to code not taking batches into account, or creating
batches on the fly.

`PullRequests.blocked` has also been updated to rely on the batch to
get its batch-mates, such that it can now be a stored field with the
right dependencies.

The next step is to better leverage this change:

- move cross-PR state up to the batch (e.g. skipchecks, priority, ...)
- add fw info to the batch, perform forward-ports batchwise in order
  to avoid redundant batch-selection work, and allow altering batches
  during fw (e.g. adding or removing PRs)
- use batches to select stagings
- maybe expose staging history of a batch?
2024-05-23 07:58:58 +02:00
..
conftest.py [IMP] *: store filestore & forwardport checkouts in temp dirs 2022-08-05 15:35:51 +02:00
test_batches.py [CHG] runbot_merge, forwardport: remove labelling 2020-11-20 07:41:54 +01:00
test_conflicts.py [CHG] *: rewrite commands set, rework status management 2024-05-23 07:58:46 +02:00
test_limit.py [CHG] *: persistent batches 2024-05-23 07:58:58 +02:00
test_overrides.py [CHG] *: rewrite commands set, rework status management 2024-05-23 07:58:46 +02:00
test_simple.py [CHG] *: rewrite commands set, rework status management 2024-05-23 07:58:46 +02:00
test_updates.py [CHG] *: rewrite commands set, rework status management 2024-05-23 07:58:46 +02:00
test_weird.py [CHG] *: persistent batches 2024-05-23 07:58:58 +02:00