Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1176)

Issue 302153003: metrics: Shutdown LoginState after CrOSMetricsProvider tests (Closed)

Created:
6 years, 6 months ago by Simon Que
Modified:
6 years, 6 months ago
CC:
chromium-reviews, Ilya Sherman, asvitkine+watch_chromium.org, jar+watch_chromium.org
Visibility:
Public.

Description

metrics: Shutdown LoginState after CrOSMetricsProvider tests BUG=chromium:379140 TEST=unit tests pass Signed-off-by: Simon Que <sque@chromium.org>; Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=274012

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -1 line) Patch
M chrome/browser/metrics/chromeos_metrics_provider_unittest.cc View 1 chunk +6 lines, -1 line 0 comments Download

Messages

Total messages: 8 (0 generated)
Simon Que
FYI I'm creating this because the CQ has already started trying the other CL: https://codereview.chromium.org/310493002/ ...
6 years, 6 months ago (2014-05-30 21:33:58 UTC) #1
Alexei Svitkine (slow)
lgtm Any idea why this sort of thing wasn't caught when the initial refactoring commits ...
6 years, 6 months ago (2014-05-30 21:46:56 UTC) #2
Simon Que
On 2014/05/30 21:46:56, Alexei Svitkine wrote: > lgtm > > Any idea why this sort ...
6 years, 6 months ago (2014-05-30 21:48:00 UTC) #3
Simon Que
The CQ bit was checked by sque@chromium.org
6 years, 6 months ago (2014-05-30 21:48:31 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sque@chromium.org/302153003/1
6 years, 6 months ago (2014-05-30 21:49:51 UTC) #5
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_dbg_triggered_tests on tryserver.chromium ...
6 years, 6 months ago (2014-05-31 02:27:58 UTC) #6
commit-bot: I haz the power
Change committed as 274012
6 years, 6 months ago (2014-05-31 04:20:44 UTC) #7
blundell
6 years, 6 months ago (2014-06-03 11:44:49 UTC) #8
Message was sent while issue was closed.
On 2014/05/30 21:48:00, Simon Que wrote:
> On 2014/05/30 21:46:56, Alexei Svitkine wrote:
> > lgtm
> > 
> > Any idea why this sort of thing wasn't caught when the initial refactoring
> > commits landed? Are some tests simply not being run on the main waterfall on
> > some platforms?
> 
> It's possible that the ordering of tests is non-deterministic. Still, with so
> many tests, I'd think at least one of them should catch it.

The reason is due to the test retry logic: when a test fails it is retried at
the end of the run, and when these tests are run in isolation they succeed fine.
:(

The one fyi bot that was reporting the failures presumably doesn't do retries.

Powered by Google App Engine
This is Rietveld 408576698