We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent1faf470 commitf805f37Copy full SHA for f805f37
coderd/database/querier_test.go
@@ -6993,11 +6993,11 @@ func TestTasksWithStatusView(t *testing.T) {
6993
description:"Running job with ready agent and disabled app health checking should be active",
6994
},
6995
{
6996
-name:"RunningJobReadyAgentMultipleHealthyApps",
+name:"RunningJobReadyAgentHealthyTaskAppUnhealthyOtherAppIsOK",
6997
buildStatus:database.ProvisionerJobStatusRunning,
6998
buildTransition:database.WorkspaceTransitionStart,
6999
agentState:database.WorkspaceAgentLifecycleStateReady,
7000
-appHealths: []database.WorkspaceAppHealth{database.WorkspaceAppHealthHealthy,database.WorkspaceAppHealthHealthy},
+appHealths: []database.WorkspaceAppHealth{database.WorkspaceAppHealthHealthy,database.WorkspaceAppHealthUnhealthy},
7001
expectedStatus:database.TaskStatusActive,
7002
description:"Running job with ready agent and multiple healthy apps should be active",
7003