summaryrefslogtreecommitdiff
path: root/spec/frontend/ci/reports/mock_data/new_failures_with_null_files_report.json
diff options
context:
space:
mode:
Diffstat (limited to 'spec/frontend/ci/reports/mock_data/new_failures_with_null_files_report.json')
-rw-r--r--spec/frontend/ci/reports/mock_data/new_failures_with_null_files_report.json55
1 files changed, 55 insertions, 0 deletions
diff --git a/spec/frontend/ci/reports/mock_data/new_failures_with_null_files_report.json b/spec/frontend/ci/reports/mock_data/new_failures_with_null_files_report.json
new file mode 100644
index 00000000000..00a35a3d0a7
--- /dev/null
+++ b/spec/frontend/ci/reports/mock_data/new_failures_with_null_files_report.json
@@ -0,0 +1,55 @@
+{
+ "summary": {
+ "total": 11,
+ "resolved": 0,
+ "errored": 0,
+ "failed": 2
+ },
+ "suites": [
+ {
+ "name": "rspec:pg",
+ "summary": {
+ "total": 8,
+ "resolved": 0,
+ "errored": 0,
+ "failed": 2
+ },
+ "new_failures": [
+ {
+ "result": "failure",
+ "name": "Test#sum when a is 1 and b is 2 returns summary",
+ "file": null,
+ "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)>'"
+ },
+ {
+ "result": "failure",
+ "name": "Test#sum when a is 100 and b is 200 returns summary",
+ "file": null,
+ "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": 0
+ },
+ "new_failures": [],
+ "resolved_failures": [],
+ "existing_failures": [],
+ "new_errors": [],
+ "resolved_errors": [],
+ "existing_errors": []
+ }
+ ]
+} \ No newline at end of file