New issue
Advanced search Search tips

Issue 590735 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Feb 2016
EstimatedDays: ----
NextAction: ----
OS: All
Pri: 1
Type: Bug-Regression

Blocked on:
issue 579616



Sign in to add a comment

Gmail perf tests timing out in top_25 pageset

Project Member Reported by rbyers@chromium.org, Feb 29 2016

Issue description

Comment 1 by rbyers@chromium.org, Feb 29 2016

Blockedon: 579616

Comment 2 by rbyers@chromium.org, Feb 29 2016

Labels: -Type-Bug

Comment 3 by rbyers@chromium.org, Feb 29 2016

Labels: -OS-Linux OS-All
Seeing on Windows as well, so probably affects all OSes

https://build.chromium.org/p/chromium.perf/builders/Win%207%20Perf%20%285%29/builds/8400/steps/blink_style.top_25/logs/stdio

Comment 4 by flackr@chromium.org, Feb 29 2016

Status: Started (was: Assigned)
Looks like we use the same GmailPage class to login to https://mail.google.com/mail as recorded across a variety of recordings of Gmail: https://code.google.com/p/chromium/codesearch#search/&q=mail%5C.google%5C.com%20file:%5Esrc/tools/perf/page_sets/data/.*%5C.json&sq=package:chromium&type=cs

There are so many recordings that would need updating it may be worth making a new GmailPage class for the updated login flow.

Comment 5 by flackr@chromium.org, Feb 29 2016

https://codereview.chromium.org/1742363002 in CQ will fix this.
Project Member

Comment 6 by bugdroid1@chromium.org, Feb 29 2016

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

commit 184919658089ea1a9e1f66a4799abc2905717e6a
Author: flackr <flackr@chromium.org>
Date: Mon Feb 29 19:17:43 2016

Only use new login flow for GmailSmoothPage

Updating the https://mail.google.com/mail/ recording for only top_25_smooth.json
required changing the login mechanism. This unfortunately caused tests using
the old login flow to begin failing. This is a short term patch to only use the
new flow for top_25_smooth.json until a more general solution is developed.

BUG= 590735 , 590766 

Review URL: https://codereview.chromium.org/1742363002

Cr-Commit-Position: refs/heads/master@{#378245}

[modify] https://crrev.com/184919658089ea1a9e1f66a4799abc2905717e6a/tools/perf/page_sets/top_25_smooth.py
[modify] https://crrev.com/184919658089ea1a9e1f66a4799abc2905717e6a/tools/perf/page_sets/top_pages.py

Comment 7 by flackr@chromium.org, Feb 29 2016

Status: Fixed (was: Started)
The issue should be resolved now.

Sign in to add a comment