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

Issue 2114073002: Add HttpsMonitor (Closed)

Created:
4 years, 5 months ago by tnn
Modified:
4 years, 5 months ago
Reviewers:
Sergey Berezin
CC:
chromium-reviews, infra-reviews+infra_chromium.org
Base URL:
https://chromium.googlesource.com/infra/infra.git@master
Target Ref:
refs/heads/master
Project:
infra
Visibility:
Public.

Description

Patch Set 1 : Add HttpsMonitor #

Total comments: 10

Patch Set 2 : Add retryable and other things #

Total comments: 25

Patch Set 3 : Fix #

Total comments: 8

Patch Set 4 : Fix nits #

Patch Set 5 : Fix coverage #

Unified diffs Side-by-side diffs Delta from patch set Stats (+318 lines, -22 lines) Patch
M infra_libs/__init__.py View 1 2 1 chunk +1 line, -1 line 0 comments Download
M infra_libs/httplib2_utils.py View 1 2 3 4 2 chunks +41 lines, -0 lines 0 comments Download
M infra_libs/test/httplib2_utils_test.py View 1 2 3 4 1 chunk +37 lines, -0 lines 0 comments Download
M infra_libs/ts_mon/common/monitors.py View 1 2 3 5 chunks +53 lines, -19 lines 0 comments Download
A infra_libs/ts_mon/common/pb_to_popo.py View 1 2 3 4 1 chunk +43 lines, -0 lines 0 comments Download
M infra_libs/ts_mon/common/test/monitors_test.py View 1 2 3 4 3 chunks +66 lines, -0 lines 0 comments Download
A infra_libs/ts_mon/common/test/pb_to_popo_test.py View 1 2 3 1 chunk +45 lines, -0 lines 0 comments Download
M infra_libs/ts_mon/config.py View 1 2 chunks +6 lines, -2 lines 0 comments Download
M infra_libs/ts_mon/test/config_test.py View 1 2 3 4 1 chunk +26 lines, -0 lines 0 comments Download

Messages

