We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7951290 commit fb5604bCopy full SHA for fb5604b
syz-cluster/pkg/db/stats_repo.go
@@ -67,7 +67,7 @@ func (repo *StatsRepository) SessionStatusPerWeek(ctx context.Context) (
67
SQL: `WITH SessionTestAggregates AS (
68
SELECT
69
SessionID,
70
- COUNTIF(Result = 'failed') > 0 AS HasFailedSteps,
+ COUNTIF(Result = 'error') > 0 AS HasFailedSteps,
71
COUNTIF(Result = 'skipped') > 0 AS HasSkippedSteps
72
FROM SessionTests
73
GROUP BY SessionID
0 commit comments