8000 fix: fix for prebuilds claiming and deletion by evgeniy-scherbina · Pull Request #17624 · coder/coder · GitHub
[go: up one dir, main page]

Skip to content

fix: fix for prebuilds claiming and deletion #17624

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

Merged
merged 8 commits into from
May 1, 2025
Prev Previous commit
Next Next commit
test: add small comment
  • Loading branch information
evgeniy-scherbina committed Apr 30, 2025
commit 77708ed78305d085b26559345682d942e01020e9
1 change: 1 addition & 0 deletions enterprise/coderd/prebuilds/reconcile_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -901,6 +901,7 @@ func setupTestDBTemplateVersion(
ID: templateID,
ActiveVersionID: templateVersion.ID,
}))
// Make sure immutable params don't break prebuilt workspace deletion logic
dbgen.TemplateVersionParameter(t, db, database.TemplateVersionParameter{
TemplateVersionID: templateVersion.ID,
Name: "test",
Expand Down
Loading
0