mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-04-24 09:31:15 +00:00
There are scenarios when britney requests a package test for a particular version but we actually get a result for a later version: * When britney runs the later version is not built yet and thus it is in excludes; but at the time when the test actually runs the package is built. * We don't support running tests for a given older (source) version yet, tests always get run from the latest unstable source even if that isn't built yet. Thus we need to consider results >= the requested version. However, we prefer a succesful result for the originally requested version so that we can continue to remove a broken version from unstable. This is already covered by TestAutoPkgTest.test_remove_from_unstable.