We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
TestMultipleLifecycleExecutors
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
Spotted on nightly-gauntlet, macOS + Postgres: https://github.com/coder/coder/actions/runs/13668233669
nightly-gauntlet
t.go:109: 2025-03-05 04:06:51.133 [erro] coderd.autobuild: failed to transition workspace workspace_id=28def2c4-c0f2-4443-89e2-a39723c41474 workspace_name=elated-pike1-pBI ... error= transition workspace: github.com/coder/coder/v2/coderd/autobuild.(*Executor).runOnce.func2.1 /Users/runner/work/coder/coder/coderd/autobuild/lifecycle_executor.go:367 - execute transaction: github.com/coder/coder/v2/coderd/database.(*sqlQuerier).runTx /Users/runner/work/coder/coder/coderd/database/db.go:213 - build workspace with transition "start": github.com/coder/coder/v2/coderd/autobuild.(*Executor).runOnce.func2.1.1 /Users/runner/work/coder/coder/coderd/autobuild/lifecycle_executor.go:277 - build tx: github.com/coder/coder/v2/coderd/wsbuilder.(*Builder).Build /Users/runner/work/coder/coder/coderd/wsbuilder/wsbuilder.go:240 - execute transaction: github.com/coder/coder/v2/coderd/database.(*sqlQuerier).runTx /Users/runner/work/coder/coder/coderd/database/db.go:193 - execute transaction: github.com/coder/coder/v2/coderd/database.(*sqlQuerier).runTx /Users/runner/work/coder/coder/coderd/database/db.go:193 - pq: duplicate key value violates unique constraint "workspace_builds_workspace_id_build_number_key"
Looks like this constraint can be reasonably tripped by concurrent builds?
The text was updated successfully, but these errors were encountered:
DanielleMaywood
No branches or pull requests
Spotted on
nightly-gauntlet
, macOS + Postgres:https://github.com/coder/coder/actions/runs/13668233669
Looks like this constraint can be reasonably tripped by concurrent builds?
The text was updated successfully, but these errors were encountered: