mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2025-07-23 21:01:40 +02:00
Add test result files
This commit is contained in:
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
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user