debian-mirror-gitlab/spec/frontend/reports/mock_data/resolved_failures.json
2020-05-24 23:13:21 +05:30

59 lines
1.6 KiB
JSON

{
"status": "success",
"summary": { "total": 11, "resolved": 4, "errored": 0, "failed": 0 },
"suites": [
{
"name": "rspec:pg",
"status": "success",
"summary": { "total": 8, "resolved": 4, "errored": 0, "failed": 0 },
"new_failures": [],
"resolved_failures": [
{
"status": "success",
"name": "Test#sum when a is 1 and b is 2 returns summary",
"execution_time": 0.000411,
"system_output": null,
"stack_trace": null
},
{
"status": "success",
"name": "Test#sum when a is 100 and b is 200 returns summary",
"execution_time": 7.6e-5,
"system_output": null,
"stack_trace": null
}
],
"existing_failures": [],
"new_errors": [],
"resolved_errors": [
{
"status": "success",
"name": "Test#sum when a is 4 and b is 4 returns summary",
"execution_time": 0.00342,
"system_output": null,
"stack_trace": null
},
{
"status": "success",
"name": "Test#sum when a is 40 and b is 400 returns summary",
"execution_time": 0.0000231,
"system_output": null,
"stack_trace": null
}
],
"existing_errors": []
},
{
"name": "java ant",
"status": "success",
"summary": { "total": 3, "resolved": 0, "errored": 0, "failed": 0 },
"new_failures": [],
"resolved_failures": [],
"existing_failures": [],
"new_errors": [],
"resolved_errors": [],
"existing_errors": []
}
]
}