mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2024-11-10 08:57:25 +01:00
Add test result files
This commit is contained in:
parent
23802abc10
commit
b878b31de5
6
internal/importer/testdata/fritzError-golden.json
vendored
Normal file
6
internal/importer/testdata/fritzError-golden.json
vendored
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"jobId": 398764,
|
||||||
|
"cluster": "fritz",
|
||||||
|
"startTime": 1675954353,
|
||||||
|
"duration": 3400
|
||||||
|
}
|
6
internal/importer/testdata/fritzMinimal-golden.json
vendored
Normal file
6
internal/importer/testdata/fritzMinimal-golden.json
vendored
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"jobId": 398764,
|
||||||
|
"cluster": "fritz",
|
||||||
|
"startTime": 1675954353,
|
||||||
|
"duration": 3400
|
||||||
|
}
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"jobId": 398764,
|
"jobId": 398764,
|
||||||
"cluster": "fritz",
|
"cluster": "fritz",
|
||||||
"startTime": 1675954353
|
"startTime": 1675954353,
|
||||||
"duration": 3400
|
"duration": 3400
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user