Status: Untriaged Owner: [email protected] Labels: Type-Bug Pri-2 OS-All Area-Infrastructure Size-Medium FlakyTest
New issue 18738 by [email protected]: MetricsService.CrashRenderers is flaky http://code.google.com/p/chromium/issues/detail?id=18738 From a run today on XP Tests (dbg): [----------] 1 test from MetricsServiceTest [ RUN ] MetricsServiceTest.CrashRenderers C:\b\slave\chromium-dbg- builder\build\src\chrome\browser\metrics\metrics_service_uitest.cc(113): error: Value of: local_state- > GetInteger(prefs::kStabilityRendererCrashCount) Actual: 0 Expected: 1 C:\b\slave\chromium-dbg-builder\build\src\chrome\test\ui\ui_test.cc(162): error: Value of: actual_crashes Actual: 0 Expected: expected_crashes_ Which is: 1 Encountered an unexpected crash in the program during this test. NOTE: This test is expected to fail if crash_service.exe is not running. Start it manually before running this test (see the build output directory). [ FAILED ] MetricsServiceTest.CrashRenderers (2484 ms) [----------] 1 test from MetricsServiceTest (2484 ms total) I notice this test has a Sleep(1000) in it, which worries me. According to http://build.chromium.org/buildbot/flakiness-report/ , this is one of our top flaky tests. Darin, I'm assigning this to you for triage. The test is pretty old and your addition of that Sleep() back in August of 2008 is the last meaningful change specific to this test that I see. I'm not sure who the right person to track down the flakiness here is. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
