New issue
Advanced search Search tips

Issue 611984 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner:
Closed: Jun 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 3
Type: Bug
mus



Sign in to add a comment

WindowTreeClientImpl Processes Messages During Test TearDown

Project Member Reported by jonr...@chromium.org, May 14 2016

Issue description

When running views_mus_unittests, it is possible for the Mus Window Server to send messages during the test TearDown.

WindowTreeClientImpl processes these in a partially destroyed state, which has uncovered some bugs.

However there is no guarantee to receive these, so there may be other issues not yet uncovered by the tests.

The teardown of WindowTreeClientImpl should block on clearing the queue of inflight changes, so that tests don't flake. 
 
Labels: tadpole mus
Status: WontFix (was: Assigned)
This is being marked as Wont Fix, as the restrictions desired for testing would conflict with shutdown goals for applications. See discussion in https://codereview.chromium.org/2029743002/
Components: -MUS Internals>Services>WindowService

Sign in to add a comment