New issue
Advanced search Search tips

Issue 916886 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Dec 20
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 1
Type: Bug
Flaky-Test: SingleClientPasswordsSyncTest.CommitWithCustomPassphrase

Blocked on:
issue 916943



Sign in to add a comment

*/SingleClientPasswordsSyncTest.CommitWithCustomPassphrase/* is flaky

Project Member Reported by Findit, Dec 20

Issue description

Blockedon: 916943
Status: Started (was: Untriaged)
Similar to https://bugs.chromium.org/p/chromium/issues/detail?id=916883, will address shortly.
Labels: -Sheriff-Chromium
Project Member

Comment 4 by bugdroid1@chromium.org, Dec 20

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

commit 94c345a1ee2dd5e81d777debf57e134ff7ad74bc
Author: Mikel Astiz <mastiz@chromium.org>
Date: Thu Dec 20 13:22:00 2018

Fix CHECK failure if datatype stopped while starting

The problematic codepath is when a controller subclass calls
ReportModelError() to disable the datatype, usually because of a
datatype policy reason (e.g. custom passphrase was enabled and the
datatype should be disabled). At this point, the datatype must be
precisely loading (MODEL_STARTING) for the crash to repro, which is
very unlikely but gets surfaced by integration tests.

Bug:  916943 , 916883 , 916886 , 916884 , 916881 
Change-Id: I5cdfed50bd28aafc1bd7e5bbbe8d851e0e0100e1
Reviewed-on: https://chromium-review.googlesource.com/c/1386424
Commit-Queue: Mikel Astiz <mastiz@chromium.org>
Reviewed-by: Florian Uunk <feuunk@chromium.org>
Cr-Commit-Position: refs/heads/master@{#618193}
[modify] https://crrev.com/94c345a1ee2dd5e81d777debf57e134ff7ad74bc/components/sync/driver/model_type_controller.cc
[modify] https://crrev.com/94c345a1ee2dd5e81d777debf57e134ff7ad74bc/components/sync/driver/model_type_controller.h
[modify] https://crrev.com/94c345a1ee2dd5e81d777debf57e134ff7ad74bc/components/sync/driver/model_type_controller_unittest.cc

Status: Fixed (was: Started)

Sign in to add a comment