Aggregate contract metrics when no contract or host filter is provided #4432
Annotations
3 errors
Test
1/70 tests failed
|
Test:
stores/metrics.go#L396
2023-12-08T10:15:23Z ERROR stores/metrics.go:396 no such column: timestamp {"elapsed": "0.068ms", "sql": "\n\t\tSELECT * FROM contracts\n\t\tINNER JOIN (\n\t\t\tSELECT fcid, MIN(timestamp) as timestamp, (timestamp - 1) / 1 * 1 AS Period\n\t\t\tFROM contracts\n\t\t\tGROUP BY Period, fcid) i\n\t\tON contracts.fcid = i.fcid AND contracts.timestamp = i.timestamp\n\t"}
|
Test:
stores/metrics_test.go#L426
metrics_test.go:426: failed to fetch contract metrics: failed to fetch aggregate metrics: no such column: timestamp
|
The logs for this run have expired and are no longer available.
Loading