Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In setup, write a containers.conf.d file with db_backend as specified in .cirrus.yml. This is actually much scarier and more achy-breaky than merely "sqlite system tests": it enables sqlite in e2e tests. ("But wait, we already do that!" -- no, not really. sqlite in e2e is being done via --db-backend option, and some podman commands in e2e do not use the standard options. See #17904. This is unlikely to get merged any time soon (March, maybe even April) because sqlite is still too fragile; this will trigger more flakes than are currently acceptable. Also, the nasty auto-update flake seems to trigger much more reliably with sqlite. We need that one fixed. Signed-off-by: Ed Santiago <[email protected]>
- Loading branch information