Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(109)

Side by Side Diff: appengine/findit/waterfall/test/data/m_b_124_abc_test.json

Issue 1149743002: [Findit] Use step level analysis to exclude flaky test failures. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Fix name style nit. Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 {
2 "timestamp": "2015-05-20 02:54:17.691218",
3 "gtest_results": {
4 "disabled_tests": [],
5 "global_tags": [],
6 "all_tests": [
7 "Unittest1.Subtest1",
8 "Unittest1.Subtest2",
9 "Unittest2.Subtest1",
10 "Unittest2.Subtest2"
11 ],
12 "per_iteration_data": [
13 {
14 "Unittest1.Subtest1": [
15 {
16 "elapsed_time_ms": 1,
17 "losless_snippet": true,
18 "output_snippet": "[ OK ]",
19 "status": "SUCCESS",
20 "output_snippet_base64": "WyBSVU4gICAgICBdIExheWVyQW5pbW F0aW9"
21 }
22 ],
23 "Unittest1.Subtest2": [
24 {
25 "elapsed_time_ms": 66,
26 "losless_snippet": true,
27 "output_snippet": "a/b/u1s2.cc:1234: Failure",
28 "status": "FAILURE",
29 "output_snippet_base64": "WyBSVU4gICAgICBdIExheWVyQW5pbW F0aW9"
30 },
31 {
32 "elapsed_time_ms": 64,
33 "losless_snippet": true,
34 "output_snippet": "a/b/u1s2.cc:1234: Failure",
35 "status": "FAILURE",
36 "output_snippet_base64": "WyBSVU4gICAgICBdIExheWVyQW5pbW F0aW9"
37 },
38 {
39 "elapsed_time_ms": 50,
40 "losless_snippet": true,
41 "output_snippet": "[ OK ]",
42 "status": "SUCCESS",
43 "output_snippet_base64": "WyBSVU4gICAgICBdIExheWVyQW5pbW F0aW9"
44 }
45 ],
46 "Unittest2.Subtest1": [
47 {
48 "elapsed_time_ms": 56,
49 "losless_snippet": true,
50 "output_snippet": "a/b/u2s1.cc:567: Failure\\n[2]: 25947 35000 bogo-microseconds\\n",
51 "status": "FAILURE",
52 "output_snippet_base64": "WyBSVU4gICAgICBdIExheWVyQW5pbW F0aW9"
53 },
54 {
55 "elapsed_time_ms": 58,
56 "losless_snippet": true,
57 "output_snippet": "[ OK ]",
58 "status": "SUCCESS",
59 "output_snippet_base64": "WyBSVU4gICAgICBdIExheWVyQW5pbW F0aW9"
60 }
61 ],
62 "Unittest2.Subtest2": [
63 {
64 "elapsed_time_ms": 1,
65 "losless_snippet": true,
66 "output_snippet": "[ OK ]",
67 "status": "SUCCESS",
68 "output_snippet_base64": "WyBSVU4gICAgICBdIExheWVyQW5pbW F0aW9"
69 }
70 ]
71 }
72 ]
73 },
74 "version": 1,
75 "build_properties": {
76 "parent_wk_revision": null,
77 "parent_got_v8_revision": null,
78 "parent_got_swarming_client_revision": null,
79 "parent_build_archive_url": null,
80 "git_revision": null,
81 "recipe": null,
82 "parent_revision": null,
83 "parent_slavename": null,
84 "project": null,
85 "parent_scheduler": null,
86 "parentname": null,
87 "parent_buildnumber": null,
88 "slavename": null,
89 "blamelist": [],
90 "branch": null,
91 "patchset": null,
92 "issue": null,
93 "revision": null,
94 "workdir": null,
95 "repository": null,
96 "buildername": null,
97 "parent_try_job_key": null,
98 "mastername": null,
99 "parent_got_webkit_revision": null,
100 "parent_builddir": null,
101 "parent_branch": null,
102 "scheduler": null,
103 "requester": null,
104 "parent_cr_revision": null,
105 "rietveld": null,
106 "parent_got_nacl_revision": null,
107 "parent_buildername": null,
108 "parent_got_revision": null,
109 "buildnumber": null,
110 "requestedAt": null,
111 "patch_url": null,
112 "parent_git_number": null,
113 "parentslavename": null
114 },
115 "test_exe": "unittests"
116 }
OLDNEW
« no previous file with comments | « appengine/findit/waterfall/test/data/m_b_123_abc_test.json ('k') | appengine/findit/waterfall/test/data/m_b_125_abc_test.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698