Update the request count when a request fails.
Also implements the UpdateRequest method on the request queue needed to
be able to update the request count, and adds the appropriate tests.
BUG=610521
Committed: https://crrev.com/9fb382cb6e8996b0819a398a736249555c3eaa8c
Cr-Commit-Position: refs/heads/master@{#407337}
https://codereview.chromium.org/2176453002/diff/1/components/offline_pages/background/request_coordinator.cc File components/offline_pages/background/request_coordinator.cc (right): https://codereview.chromium.org/2176453002/diff/1/components/offline_pages/background/request_coordinator.cc#newcode209 components/offline_pages/background/request_coordinator.cc:209: /* || new_attempt_count > policy_->GetMaxRetries()*/) { This commented out ...
4 years, 5 months ago
(2016-07-22 01:12:43 UTC)
#2
https://codereview.chromium.org/2176453002/diff/1/components/offline_pages/ba...
File components/offline_pages/background/request_coordinator.cc (right):
https://codereview.chromium.org/2176453002/diff/1/components/offline_pages/ba...
components/offline_pages/background/request_coordinator.cc:209: /* ||
new_attempt_count > policy_->GetMaxRetries()*/) {
This commented out code will be commented back in once changelist 2113383002
lands (implements request picker and policy, we need the policy to be
implemented for this line to compile). In any case, this code will be either
removed or commented back in before this changelist is submitted.
fgorski
looks mostly OK. https://codereview.chromium.org/2176453002/diff/1/components/offline_pages/background/request_coordinator.cc File components/offline_pages/background/request_coordinator.cc (right): https://codereview.chromium.org/2176453002/diff/1/components/offline_pages/background/request_coordinator.cc#newcode102 components/offline_pages/background/request_coordinator.cc:102: LOG(WARNING) << "Failed to update a ...
4 years, 5 months ago
(2016-07-22 16:14:58 UTC)
#3
Try jobs failed on following builders: linux_chromium_compile_dbg_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_compile_dbg_ng/builds/129408)
4 years, 5 months ago
(2016-07-22 23:14:14 UTC)
#14
4 years, 5 months ago
(2016-07-23 03:35:21 UTC)
#18
Message was sent while issue was closed.
Committed patchset #6 (id:100001)
commit-bot: I haz the power
Description was changed from ========== Update the request count when a request fails. Also implements ...
4 years, 5 months ago
(2016-07-23 03:38:11 UTC)
#19
Message was sent while issue was closed.
Description was changed from
==========
Update the request count when a request fails.
Also implements the UpdateRequest method on the request queue needed to
be able to update the request count, and adds the appropriate tests.
BUG=610521
==========
to
==========
Update the request count when a request fails.
Also implements the UpdateRequest method on the request queue needed to
be able to update the request count, and adds the appropriate tests.
BUG=610521
Committed: https://crrev.com/9fb382cb6e8996b0819a398a736249555c3eaa8c
Cr-Commit-Position: refs/heads/master@{#407337}
==========
commit-bot: I haz the power
Patchset 6 (id:??) landed as https://crrev.com/9fb382cb6e8996b0819a398a736249555c3eaa8c Cr-Commit-Position: refs/heads/master@{#407337}
4 years, 5 months ago
(2016-07-23 03:38:12 UTC)
#20
Issue 2176453002: Update the request count when a request fails.
(Closed)
Created 4 years, 5 months ago by Pete Williamson
Modified 4 years, 5 months ago
Reviewers: fgorski
Base URL: https://chromium.googlesource.com/chromium/src.git@master
Comments: 11