New issue
Advanced search Search tips

Issue 783450 link

Starred by 1 user

Issue metadata

Status: Untriaged
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 3
Type: Bug



Sign in to add a comment

KioskAppManagerTest.UpdateAppDataFromCrx is flaky in mash_browser_tests

Project Member Reported by jamescook@chromium.org, Nov 9 2017

Issue description

Something seems to time out and fail after about 20 seconds. It's not flaky on regular browser_tests.

https://test-results.appspot.com/dashboards/flakiness_dashboard.html#testType=mash_browser_tests&builder=chromium.fyi%3AMojo%20ChromiumOS

https://chromium-swarm.appspot.com/task?id=39bb52318781be10&refresh=10&show_raw=1

[9884:9884:1109/123835.304881:ERROR:remote_text_input_client.cc(135)] Not implemented reached in virtual void RemoteTextInputClient::OnInputMethodChanged()
[9884:9884:1109/123835.304911:ERROR:remote_text_input_client.cc(92)] Not implemented reached in virtual bool RemoteTextInputClient::HasCompositionText() const
[9884:9884:1109/123835.304921:ERROR:remote_text_input_client.cc(98)] Not implemented reached in virtual bool RemoteTextInputClient::GetTextRange(gfx::Range *) const
[9884:9884:1109/123835.304928:ERROR:remote_text_input_client.cc(153)] Not implemented reached in virtual void RemoteTextInputClient::EnsureCaretNotInRect(const gfx::Rect &)
[9884:9884:1109/123835.317019:ERROR:layer_tree_host_impl.cc(2505)] Forcing zero-copy tile initialization as worker context is missing
[1:1:1109/123835.325215:WARNING:app_launch_info.cc(280)] Override URL passed for Web Store should not contain a port.  Removing it.
[9884:9884:1109/123835.404751:ERROR:layer_tree_host_impl.cc(2505)] Forcing zero-copy tile initialization as worker context is missing
[1:10:1109/123835.435434:ERROR:layer_tree_host_impl.cc(2505)] Forcing zero-copy tile initialization as worker context is missing
[9884:9991:1109/123835.644843:WARNING:child_process_launcher_helper_posix.cc(118)] Ignoring invalid file v8_context_snapshot.bin
../../chrome/browser/chromeos/app_mode/kiosk_app_manager_browsertest.cc:598: Failure
Value of: put_waiter.success()
  Actual: false
Expected: true

 
Project Member

Comment 1 by bugdroid1@chromium.org, Nov 10 2017

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

commit a7d8492b764e5e5c900d62e5c9b518ed4d8b2e52
Author: James Cook <jamescook@chromium.org>
Date: Fri Nov 10 00:12:36 2017

cros: Disable some flaky mash_browser_tests

I left them commented out in the filter file because they do work, they
just seem to trip flaky failures that are not particularly related to
the code under test.

Bug:  781391 , 783450
Test: browser_tests --mash
Change-Id: I293c5e4ecb41b35a9effd9ced8d8b5773e7f49d9
Reviewed-on: https://chromium-review.googlesource.com/762336
Commit-Queue: James Cook <jamescook@chromium.org>
Reviewed-by: Scott Violet <sky@chromium.org>
Cr-Commit-Position: refs/heads/master@{#515358}
[modify] https://crrev.com/a7d8492b764e5e5c900d62e5c9b518ed4d8b2e52/testing/buildbot/filters/mash.browser_tests.filter
[modify] https://crrev.com/a7d8492b764e5e5c900d62e5c9b518ed4d8b2e52/testing/buildbot/filters/mojo.fyi.mash.browser_tests.filter

Components: -Internals>MUS Internals>Services>WindowService
Components: -Internals>Services>WindowService Internals>Services>Ash
Labels: -Proj-Mustash-Mash

Sign in to add a comment