New issue
Advanced search Search tips

Issue 610801 link

Starred by 0 users

Issue metadata

Status: Assigned
Owner:
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Bug



Sign in to add a comment

"NavigationControllerBrowserTest.FrameNavigationEntry_NoCommitNestedAutoSubframe" is flaky

Project Member Reported by chromium...@appspot.gserviceaccount.com, May 10 2016

Issue description

"NavigationControllerBrowserTest.FrameNavigationEntry_NoCommitNestedAutoSubframe" is flaky.

This issue was created automatically by the chromium-try-flakes app. Please find the right owner to fix the respective test/step and assign this issue to them. If the step/test is infrastructure-related, please add Infra-Troopers label and change issue status to Untriaged. When done, please remove the issue from Sheriff Bug Queue by removing the Sheriff-Chromium label.

We have detected 3 recent flakes. List of all flakes can be found at https://chromium-try-flakes.appspot.com/all_flake_occurrences?key=ahVzfmNocm9taXVtLXRyeS1mbGFrZXNyWgsSBUZsYWtlIk9OYXZpZ2F0aW9uQ29udHJvbGxlckJyb3dzZXJUZXN0LkZyYW1lTmF2aWdhdGlvbkVudHJ5X05vQ29tbWl0TmVzdGVkQXV0b1N1YmZyYW1lDA.

Flaky tests should be disabled within 30 minutes unless culprit CL is found and reverted. Please see more details here: https://sites.google.com/a/chromium.org/dev/developers/tree-sheriffs/sheriffing-bug-queues#triaging-auto-filed-flakiness-bugs
 
Owner: creis@chromium.org
Status: Assigned (was: Untriaged)
creis -- It looks like this is a fairly new test that you added, but it's flaking.
Labels: -Sheriff-Chromium
Project Member

Comment 3 by bugdroid1@chromium.org, May 10 2016

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

commit 0b2618cf22918ad14e78a863d6a077e2b19bdaf2
Author: iclelland <iclelland@chromium.org>
Date: Tue May 10 22:21:06 2016

Disable flaky browser test NavigationControllerBrowserTest.FrameNavigationEntry_NoCommitNestedAutoSubframe

BUG=610801
TBR=creis@chromium.org
CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_site_isolation

Review-Url: https://codereview.chromium.org/1966863002
Cr-Commit-Position: refs/heads/master@{#392743}

[modify] https://crrev.com/0b2618cf22918ad14e78a863d6a077e2b19bdaf2/content/browser/frame_host/navigation_controller_impl_browsertest.cc

Comment 4 by creis@chromium.org, May 10 2016

Components: UI>Browser>Navigation Internals>Sandbox>SiteIsolation
Failure logs:
https://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_ng/builds/224617
https://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_ng/builds/224905
https://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_ng/builds/225189
https://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_ng/builds/225311

NavigationControllerBrowserTest.FrameNavigationEntry_NoCommitNestedAutoSubframe (run #1):
[ RUN      ] NavigationControllerBrowserTest.FrameNavigationEntry_NoCommitNestedAutoSubframe
[60388:1287:0509/160727:17453330340981:WARNING:vt_video_decode_accelerator_mac.cc(161)] Failed to create VTDecompressionSession: Error Domain=NSOSStatusErrorDomain Code=-8973 "The operation couldn?t be completed. (OSStatus error -8973.)" (codecOpenErr) (-8973)
[60388:1287:0509/160727:17453331236995:WARNING:vt_video_decode_accelerator_mac.cc(196)] Failed to create hardware VideoToolbox session
[60388:1287:0509/160727:17453386501011:ERROR:vt_video_encode_accelerator_mac.cc(507)]  VTCompressionSessionCreate failed: -12908
../../content/browser/frame_host/navigation_controller_impl_browsertest.cc:1670: Failure
Value of: capturer.transition_type()
  Actual: 32675
Expected: ui::PAGE_TRANSITION_AUTO_SUBFRAME
Which is: 3
../../content/browser/frame_host/navigation_controller_impl_browsertest.cc:1675: Failure
Value of: root->child_at(0)->child_at(0)->current_url()
  Actual:
Expected: foo_url
Which is: http://foo.com:63288/navigation_controller/simple_page_1.html
[  FAILED  ] NavigationControllerBrowserTest.FrameNavigationEntry_NoCommitNestedAutoSubframe, where TypeParam =  and GetParam() =  (355 ms)


Looks like the test's LoadCommittedCapturer isn't waiting for the nested subframe navigation to foo_url to complete for some reason.

Comment 5 by creis@chromium.org, Nov 18 2017

Labels: -Pri-1 Pri-2

Sign in to add a comment