Total messages: 35 (16 generated)
tnn
4 years, 5 months ago (2016-07-01 18:39:36 UTC) #6
Sergey Berezin
LGTM + a few small comments. Thanks! https://codereview.chromium.org/2114073002/diff/100001/infra_libs/ts_mon/common/monitors.py File infra_libs/ts_mon/common/monitors.py (right): https://codereview.chromium.org/2114073002/diff/100001/infra_libs/ts_mon/common/monitors.py#newcode102 infra_libs/ts_mon/common/monitors.py:102: resp, content ...
4 years, 5 months ago (2016-07-01 22:05:22 UTC) #7
tnn
https://codereview.chromium.org/2114073002/diff/100001/infra_libs/ts_mon/common/monitors.py File infra_libs/ts_mon/common/monitors.py (right): https://codereview.chromium.org/2114073002/diff/100001/infra_libs/ts_mon/common/monitors.py#newcode102 infra_libs/ts_mon/common/monitors.py:102: resp, content = self._http.request(self._endpoint, method='POST', On 2016/07/01 22:05:21, Sergey ...
4 years, 5 months ago (2016-07-01 22:31:40 UTC) #8
tnn
On 2016/07/01 22:31:40, tanin wrote: > https://codereview.chromium.org/2114073002/diff/100001/infra_libs/ts_mon/common/monitors.py > File infra_libs/ts_mon/common/monitors.py (right): > > https://codereview.chromium.org/2114073002/diff/100001/infra_libs/ts_mon/common/monitors.py#newcode102 > ...
4 years, 5 months ago (2016-07-06 16:12:20 UTC) #9
Sergey Berezin
https://codereview.chromium.org/2114073002/diff/100001/infra_libs/ts_mon/common/monitors.py File infra_libs/ts_mon/common/monitors.py (right): https://codereview.chromium.org/2114073002/diff/100001/infra_libs/ts_mon/common/monitors.py#newcode102 infra_libs/ts_mon/common/monitors.py:102: resp, content = self._http.request(self._endpoint, method='POST', On 2016/07/01 22:31:39, tanin ...
4 years, 5 months ago (2016-07-06 17:18:39 UTC) #10
tnn
https://codereview.chromium.org/2114073002/diff/100001/infra_libs/ts_mon/common/monitors.py File infra_libs/ts_mon/common/monitors.py (right): https://codereview.chromium.org/2114073002/diff/100001/infra_libs/ts_mon/common/monitors.py#newcode102 infra_libs/ts_mon/common/monitors.py:102: resp, content = self._http.request(self._endpoint, method='POST', On 2016/07/06 17:18:39, Sergey ...
4 years, 5 months ago (2016-07-06 19:28:06 UTC) #11
Sergey Berezin
A bunch of more comments, mostly nits. Thanks for bearing with me :-) https://codereview.chromium.org/2114073002/diff/120001/infra_libs/__init__.py File ...
4 years, 5 months ago (2016-07-06 20:13:29 UTC) #12
tnn
https://codereview.chromium.org/2114073002/diff/120001/infra_libs/__init__.py File infra_libs/__init__.py (right): https://codereview.chromium.org/2114073002/diff/120001/infra_libs/__init__.py#newcode9 infra_libs/__init__.py:9: from infra_libs.httplib2_utils import RetryableHttp, InstrumentedHttp, HttpMock On 2016/07/06 20:13:28, ...
4 years, 5 months ago (2016-07-06 22:05:18 UTC) #13
Sergey Berezin
LGTM, looks great! A few more final nits and we're done. https://codereview.chromium.org/2114073002/diff/140001/infra_libs/test/httplib2_utils_test.py File infra_libs/test/httplib2_utils_test.py (right): ...
4 years, 5 months ago (2016-07-06 22:35:49 UTC) #14
tnn
https://codereview.chromium.org/2114073002/diff/140001/infra_libs/test/httplib2_utils_test.py File infra_libs/test/httplib2_utils_test.py (right): https://codereview.chromium.org/2114073002/diff/140001/infra_libs/test/httplib2_utils_test.py#newcode138 infra_libs/test/httplib2_utils_test.py:138: _MOCK_REQUEST = mock.call(mock.ANY, mock.ANY, mock.ANY, mock.ANY, mock.ANY, On 2016/07/06 ...
4 years, 5 months ago (2016-07-06 22:44:36 UTC) #15
Sergey Berezin
Great, thanks! Let's land this.
4 years, 5 months ago (2016-07-06 23:12:15 UTC) #16
tnn
On 2016/07/06 23:12:15, Sergey Berezin wrote: > Great, thanks! Let's land this. Thank you!!
4 years, 5 months ago (2016-07-06 23:13:47 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2114073002/160001
4 years, 5 months ago (2016-07-06 23:13:58 UTC) #20
commit-bot: I haz the power
Try jobs failed on following builders: Infra Linux Precise 32 Tester on master.tryserver.infra (JOB_FAILED, https://build.chromium.org/p/tryserver.infra/builders/Infra%20Linux%20Precise%2032%20Tester/builds/2910)
4 years, 5 months ago (2016-07-06 23:28:09 UTC) #22
tnn
4 years, 5 months ago (2016-07-07 01:04:11 UTC) #26
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2114073002/240001
4 years, 5 months ago (2016-07-07 01:04:31 UTC) #28
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 5 months ago (2016-07-07 01:20:18 UTC) #30
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2114073002/240001
4 years, 5 months ago (2016-07-07 01:21:27 UTC) #33
commit-bot: I haz the power
4 years, 5 months ago (2016-07-07 01:23:06 UTC) #35
Message was sent while issue was closed.
Committed patchset #5 (id:240001) as
https://chromium.googlesource.com/infra/infra/+/2f08d02cb4cb2bff8b9c888548779...

Powered by Google App Engine
This is Rietveld 408576698