rpm-ostree/tests/compose
Colin Walters 456a3ec7c2 compose: Add rpmdb option, default to bdb
The design of https://fedoraproject.org/wiki/Changes/Sqlite_Rpmdb
is problematic for us for multiple reasons.  The first big reason
is that rpm-ostree is designed for "cross" builds and e.g. today
we use a Fedora-derived container to build RHEL CoreOS images.

However the default database lives inside the `rpm` package which
means that if we e.g. upgrade the coreos-assembler container to F33
it will suddenly try to use sqlite for RHCOS which is obviously broken.

Related to this, rebases from f32 to f33 w/layered packages
are broken: https://bugzilla.redhat.com/show_bug.cgi?id=1876194#c3

With this we can configure things to continue to use bdb for f33
for ostree-based systems, so that by enforcing an upgrade order
f32 → f33 [bdb] → f34 [sqlite] ... the intermediate f33 w/bdb
still understands sqlite and hence rebases will work.
2020-09-11 10:06:28 -04:00
..
libbasic-test.sh compose: Add rpmdb option, default to bdb 2020-09-11 10:06:28 -04:00
libcomposetest.sh compose: Add --ex-lockfile-strict 2020-04-17 15:48:40 -04:00
runtest.sh tests/compose: Target FCOS 31, move off of PAPR 2020-01-08 16:42:54 +01:00
test-basic-unified.sh importer: Use /run instead of /var/run 2020-02-03 07:50:10 -08:00
test-basic.sh core: Mark all repos as "modular hotfixes" 2020-01-09 15:31:02 +01:00
test-boot-location-modules.sh tests/compose: Target FCOS 31, move off of PAPR 2020-01-08 16:42:54 +01:00
test-boot-location-new.sh tests/compose: Target FCOS 31, move off of PAPR 2020-01-08 16:42:54 +01:00
test-excludes.sh treefile: Add exclude-packages 2020-02-05 21:02:06 +01:00
test-install-langs.sh tests/compose: Target FCOS 31, move off of PAPR 2020-01-08 16:42:54 +01:00
test-installroot.sh tests/compose: Target FCOS 31, move off of PAPR 2020-01-08 16:42:54 +01:00
test-lockfile.sh manifest: Add lockfile-repos field 2020-04-19 09:17:17 -04:00
test-machineid-compat.sh tests/compose: Target FCOS 31, move off of PAPR 2020-01-08 16:42:54 +01:00
test-misc-tweaks.sh treefile: change remove-from-packages implementation 2020-08-05 21:07:20 +02:00
test-mutate-os-release.sh tests: Make more resistant to releasever changes 2020-06-02 19:37:43 +02:00
test-rojig-e2e.sh tests: Make more resistant to releasever changes 2020-06-02 19:37:43 +02:00
test-rojig-pure.sh tests: Make more resistant to releasever changes 2020-06-02 19:37:43 +02:00
test-write-commitid.sh tests/compose: Target FCOS 31, move off of PAPR 2020-01-08 16:42:54 +01:00