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

Issue 245663003: Do not mark alternate-protocol broken unless the main job succeeds. (Closed)

Created:
6 years, 8 months ago by Ryan Hamilton
Modified:
6 years, 7 months ago
CC:
chromium-reviews, cbentzel+watch_chromium.org
Visibility:
Public.

Description

Do not mark alternate-protocol broken unless the main job succeeds. Currently, if both the main and alternate jobs fail, we mark alternate-protocol as broken. However, that's not really "fair" to the alternate-protocol. We should only mark it as broken in the alternate-protocol jobs fails and the main job succeeds. This is a bit tricky because the two jobs may complete in any order. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=271994

Patch Set 1 #

Patch Set 2 : wrap #

Patch Set 3 : Complete #

Total comments: 4

Patch Set 4 : fix comments #

Patch Set 5 : fix warning #

Unified diffs Side-by-side diffs Delta from patch set Stats (+102 lines, -5 lines) Patch
M net/http/http_server_properties.h View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M net/http/http_stream_factory_impl_job.h View 1 2 3 4 chunks +15 lines, -0 lines 0 comments Download
M net/http/http_stream_factory_impl_job.cc View 1 2 3 4 6 chunks +40 lines, -5 lines 0 comments Download
M net/http/http_stream_factory_impl_request.cc View 1 2 2 chunks +9 lines, -0 lines 0 comments Download
M net/quic/quic_network_transaction_unittest.cc View 1 2 3 4 1 chunk +34 lines, -0 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 30 (0 generated)
Ryan Hamilton
Hi Will, I think your the most familiar with the Alternate-Protocol code. Can you take ...
6 years, 8 months ago (2014-04-22 21:39:02 UTC) #1
willchan no longer on Chromium
Starting the review. Is there a bug report for this? I kinda feel like I ...
6 years, 8 months ago (2014-04-22 21:46:11 UTC) #2
Ryan Hamilton
On 2014/04/22 21:46:11, willchan wrote: > Starting the review. Is there a bug report for ...
6 years, 8 months ago (2014-04-22 21:53:36 UTC) #3
Ryan Hamilton
On 2014/04/22 21:46:11, willchan wrote: > Starting the review. Is there a bug report for ...
6 years, 8 months ago (2014-04-22 21:53:38 UTC) #4
Ryan Hamilton
https://codereview.chromium.org/245663003/diff/40001/net/http/http_stream_factory_impl_job.h File net/http/http_stream_factory_impl_job.h (right): https://codereview.chromium.org/245663003/diff/40001/net/http/http_stream_factory_impl_job.h#newcode99 net/http/http_stream_factory_impl_job.h:99: // Marks that the other job |job| has completed. ...
6 years, 8 months ago (2014-04-22 21:54:44 UTC) #5
Ryan Hamilton
https://codereview.chromium.org/245663003/diff/40001/net/http/http_stream_factory_impl_job.h File net/http/http_stream_factory_impl_job.h (right): https://codereview.chromium.org/245663003/diff/40001/net/http/http_stream_factory_impl_job.h#newcode99 net/http/http_stream_factory_impl_job.h:99: // Marks that the other job |job| has completed. ...
6 years, 8 months ago (2014-04-22 21:57:45 UTC) #6
willchan no longer on Chromium
Getting a headache trying to figure out which design I prefer :) https://codereview.chromium.org/245663003/diff/40001/net/http/http_stream_factory_impl_job.h File net/http/http_stream_factory_impl_job.h ...
6 years, 8 months ago (2014-04-22 22:23:54 UTC) #7
willchan no longer on Chromium
After thinking about it a bit more, I'm becoming convinced we need a "JobController" type ...
6 years, 8 months ago (2014-04-22 22:38:24 UTC) #8
Ryan Hamilton
On 2014/04/22 22:38:24, willchan wrote: > After thinking about it a bit more, I'm becoming ...
6 years, 8 months ago (2014-04-23 01:36:15 UTC) #9
Ryan Hamilton
On 2014/04/23 01:36:15, Ryan Hamilton wrote: > > Let me see how much work it ...
6 years, 7 months ago (2014-05-20 03:11:57 UTC) #10
willchan no longer on Chromium
That's fine by me. On Mon, May 19, 2014 at 8:11 PM, <rch@chromium.org> wrote: > ...
6 years, 7 months ago (2014-05-20 16:33:34 UTC) #11
Ryan Hamilton
On 2014/05/20 16:33:34, willchan wrote: > That's fine by me. Can you LGTM this, then? ...
6 years, 7 months ago (2014-05-20 17:12:19 UTC) #12
willchan no longer on Chromium
lgtm
6 years, 7 months ago (2014-05-20 17:14:55 UTC) #13
Ryan Hamilton
The CQ bit was checked by rch@chromium.org
6 years, 7 months ago (2014-05-20 17:38:09 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rch@chromium.org/245663003/60001
6 years, 7 months ago (2014-05-20 17:39:29 UTC) #15
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). Please consider checking whether the failures are ...
6 years, 7 months ago (2014-05-20 19:34:43 UTC) #16
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-05-20 19:39:22 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/chromium_presubmit/builds/68719) linux_chromium_chromeos_rel on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/linux_chromium_chromeos_rel/builds/29059) linux_chromium_gn_rel ...
6 years, 7 months ago (2014-05-20 19:39:23 UTC) #18
Ryan Hamilton
The CQ bit was checked by rch@chromium.org
6 years, 7 months ago (2014-05-20 23:01:39 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rch@chromium.org/245663003/80001
6 years, 7 months ago (2014-05-20 23:03:49 UTC) #20
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). Please consider checking whether the failures are ...
6 years, 7 months ago (2014-05-21 07:26:59 UTC) #21
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-05-21 07:33:18 UTC) #22
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/chromium_presubmit/builds/68860)
6 years, 7 months ago (2014-05-21 07:33:19 UTC) #23
Ryan Hamilton
6 years, 7 months ago (2014-05-21 13:39:43 UTC) #24
jar (doing other things)
histograms.xml LGTM
6 years, 7 months ago (2014-05-21 16:03:25 UTC) #25
jar (doing other things)
The CQ bit was checked by jar@chromium.org
6 years, 7 months ago (2014-05-21 16:05:33 UTC) #26
Ryan Hamilton
The CQ bit was unchecked by rch@chromium.org
6 years, 7 months ago (2014-05-21 18:52:22 UTC) #27
Ryan Hamilton
The CQ bit was checked by rch@chromium.org
6 years, 7 months ago (2014-05-21 18:52:24 UTC) #28
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rch@chromium.org/245663003/80001
6 years, 7 months ago (2014-05-21 19:57:21 UTC) #29
commit-bot: I haz the power
6 years, 7 months ago (2014-05-21 22:38:28 UTC) #30
Message was sent while issue was closed.
Change committed as 271994

Powered by Google App Engine
This is Rietveld 408576698