Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit329aa45

Browse files
authored
fix: fix TestWorkspaceAutobuild/DormantNoAutostart flake (#10963)
1 parent0a16bda commit329aa45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎enterprise/coderd/workspaces_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -697,7 +697,7 @@ func TestWorkspaceAutobuild(t *testing.T) {
697697
cwr.AutostartSchedule=ptr.Ref(sched.String())
698698
})
699699
coderdtest.AwaitWorkspaceBuildJobCompleted(t,client,ws.LatestBuild.ID)
700-
coderdtest.MustTransitionWorkspace(t,client,ws.ID,database.WorkspaceTransitionStart,database.WorkspaceTransitionStop)
700+
ws=coderdtest.MustTransitionWorkspace(t,client,ws.ID,database.WorkspaceTransitionStart,database.WorkspaceTransitionStop)
701701

702702
// Assert that autostart works when the workspace isn't dormant..
703703
tickCh<-sched.Next(ws.LatestBuild.CreatedAt)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp