Chromium Code Reviews
Descriptioncc: Fix flaky RemoteChannelTest.ReleaseOutputSurfaceDuringCommit.
The test flakes because it expects only 1 BeginMainFrame to be sent from
the Scheduler and sets the expectations for commit count and output
surface initializations accordingly.
Update the test to perform the following:
1) When the first BeginMainFrame request is sent to the server, release
the output surface on the client. It would earlier do it for each
BeginMainFrame request, do it only for the first one.
2) Make sure that the first commit doesn't go through on the client
after the output surface is released till a new output surface is
initialized.
BUG=612562
CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel
Committed: https://crrev.com/d2acaecbc0509795e5e2c55dcb39bd22f40da0cc
Cr-Commit-Position: refs/heads/master@{#399020}
Patch Set 1 #
Messages
Total messages: 11 (4 generated)
|
|||||||||||||||||||