Skip to content

client: some improvements to tests #1036

client: some improvements to tests

client: some improvements to tests #1036

Triggered via push December 23, 2024 17:36
Status Failure
Total duration 2m 59s
Artifacts

ci.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
data/results.cycles.test.ts > loads outlier cycles: client/insight/src/data/results.cycles.test.ts#L93
TypeError: outlierLoadCycles is not a function ❯ data/results.cycles.test.ts:93:24
data/results.cycles.test.ts > calculates recent cycles: client/insight/src/data/results.cycles.test.ts#L229
Error: Snapshot `calculates recent cycles > recent cycles 1` mismatched - Expected + Received @@ -17,11 +17,11 @@ "station": "L/U #1", }, { "endActive": 2018-03-05T09:52:00.000Z, "endOccupied": 2018-03-05T10:00:00.000Z, - "outlier": true, + "outlier": false, "parts": [ { "oper": "LOAD", "part": "part3-1", }, @@ -47,11 +47,11 @@ "station": "MC #1", }, { "endActive": 2018-03-05T07:48:00.000Z, "endOccupied": 2018-03-05T08:00:00.000Z, - "outlier": true, + "outlier": false, "parts": [ { "oper": "abcd", "part": "part1-1", }, ❯ data/results.cycles.test.ts:229:60
client
Process completed with exit code 1.
client
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636