Skip to content

Fix Debian package flaky specs

Radamanthus Batnag requested to merge radbatnag-fix-flaky-debian-specs into master

What does this MR do and why?

We have specs that are failing because the spec has assumptions on the order of the files returned by incoming_package.package_files.

This MR fixes the specs by searching for the package files by filename, instead of assuming the source files is the first file, the dsc file is the second file, etc.

This addressees this broken master incident and when this is merged, we can remove the specs quarantined here

We can also close these quarantine issues:

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

No UI changes, only specs were changed 🌈

How to set up and validate locally

No behavior changes, only specs were changed 🌈

Edited by Radamanthus Batnag

Merge request reports