commit | 7acf831822281cc7d5e20568ab734cf31635f0e4 | [log] [tgz] |
---|---|---|
author | Danil Chapovalov <danilchap@webrtc.org> | Fri Aug 08 10:25:43 2025 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Aug 11 11:35:41 2025 |
tree | bbc4024346f7db878fa80acecc3cd6f1b8a5092d | |
parent | d121734ee7b5086b7a20c9ad1edb7db9c81443d6 [diff] |
Deflake P2PTransportChannelTest.TestIceConfigWillPassDownToPort test This test currently pass, but is brittle: It claims and relies on 1st endpoint to have higher tiebreaker value, however those values are randomly generated and thus there is no guarantee that 1st endpoint would always have higher tiebreaker. The test pass because it currently doesn't hit OnRoleConflict callback, but with unrelated refactoring it can start hitting it and then would start to fail. While changing this test, also rewrite expectations to be concise. Bug: None Change-Id: Ice8e0026e9ee81bcd00c810e1f170136d1e2a771 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/403680 Reviewed-by: Jonas Oreland <jonaso@webrtc.org> Commit-Queue: Danil Chapovalov <danilchap@webrtc.org> Cr-Commit-Position: refs/heads/main@{#45316}
WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.
Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.
The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others.
See here for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.