mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-03-12 20:01:08 +00:00
Swift results were considered for older versions of triggers instead of waiting for results for the actual package/version that triggered a new test. This broke due to two reasons: * When evaluating the test results we need to check whether we have a result for the tested package/version that got triggered by the current excuse, not just for any older excuse. * AutoPackageTest.fetch_swift_results() re-downloaded all results for a package due to a wrong "marker" value: The marker needs to be the complete object path, not just the timestamp suffix. This caused old test results to be considered as "newer than the given marker".