commit | f36eac08eab7f6a888a6a1a4ed574938ff0a38d6 | [log] [tgz] |
---|---|---|
author | Benjamin Prosnitz <bprosnitz@fuchsia.infra.roller.google.com> | Mon Jun 06 15:27:08 2022 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Mon Jun 06 08:28:36 2022 -0700 |
tree | 625c4d87c188dd828f9d730d6ebd29bcb5d662e3 | |
parent | 4a74f14d9829b205eaf8eaf2cdd351cddca7e1eb [diff] |
[roll] Roll fuchsia [fidl] Simplify the dyn test suite protocols Removed three parts of the dyn test suite protocols that don't appear to be strictly necessary to implement the tests, but add complications with implementing servers: - Program point - (the current implementation in Go doesn't even really do anything, it echos in a goroutine) - Observation of StartServerTest - it isn't really clear what you would do with this and its existence makes the ordering of initial and ending messages less apparent - Observation of OnPleaseDo - the servers don't even implement this correctly today (they don't send anything) and it isn't obvious why you want to check that the instruction you just sent has arrived. Each of these can be added back in if it is discovered that they are needed, but it seems easier to start with a simpler test protocol and evolve it as needed rather than guessing ahead of time what will be needed. In a similar vein, we may realize in the future that certain features like MethodPoints for entry/exit are not really needed and be able to be removed (for instance, we may only need the entry signal). Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/685268 Original-Revision: f0c2c86a415a10c48b2e3194a2ea8e01585f46bf GitOrigin-RevId: 34c28483850eaf7546a2718ed193313eff00fa30 Change-Id: Ie400a6d561c6336511585a315e22313c46c41c89
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
.