|
|
DescriptionAdd unittests of HTTPS loading that requires AIA fetching.
BUG=651965
NOPRESUBMIT=true
Committed: https://crrev.com/0b12a6f86f1e390267e9234dac22337600634319
Cr-Commit-Position: refs/heads/master@{#435064}
Patch Set 1 #Patch Set 2 : WIP #Patch Set 3 : cleanups #Patch Set 4 : . #
Total comments: 5
Patch Set 5 : unused default args #Patch Set 6 : rebase #Patch Set 7 : remove parameterized test #Patch Set 8 : rebases #Patch Set 9 : rebase onto 2513543003 #Patch Set 10 : rebase #
Messages
Total messages: 67 (42 generated)
The CQ bit was checked by mattm@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
Description was changed from ========== WIP aia test BUG= ========== to ========== Add unittests of HTTPS loading that requires AIA fetching. BUG=651965 ==========
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presub...)
mattm@chromium.org changed reviewers: + davidben@chromium.org
lgtm https://codereview.chromium.org/2388393002/diff/60001/net/tools/testserver/mi... File net/tools/testserver/minica.py (right): https://codereview.chromium.org/2388393002/diff/60001/net/tools/testserver/mi... net/tools/testserver/minica.py:484: ca_issuers_url = "http://127.0.0.1", Doesn't seem these defaults are ever used. https://codereview.chromium.org/2388393002/diff/60001/net/url_request/url_req... File net/url_request/url_request_unittest.cc (right): https://codereview.chromium.org/2388393002/diff/60001/net/url_request/url_req... net/url_request/url_request_unittest.cc:9629: // some OSX versions that is not the case. Just to confirm, you mean that on OSX versions they do have an effect, but you are testing that we smooth over that effect?
The CQ bit was checked by mattm@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
https://codereview.chromium.org/2388393002/diff/60001/net/tools/testserver/mi... File net/tools/testserver/minica.py (right): https://codereview.chromium.org/2388393002/diff/60001/net/tools/testserver/mi... net/tools/testserver/minica.py:484: ca_issuers_url = "http://127.0.0.1", On 2016/10/21 22:42:27, davidben wrote: > Doesn't seem these defaults are ever used. removed. https://codereview.chromium.org/2388393002/diff/60001/net/url_request/url_req... File net/url_request/url_request_unittest.cc (right): https://codereview.chromium.org/2388393002/diff/60001/net/url_request/url_req... net/url_request/url_request_unittest.cc:9629: // some OSX versions that is not the case. On 2016/10/21 22:42:27, davidben wrote: > Just to confirm, you mean that on OSX versions they do have an effect, but you > are testing that we smooth over that effect? Well.. on sierra I discovered the previous workaround wasn't doing it properly in all cases. I hope to fix that in a separate CL. There aren't sierra bots, so I don't know if it matters too much but I could wait to land this until that is fixed if you want.
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presub...)
https://codereview.chromium.org/2388393002/diff/60001/net/url_request/url_req... File net/url_request/url_request_unittest.cc (right): https://codereview.chromium.org/2388393002/diff/60001/net/url_request/url_req... net/url_request/url_request_unittest.cc:9629: // some OSX versions that is not the case. On 2016/10/21 23:24:20, mattm wrote: > On 2016/10/21 22:42:27, davidben wrote: > > Just to confirm, you mean that on OSX versions they do have an effect, but you > > are testing that we smooth over that effect? > > Well.. on sierra I discovered the previous workaround wasn't doing it properly > in all cases. I hope to fix that in a separate CL. There aren't sierra bots, so > I don't know if it matters too much but I could wait to land this until that is > fixed if you want. Ah, I see. I dunno if we try to avoid checking in failing tests like that. My gut feeling would be that you should probably fix it first since developers might be on Sierra (???), but your call.
On 2016/10/22 01:28:18, davidben (at IETF until 11-19) wrote: > https://codereview.chromium.org/2388393002/diff/60001/net/url_request/url_req... > File net/url_request/url_request_unittest.cc (right): > > https://codereview.chromium.org/2388393002/diff/60001/net/url_request/url_req... > net/url_request/url_request_unittest.cc:9629: // some OSX versions that is not > the case. > On 2016/10/21 23:24:20, mattm wrote: > > On 2016/10/21 22:42:27, davidben wrote: > > > Just to confirm, you mean that on OSX versions they do have an effect, but > you > > > are testing that we smooth over that effect? > > > > Well.. on sierra I discovered the previous workaround wasn't doing it properly > > in all cases. I hope to fix that in a separate CL. There aren't sierra bots, > so > > I don't know if it matters too much but I could wait to land this until that > is > > fixed if you want. > > Ah, I see. I dunno if we try to avoid checking in failing tests like that. My > gut feeling would be that you should probably fix it first since developers > might be on Sierra (???), but your call. fwiw, I ended up removing the parameterized test part. Making it work on sierra was hard due to the issue with "require positive results" commented here: https://cs.chromium.org/chromium/src/net/cert/x509_util_mac.cc?type=cs&q=CSSM... (I guess I could update the testserver to put do both caissuers and ocsp at the same time.. I'd just like to get the basic test in though.)
The CQ bit was checked by mattm@chromium.org
The patchset sent to the CQ was uploaded after l-g-t-m from davidben@chromium.org Link to the patchset: https://codereview.chromium.org/2388393002/#ps120001 (title: "remove parameterized test")
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presub...)
Description was changed from ========== Add unittests of HTTPS loading that requires AIA fetching. BUG=651965 ========== to ========== Add unittests of HTTPS loading that requires AIA fetching. BUG=651965 NOPRESUBMIT=true ==========
On 2016/11/15 23:28:09, commit-bot: I haz the power wrote: > Try jobs failed on following builders: > chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, > http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presub...) setting NOPRESUBMIT due to the long lines in minica.py (large integer literals that can't be wrapped.)
The CQ bit was checked by mattm@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: mac_chromium_rel_ng on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_...)
The CQ bit was checked by mattm@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: linux_chromium_chromeos_ozone_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_...)
The CQ bit was checked by mattm@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: mac_chromium_rel_ng on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_...)
The CQ bit was checked by mattm@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: linux_chromium_chromeos_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_...)
The CQ bit was checked by mattm@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: cast_shell_android on master.tryserver.chromium.android (JOB_FAILED, no build URL)
The CQ bit was checked by mattm@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: linux_chromium_chromeos_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_...)
The CQ bit was checked by mattm@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: cast_shell_android on master.tryserver.chromium.android (JOB_TIMED_OUT, no build URL)
The CQ bit was checked by mattm@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: Try jobs failed on following builders: linux_chromium_chromeos_ozone_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_...)
Patchset #10 (id:180001) has been deleted
The CQ bit was checked by mattm@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: This issue passed the CQ dry run.
The CQ bit was checked by mattm@chromium.org
The patchset sent to the CQ was uploaded after l-g-t-m from davidben@chromium.org Link to the patchset: https://codereview.chromium.org/2388393002/#ps200001 (title: "rebase")
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
CQ is committing da patch. Bot data: {"patchset_id": 200001, "attempt_start_ts": 1480449181848730, "parent_rev": "1edf3256f1156b7c2ac9590683365a9dd1edfa07", "commit_rev": "5602a071397ab44ef5e24abecffc9e6849bcef34"}
Message was sent while issue was closed.
Description was changed from ========== Add unittests of HTTPS loading that requires AIA fetching. BUG=651965 NOPRESUBMIT=true ========== to ========== Add unittests of HTTPS loading that requires AIA fetching. BUG=651965 NOPRESUBMIT=true ==========
Message was sent while issue was closed.
Committed patchset #10 (id:200001)
Message was sent while issue was closed.
Description was changed from ========== Add unittests of HTTPS loading that requires AIA fetching. BUG=651965 NOPRESUBMIT=true ========== to ========== Add unittests of HTTPS loading that requires AIA fetching. BUG=651965 NOPRESUBMIT=true Committed: https://crrev.com/0b12a6f86f1e390267e9234dac22337600634319 Cr-Commit-Position: refs/heads/master@{#435064} ==========
Message was sent while issue was closed.
Patchset 10 (id:??) landed as https://crrev.com/0b12a6f86f1e390267e9234dac22337600634319 Cr-Commit-Position: refs/heads/master@{#435064} |