New issue
Advanced search Search tips

Issue 835826 link

Starred by 2 users

Issue metadata

Status: Fixed
Owner:
Closed: Nov 9
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 3
Type: Bug



Sign in to add a comment

MemlogBrowserTest.EndToEnd times out

Project Member Reported by xidac...@chromium.org, Apr 23 2018

Issue description

Project Member

Comment 1 by bugdroid1@chromium.org, Apr 23 2018

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

commit 7e582f2a610cbaf03618627ffb967055d6d3818a
Author: Xida Chen <xidachen@chromium.org>
Date: Mon Apr 23 15:15:27 2018

Disable MemlogBrowserTest.EndToEnd on chromeos

TBR=thestig@chromium.org
NOTRY=true

Bug:  835826 
Change-Id: I0062a696815b157c3f1857538e78addd53f5ff3d
Reviewed-on: https://chromium-review.googlesource.com/1023980
Reviewed-by: Xida Chen <xidachen@chromium.org>
Reviewed-by: Lei Zhang <thestig@chromium.org>
Commit-Queue: Xida Chen <xidachen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#552702}
[modify] https://crrev.com/7e582f2a610cbaf03618627ffb967055d6d3818a/chrome/browser/profiling_host/memlog_browsertest.cc

Labels: OS-Chrome
https://logs.chromium.org/v/?s=chromium%2Fbb%2Fchromium.chromiumos%2Flinux-chromeos-rel%2F7181%2F%2B%2Frecipes%2Fsteps%2Fmus_browser_tests%2F0%2Fstdout

[ RUN      ] Memlog/MemlogBrowserTest.EndToEnd/12
[29593:29593:0423/115128.807218:WARNING:chrome_browser_main_chromeos.cc(640)] Running as stub user with profile dir: test-user
[29593:29673:0423/115128.882133:ERROR:account_manager.cc(37)] Failed to read tokens file
[29593:29593:0423/115128.889089:WARNING:user_session_manager.cc(1086)] Attempting to save user password for non enterprise user.
[29593:29593:0423/115128.958695:ERROR:network_type_pattern.cc(134)] NetworkTypePattern: wifi: Can not match empty type.
[29593:29593:0423/115128.958815:ERROR:network_type_pattern.cc(134)] NetworkTypePattern: wifi: Can not match empty type.
[29593:29593:0423/115128.958928:ERROR:network_type_pattern.cc(134)] NetworkTypePattern: wifi: Can not match empty type.
[29593:29593:0423/115128.958960:ERROR:network_type_pattern.cc(134)] NetworkTypePattern: wifi: Can not match empty type.
[29593:29593:0423/115129.113195:INFO:memlog_browsertest.cc(87)] Memlog mode: 2
[29593:29593:0423/115129.113224:INFO:memlog_browsertest.cc(88)] Memlog stack mode: 3
[29593:29593:0423/115129.113236:INFO:memlog_browsertest.cc(89)] Started via command line flag: 1
BrowserTestBase received signal: Terminated. Backtrace:
#0 0x00000392709c base::debug::StackTrace::StackTrace()
#1 0x000003da4a25 content::(anonymous namespace)::DumpStackTraceSignalHandler()
#2 0x7f765575ccb0 <unknown>
#3 0x7f7655824693 epoll_wait
#4 0x00000431295d epoll_dispatch
#5 0x00000431044c event_base_loop
#6 0x000003933701 base::MessagePumpLibevent::Run()
#7 0x0000038e0115 base::RunLoop::Run()
#8 0x0000038a0908 heap_profiling::TestDriver::WaitForProfilingToStartForAllRenderersUIThread()
#9 0x00000389fe63 heap_profiling::TestDriver::RunTest()
#10 0x0000017cda25 heap_profiling::MemlogBrowserTest_EndToEnd_Test::RunTestOnMainThread()


Project Member

Comment 3 by bugdroid1@chromium.org, Apr 23 2018

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

commit d4c322d7ac3179c563c81c0e9cc2ad8cfebf1639
Author: Xida Chen <xidachen@chromium.org>
Date: Mon Apr 23 19:12:04 2018

Disable MemlogBrowserTest.EndToEnd on chromeos

In my previous CL here:
https://chromium-review.googlesource.com/c/chromium/src/+/1023980, I
didn't do it right, this CL does it right.

TBR=thestig@chromium.org
NOTRY=true

Bug:  835826 
Change-Id: I96919dbe0dc3be285e44315753ffdb4bc87b862d
Reviewed-on: https://chromium-review.googlesource.com/1024537
Commit-Queue: Xida Chen <xidachen@chromium.org>
Reviewed-by: Lei Zhang <thestig@chromium.org>
Reviewed-by: Xida Chen <xidachen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#552783}
[modify] https://crrev.com/d4c322d7ac3179c563c81c0e9cc2ad8cfebf1639/chrome/browser/profiling_host/memlog_browsertest.cc

Project Member

Comment 4 by bugdroid1@chromium.org, Apr 24 2018

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

commit 7bffeb9aa927652e7b8e2194540c751d4029cf29
Author: Erik Chen <erikchen@chromium.org>
Date: Tue Apr 24 16:56:51 2018

Loosen restriction on profiled renderers for memlog e2e tests.

Previously, we checked that at least 1 renderer exists and that all
renderers are being profiled. This recently started causing the tests to
flake. I suspect this is related to warm-up/spare renderers. So instead,
we check that at least 1 renderer exists and is being profiled.

Bug:  835826 , 833590
Change-Id: I45ef8e1ad9ba1689ae3f0292ab80306b9d7a731f
Reviewed-on: https://chromium-review.googlesource.com/1023716
Reviewed-by: Nico Weber <thakis@chromium.org>
Commit-Queue: Erik Chen <erikchen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#553164}
[modify] https://crrev.com/7bffeb9aa927652e7b8e2194540c751d4029cf29/components/heap_profiling/test_driver.cc

Project Member

Comment 5 by bugdroid1@chromium.org, Apr 25 2018

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

commit 3d336555db62817aa27861a81ff86995b808c4e9
Author: Erik Chen <erikchen@chromium.org>
Date: Wed Apr 25 15:32:12 2018

Re-enable memlog tests on CrOS.

Flakiness should be fixed by https://chromium-review.googlesource.com/1023716.

Bug:  835826 
Change-Id: I2f66c96439c10f0c6d115060006c2dc8523de103
Reviewed-on: https://chromium-review.googlesource.com/1028175
Reviewed-by: Nico Weber <thakis@chromium.org>
Commit-Queue: Erik Chen <erikchen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#553569}
[modify] https://crrev.com/3d336555db62817aa27861a81ff86995b808c4e9/chrome/browser/profiling_host/memlog_browsertest.cc

Triage nag: This Chrome OS bug has an owner but no component. Please add a component so that this can be tracked by the relevant team.
<UI triage> Bug owners, please add the appropriate component to your bug. Thanks!
<UI triage> Bug owners, please add the appropriate component to your bug. Thanks!
Status: Fixed (was: Assigned)

Sign in to add a comment