New issue
Advanced search Search tips

Issue 873884 link

Starred by 1 user

Issue metadata

Status: Assigned
Owner:
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux , Chrome
Pri: 1
Type: Bug
Flaky-Test: CrSettingsResetPageTest.All



Sign in to add a comment

CrSettingsResetPageTest.All is Flaky

Project Member Reported by Findit, Aug 14

Issue description

Components: Blink>JavaScript>GC Blink>MemoryAllocator>GarbageCollection Blink>Bindings
Owner: mlippautz@chromium.org
Status: Assigned (was: Available)
Recent change appears to have caused flakiness.
Labels: -Sheriff-Chromium
Components: -Blink>JavaScript>GC -Blink>MemoryAllocator>GarbageCollection -Blink>Bindings
Owner: ----
Status: Untriaged (was: Assigned)
This change cannot have introduced anything here as it merely refactors a pattern

EnqueueObjectsA()
ProcessAllObjects();
EnqueueObjectsB();
ProcessAllObjects();

to

EnqueueObjectsA()
EnqueueObjectsB();
ProcessAllObjects();

I see a bunch of "blue dots" clustered together at the graph flakiness graph. Any chance that it's something else?
Components: UI>Settings
Labels: OS-Chrome OS-Linux
Owner: dpa...@chromium.org
Status: Assigned (was: Untriaged)
I see lots of flake on non-mash chrome os bots, and desktop linux bots. I see only one flake on Mac and none on Windows.

https://test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=CrSettingsResetPageTest.All
But also note I don't see flake locally. I also tried running it in parallel to see if it ought to be an interactive ui test, but observed no failures.
Hi all, did someone here try clicking the "Analyze tip of tree" button in that graph yesterday? (New feature!)

Unfortunately due to some outage in retrieving logs needed for metadata to run the check flakiness task the feature was not able to run. I'll see if I can fix for that and update results here if I can get it to cooperate, fingers crossed.
Project Member

Comment 9 by bugdroid1@chromium.org, Nov 7

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

commit 3d874ec06323023763c9d2edc96dc853ce03aec8
Author: Evan Stade <estade@chromium.org>
Date: Wed Nov 07 20:47:10 2018

Disable CrSettingsResetPageTest.All on Linux/Chrome OS due to flake.

Remove from SingleProcessMash filter file since it doesn't seem related
to Mash.

Bug: 873884
Change-Id: I70dacb5b97fc650046b3d9f87eab8694dd6b0015
Reviewed-on: https://chromium-review.googlesource.com/c/1323900
Reviewed-by: Scott Violet <sky@chromium.org>
Commit-Queue: Evan Stade <estade@chromium.org>
Cr-Commit-Position: refs/heads/master@{#606151}
[modify] https://crrev.com/3d874ec06323023763c9d2edc96dc853ce03aec8/chrome/test/data/webui/settings/cr_settings_browsertest.js
[modify] https://crrev.com/3d874ec06323023763c9d2edc96dc853ce03aec8/testing/buildbot/filters/chromeos.single_process_mash.browser_tests.filter

Sign in to add a comment