Welcome to mirror list, hosted at ThFree Co, Russian Federation.

recent_failures_report.json « mock_data « reports « frontend « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bc86d788ee2918d5a0db9846bae502c1e239c6df (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
{
  "summary": { "total": 11, "resolved": 0, "errored": 0, "failed": 3, "recentlyFailed": 2 },
  "suites": [
    {
      "name": "rspec:pg",
      "summary": { "total": 8, "resolved": 0, "errored": 0, "failed": 2, "recentlyFailed": 1 },
      "new_failures": [
        {
          "result": "failure",
          "name": "Test#sum when a is 1 and b is 2 returns summary",
          "execution_time": 0.009411,
          "system_output": "Failure/Error: is_expected.to eq(3)\n\n  expected: 3\n       got: -1\n\n  (compared using ==)\n./spec/test_spec.rb:12:in `block (4 levels) in <top (required)>'",
          "recent_failures": {
            "count": 8,
            "base_branch": "master"
          }
        },
        {
          "result": "failure",
          "name": "Test#sum when a is 100 and b is 200 returns summary",
          "execution_time": 0.000162,
          "system_output": "Failure/Error: is_expected.to eq(300)\n\n  expected: 300\n       got: -100\n\n  (compared using ==)\n./spec/test_spec.rb:21:in `block (4 levels) in <top (required)>'"
        }
      ],
      "resolved_failures": [],
      "existing_failures": [],
      "new_errors": [],
      "resolved_errors": [],
      "existing_errors": []
    },
    {
      "name": "java ant",
      "summary": { "total": 3, "resolved": 0, "errored": 0, "failed": 1, "recentlyFailed": 1 },
      "new_failures": [
        {
          "result": "failure",
          "name": "Test#sum when a is 100 and b is 200 returns summary",
          "execution_time": 0.000562,
          "recent_failures": {
            "count": 3,
            "base_branch": "master"
          }
        }
      ],
      "resolved_failures": [],
      "existing_failures": [],
      "new_errors": [],
      "resolved_errors": [],
      "existing_errors": []
    }
  ]
}