summaryrefslogtreecommitdiff
path: root/spec/frontend/reports/mock_data/resolved_failures.json
blob: 49de6aa840bc2a678f837618196163db09ab4ca7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
  "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": []
    }
  ]
}