|
|
Created:
5 years, 3 months ago by honghaiz3 Modified:
5 years, 3 months ago Reviewers:
pthatcher1 CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com Base URL:
https://chromium.googlesource.com/external/webrtc@master Target Ref:
refs/pending/heads/master Project:
webrtc Visibility:
Public. |
DescriptionDo not prune if the current best connection is weak.
Otherwise, we may delete a useful connection because the current best connection may be failing.
BUG=
Committed: https://crrev.com/8937437872d8ff5b30866ae4de4abf005afc7539
Cr-Commit-Position: refs/heads/master@{#10063}
Patch Set 1 : #Patch Set 2 : Add tests and merge #
Total comments: 2
Patch Set 3 : Change the test name and merge #
Messages
Total messages: 30 (16 generated)
Patchset #1 (id:1) has been deleted
Patchset #1 (id:20001) has been deleted
Patchset #1 (id:40001) has been deleted
honghaiz@webrtc.org changed reviewers: + pthatcher@webrtc.org
This CL is important for continuous nomination lite to work. It only makes things safer by having less chance of pruning.
Can you write a unit test for it?
On 2015/09/23 19:56:09, pthatcher1 wrote: > Can you write a unit test for it? Done.
Patchset #2 (id:80001) has been deleted
The CQ bit was checked by honghaiz@webrtc.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1364683002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1364683002/100001
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: No L-G-T-M from a valid reviewer yet. Only full committers are accepted. Even if an L-G-T-M may have been provided, it was from a non-committer, _not_ a full super star committer. See http://www.chromium.org/getting-involved/become-a-committer Note that this has nothing to do with OWNERS files.
The CQ bit was checked by honghaiz@webrtc.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1364683002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1364683002/100001
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: No L-G-T-M from a valid reviewer yet. Only full committers are accepted. Even if an L-G-T-M may have been provided, it was from a non-committer, _not_ a full super star committer. See http://www.chromium.org/getting-involved/become-a-committer Note that this has nothing to do with OWNERS files.
Patchset #3 (id:120001) has been deleted
Patchset #2 (id:100001) has been deleted
lgtm https://codereview.webrtc.org/1364683002/diff/140001/webrtc/p2p/base/p2ptrans... File webrtc/p2p/base/p2ptransportchannel_unittest.cc (right): https://codereview.webrtc.org/1364683002/diff/140001/webrtc/p2p/base/p2ptrans... webrtc/p2p/base/p2ptransportchannel_unittest.cc:1937: TEST_F(P2PTransportChannelPingTest, TestPruneConnections) { Would a better name be TestDontPruneWhenWeak?
https://codereview.webrtc.org/1364683002/diff/140001/webrtc/p2p/base/p2ptrans... File webrtc/p2p/base/p2ptransportchannel_unittest.cc (right): https://codereview.webrtc.org/1364683002/diff/140001/webrtc/p2p/base/p2ptrans... webrtc/p2p/base/p2ptransportchannel_unittest.cc:1937: TEST_F(P2PTransportChannelPingTest, TestPruneConnections) { On 2015/09/24 06:35:21, pthatcher1 wrote: > Would a better name be TestDontPruneWhenWeak? Done.
Patchset #3 (id:160001) has been deleted
The CQ bit was checked by honghaiz@webrtc.org
The patchset sent to the CQ was uploaded after l-g-t-m from pthatcher@webrtc.org Link to the patchset: https://codereview.webrtc.org/1364683002/#ps180001 (title: "Change the test name and merge")
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1364683002/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1364683002/180001
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: android_arm64_rel on tryserver.webrtc (JOB_TIMED_OUT, no build URL) android_dbg on tryserver.webrtc (JOB_TIMED_OUT, no build URL) android_rel on tryserver.webrtc (JOB_TIMED_OUT, no build URL)
The CQ bit was checked by honghaiz@webrtc.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1364683002/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1364683002/180001
Message was sent while issue was closed.
Committed patchset #3 (id:180001)
Message was sent while issue was closed.
Patchset 3 (id:??) landed as https://crrev.com/8937437872d8ff5b30866ae4de4abf005afc7539 Cr-Commit-Position: refs/heads/master@{#10063} |