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

Commitf805f37

Browse files
committed
fix multi app test
1 parent1faf470 commitf805f37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎coderd/database/querier_test.go‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6993,11 +6993,11 @@ func TestTasksWithStatusView(t *testing.T) {
69936993
description:"Running job with ready agent and disabled app health checking should be active",
69946994
},
69956995
{
6996-
name:"RunningJobReadyAgentMultipleHealthyApps",
6996+
name:"RunningJobReadyAgentHealthyTaskAppUnhealthyOtherAppIsOK",
69976997
buildStatus:database.ProvisionerJobStatusRunning,
69986998
buildTransition:database.WorkspaceTransitionStart,
69996999
agentState:database.WorkspaceAgentLifecycleStateReady,
7000-
appHealths: []database.WorkspaceAppHealth{database.WorkspaceAppHealthHealthy,database.WorkspaceAppHealthHealthy},
7000+
appHealths: []database.WorkspaceAppHealth{database.WorkspaceAppHealthHealthy,database.WorkspaceAppHealthUnhealthy},
70017001
expectedStatus:database.TaskStatusActive,
70027002
description:"Running job with ready agent and multiple healthy apps should be active",
70037003
},

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp