#3605 The SQL schema creates invalid combination of archive types
Closed: Fixed by tkopecek. Opened by obudai.

We are spinning up a small testing koji container in the Image Builder CI to verify our integration. The database is initialized using docs/schema.sql.

When we introduced a new vhd.xz image, we found an issue with the default schema: The types vhd-compressed and vhdx-compressed have the same extensions defined: vhd.gz and vhd.xz. If I am not mistaken, this is invalid, because if a vhd.xz image is imported, koji returns koji.GenericError: multiple matches for file extension: vhd.xz.

I wonder if changing the default schema to use vhdx.* extentions for the vhdx-compressed would solve this issue?


Metadata Update from @tkopecek:
- Custom field Size adjusted to None
- Issue set to the milestone: 1.32

Yes, it looks like a typo. Nor any specific information in the original commit.

PR #3614

Metadata Update from @jcupova:
- Issue tagged with: testing-ready

Metadata Update from @relias-redhat:
- Issue tagged with: testing-done

Commit cbee2ddb fixes this issue

Commit b9e8c031 relates to this ticket

This issue has been migrated to Fedora Forge:
https://forge.fedoraproject.org/koji/koji/issues/3605

Please continue any further discussion there.

Metadata
Related Pull Requests