Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sqlite: Error: adding DB config row: UNIQUE constraint failed: DBConfig.ID #17858

Closed
edsantiago opened this issue Mar 20, 2023 · 3 comments
Closed
Labels
flakes Flakes from Continuous Integration locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments. sqlite Bugs pertaining to the sqlite database backend

Comments

@edsantiago
Copy link
Member

As discussed in #17831. Here's a typical example:

  podman container restart running container
  ..
  $ podman [options] ps -q
  Error: adding DB config row: UNIQUE constraint failed: DBConfig.ID

From a quick glance at logs, it looks like it only happens in podman ps, and all the failing tests seem to be related to restart.

This is an incomplete list, because this is one of those flakes that sometimes succeed on e2e retry.

All the failures below are rootless, but I'm not going to add the rootless label yet because it makes no sense to me that this could be a rootless-only bug.

@edsantiago edsantiago added flakes Flakes from Continuous Integration sqlite Bugs pertaining to the sqlite database backend labels Mar 20, 2023
@edsantiago
Copy link
Member Author

heads-up, I've taken the liberty of creating a sqlite label

@edsantiago
Copy link
Member Author

I think this was fixed in #17902, @mheon @vrothberg could you confirm and close if so?

@vrothberg
Copy link
Member

Yes, I think so, too.

@github-actions github-actions bot added the locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments. label Aug 29, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 29, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
flakes Flakes from Continuous Integration locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments. sqlite Bugs pertaining to the sqlite database backend
Projects
None yet
Development

No branches or pull requests

2 participants