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

Side by Side Diff: tools/auto_bisect/test_data/open.json

Issue 697713003: Aborting bisect early when the bug specified in the bisect config is closed. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removing type=str since it's the default and rebasing Created 6 years, 1 month 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
« no previous file with comments | « tools/auto_bisect/test_data/closed.json ('k') | tools/run-bisect-perf-regression.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 {
2 "version": "1.0",
3 "encoding": "UTF-8",
4 "feed": {
5 "xmlns": "http://www.w3.org/2005/Atom",
6 "xmlns$openSearch": "http://a9.com/-/spec/opensearch/1.1/",
7 "xmlns$gd": "http://schemas.google.com/g/2005",
8 "xmlns$issues": "http://schemas.google.com/projecthosting/issues/2009",
9 "id": {
10 "$t": "http://code.google.com/feeds/issues/p/chromium/issues/full"
11 },
12 "updated": {
13 "$t": "2014-10-31T23:44:18.640Z"
14 },
15 "title": {
16 "$t": "Issues - chromium"
17 },
18 "subtitle": {
19 "$t": "Issues - chromium"
20 },
21 "link": [
22 {
23 "rel": "alternate",
24 "type": "text/html",
25 "href": "http://code.google.com/p/chromium/issues/list"
26 },
27 {
28 "rel": "http://schemas.google.com/g/2005#feed",
29 "type": "application/atom+xml",
30 "href": "https://code.google.com/feeds/issues/p/chromium/issues/full"
31 },
32 {
33 "rel": "http://schemas.google.com/g/2005#post",
34 "type": "application/atom+xml",
35 "href": "https://code.google.com/feeds/issues/p/chromium/issues/full"
36 },
37 {
38 "rel": "self",
39 "type": "application/atom+xml",
40 "href": "https://code.google.com/feeds/issues/p/chromium/issues/full?alt=jso n&max-results=1&id=424688"
41 }
42 ],
43 "generator": {
44 "$t": "ProjectHosting",
45 "version": "1.0",
46 "uri": "http://code.google.com/feeds/issues"
47 },
48 "openSearch$totalResults": {
49 "$t": 1
50 },
51 "openSearch$startIndex": {
52 "$t": 1
53 },
54 "openSearch$itemsPerPage": {
55 "$t": 1
56 },
57 "entry": [
58 {
59 "gd$etag": "W/\"A08NQX47eCl7ImA9XRdXFkw.\"",
60 "id": {
61 "$t": "http://code.google.com/feeds/issues/p/chromium/issues/full/424688"
62 },
63 "published": {
64 "$t": "2014-10-17T18:50:15.000Z"
65 },
66 "updated": {
67 "$t": "2014-10-29T21:58:10.000Z"
68 },
69 "title": {
70 "$t": "Should Not Start Bisect on Closed Bugs."
71 },
72 "content": {
73 "$t": "I have noticed that in some cases bisect jobs are running for closed bugs:\r\nhttps://code.google.com/p/chromium/issues/detail?id=422661\r\nhttps:// code.google.com/p/chromium/issues/detail?id=422228\r\nhttps://code.google.com/p/ chromium/issues/detail?id=421488\r\n\r\nIt is possible that the bugs can be mark ed as closed when the corresponding bisect jobs are in the queue. So to avoid bi sects on such bugs, can we please add logic to bisect script to first check for bug state before running the bisect. This will save us from doing some unnecessa ry bisects.\r\n\r\n",
74 "type": "html"
75 },
76 "link": [
77 {
78 "rel": "replies",
79 "type": "application/atom+xml",
80 "href": "http://code.google.com/feeds/issues/p/chromium/issues/424688/comm ents/full"
81 },
82 {
83 "rel": "alternate",
84 "type": "text/html",
85 "href": "http://code.google.com/p/chromium/issues/detail?id=424688"
86 },
87 {
88 "rel": "self",
89 "type": "application/atom+xml",
90 "href": "https://code.google.com/feeds/issues/p/chromium/issues/full/42468 8"
91 }
92 ],
93 "author": [
94 {
95 "name": {
96 "$t": "anan...@chromium.org"
97 },
98 "uri": {
99 "$t": "/u/112777092906361529031/"
100 }
101 }
102 ],
103 "issues$cc": [
104 {
105 "issues$uri": {
106 "$t": "/u/116704265016059607269/"
107 },
108 "issues$username": {
109 "$t": "pras...@chromium.org"
110 }
111 },
112 {
113 "issues$uri": {
114 "$t": "/u/107012661329935444717/"
115 },
116 "issues$username": {
117 "$t": "qyears...@chromium.org"
118 }
119 },
120 {
121 "issues$uri": {
122 "$t": "/u/tonyg@chromium.org/"
123 },
124 "issues$username": {
125 "$t": "tonyg@chromium.org"
126 }
127 },
128 {
129 "issues$uri": {
130 "$t": "/u/114810703796781371055/"
131 },
132 "issues$username": {
133 "$t": "robert...@chromium.org"
134 }
135 }
136 ],
137 "issues$id": {
138 "$t": 424688
139 },
140 "issues$label": [
141 {
142 "$t": "Type-Feature"
143 },
144 {
145 "$t": "Pri-2"
146 },
147 {
148 "$t": "Cr-Tests-AutoBisect"
149 },
150 {
151 "$t": "OS-All"
152 }
153 ],
154 "issues$owner": {
155 "issues$uri": {
156 "$t": "/u/114810703796781371055/"
157 },
158 "issues$username": {
159 "$t": "robert...@chromium.org"
160 }
161 },
162 "issues$stars": {
163 "$t": 1
164 },
165 "issues$state": {
166 "$t": "open"
167 },
168 "issues$status": {
169 "$t": "Assigned"
170 }
171 }
172 ]
173 }
174 }
OLDNEW
« no previous file with comments | « tools/auto_bisect/test_data/closed.json ('k') | tools/run-bisect-perf-regression.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698