pkglist: Canonicalize "no packages" to "no database found"#3183
pkglist: Canonicalize "no packages" to "no database found"#3183cgwalters wants to merge 1 commit into
Conversation
|
Skipping CI for Draft Pull Request. |
|
Only compile tested locally so
|
It can happen that we successfully query zero packages. For example, when rpm-ostree on RHEL8 (assuming bdb database) is trying to parse an ostree commit generated from fedora (sqlite rpmdb), librpm will just give us nothing. Eventually perhaps we may need to fall back to actually running the target commit as a container just to get this data for cases like that. Specifically, I hit this doing `rpm-ostree rebase --experimental ostree-unverified-image:registry:quay.io/cgwalters/fcos-derivation-example` on RHCOS8.
042c3db to
9369c6a
Compare
|
/test all |
|
@cgwalters: PR needs rebase. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
@cgwalters: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
It can happen that we successfully query zero packages. For example,
when rpm-ostree on RHEL8 (assuming bdb database) is trying to parse an
ostree commit generated from fedora (sqlite rpmdb), librpm will just give us
nothing. Eventually perhaps we may need to fall back to actually running
the target commit as a container just to get this data for cases like that.
Specifically, I hit this doing
rpm-ostree rebase --experimental ostree-unverified-image:registry:quay.io/cgwalters/fcos-derivation-exampleon RHCOS8.