Skip to content

Commit cd19917

Browse files
Merge pull request #946 from Green-Software-Foundation/update-manifests
Update output manifests
2 parents 2e6981a + 3f439ea commit cd19917

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

manifests/outputs/bugs/aggregation-error-wrong-metric.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,7 @@ execution:
132132
- winston@3.11.0
133133
- zod@3.22.4
134134
error: >-
135-
MissingAggregationParamError: Aggregation metric dummy-param is not found in
136-
inputs[0].
135+
MissingInputDataError: `functional-unit` value is missing from input data or it is not a positive integer
137136
tree:
138137
children:
139138
child-1:

manifests/outputs/builtins/time-sync/success.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ initialize:
1111
end-time: "2023-12-12T00:01:00.000Z"
1212
interval: 5
1313
allow-padding: true
14+
parameter-metadata:
15+
outputs:
16+
energy-cpu:
17+
unit: KWH
18+
description: energy
19+
aggregation-method: sum
1420
execution:
1521
command: >-
1622
/Users/mariamkhalatova/.npm/_npx/1bf7c3c15bf47d04/node_modules/.bin/ts-node

manifests/outputs/features/failure-invalid-regroup.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@ execution:
4848
- winston@3.11.0
4949
- zod@3.23.8
5050
error: >-
51-
InputValidationError: "groups" parameter is expected array, received string.
52-
Error code: invalid_type.
51+
InputValidationError: "regroup" parameter is not an array or should contain at least one key. Error code: invalid_type.
5352
tree:
5453
children:
5554
my-app:

0 commit comments

Comments
 (0)