[roll] Roll fuchsia [fake-coordinator-connector] Disable fake-display VSync in tests.

The connector tests cover the connector's management of FIDL channels.
In the future, the event listener channel can be tested using the
OnDisplayChange event.

The periodic VSync generation in fake-display introduces a source of
non-determinism in tests. Periodic VSync generation spawns a thread
which sleeps and generates VSync events. Shutting down fake-display
requires joining the VSync thread.

This CL disables periodic VSync generation in the connector tests.
Removing this source of non-determinism will hopefully reduce the
flakiness reported by the attaches test.

Original-Bug: 396160358
Test: fx test fake-display-coordinator-connector-unittest.cm --count 100
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1216404
Original-Revision: 479a3eb4c1218d599a0d45bcf87c948e0bdee6c9
GitOrigin-RevId: f3a1dd6f1fa00dc70bb7e1e35c517ec613668003
Change-Id: I0743ba29f6c9217b872f17a295b8cbd861af8d2d
1 file changed
tree: 987257030a381e7b2ff29c96fcc3496ed62cd9c1
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance in one of the communication channels documented at get involved.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.