New issue
Advanced search Search tips

Issue 775492 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Oct 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: iOS
Pri: 1
Type: Bug



Sign in to add a comment

BbrSenderTest.SimpleCompetition is broken on iOS

Project Member Reported by gambard@chromium.org, Oct 17 2017

Issue description

BbrSenderTest.SimpleCompetition is broken on iOS devices only, for iOS 9 and 10.
iOS 11 and simulators are fine.
The error is reproducible locally, the error message from the debugger is: "Message from debugger: Terminated due to memory issue"

I am disabling the test. Assigning to vasilvv@ as I suspect the problem was introduced in https://chromium-review.googlesource.com/c/chromium/src/+/719100

 
Project Member

Comment 1 by bugdroid1@chromium.org, Oct 17 2017

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/96787530003eb909fd79b1f1df28b37607bdba2b

commit 96787530003eb909fd79b1f1df28b37607bdba2b
Author: Gauthier Ambard <gambard@chromium.org>
Date: Tue Oct 17 16:52:15 2017

Disable BbrSenderTest on iOS

BbrSenderTest tests are failing on iOS due to a memory issue.
Disabling them to have the tree green.

Bug:  775492 
Change-Id: I57b183702ac09f164d557c1da6a0102226ec9974
Reviewed-on: https://chromium-review.googlesource.com/723220
Commit-Queue: Ryan Hamilton <rch@chromium.org>
Reviewed-by: Ryan Hamilton <rch@chromium.org>
Cr-Commit-Position: refs/heads/master@{#509418}
[modify] https://crrev.com/96787530003eb909fd79b1f1df28b37607bdba2b/net/quic/core/congestion_control/bbr_sender_test.cc

Comment 2 by gch...@chromium.org, Oct 18 2017

The same error is happening on iOS9 iPhone/iPad devices for: SendAlgorithmTest.SimpleWiredNetworkTransfer/BBR_convex_mode_0_cubic_quantization_0_beta_last_max_0_allow_per_ack_updates_0. 
Project Member

Comment 3 by bugdroid1@chromium.org, Oct 18 2017

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/96aedeec74be56e937d1ea56cf9cfd6223fa881a

commit 96aedeec74be56e937d1ea56cf9cfd6223fa881a
Author: Gregory Chatzinoff <gchatz@chromium.org>
Date: Wed Oct 18 01:45:33 2017

Disable SendAlgorithmTest on iOS.

SendAlgorithmTest tests are failing on iOS due to a memory issue. This
CL disabled them to make the tree green.

TBR=rch

Bug:  775492 
Change-Id: I179b0a56495335008c728fa6054f6159236470cd
Reviewed-on: https://chromium-review.googlesource.com/724619
Reviewed-by: Gregory Chatzinoff <gchatz@chromium.org>
Commit-Queue: Gregory Chatzinoff <gchatz@chromium.org>
Cr-Commit-Position: refs/heads/master@{#509649}
[modify] https://crrev.com/96aedeec74be56e937d1ea56cf9cfd6223fa881a/net/quic/core/congestion_control/send_algorithm_test.cc

Project Member

Comment 4 by bugdroid1@chromium.org, Oct 18 2017

Status: Fixed (was: Assigned)
Components: Tests>Disabled
Labels: Test-Disabled

Sign in to add a comment