commit | e4978bfeb32c2f04fcf15663bfefcd6fe3fa06ed | [log] [tgz] |
---|---|---|
author | David Gilhooley <dgilhooley@fuchsia.infra.roller.google.com> | Wed Jan 25 21:26:57 2023 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Jan 25 13:28:17 2023 -0800 |
tree | 6181ee2a6e334940648961552144ce37ab5553c5 | |
parent | d132d7437d52eba24bdea8488f1629de1d677ebf [diff] |
[roll] Roll fuchsia [libdriver-integration-test] Remove thread and multiplexing Make a separate async connection to the controller instead of spawning a new thread. This has a good chance of fixing a flake where the device was torn down, because now the controller call is happening on the same thread, meaning it is synchronized to the other calls in the test. Original-Bug: 119548 Multiply: libdriver-integration-test Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/793082 Original-Revision: 059316e9a1d06a3dd93dc2ae882cbaccede93ca6 GitOrigin-RevId: 5a95ce78811aa3d58bfd4ea7916963dfe9c9bbc7 Change-Id: Idd484e7d310a545b64d5f7e57fcc654f5724196c
This repository contains Fuchsia's Global Integration manifest files.
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 via the IRC channel #fuchsia
on Freenode.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party
.