[roll] Roll fuchsia [fidl][dynsuite] Wait for signal in read_and_check

This CL makes chanel_util::Channel::read_and_check wait for the channel
to become readable (or closed) before reading. Previously every test did
this before calling read_and_check. Doing it separately has no benefit,
and would result in flaky tests if you forgot to.

Test: fx test fidl_{client,server}_suite
Original-Bug: 132094
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/915177
Original-Revision: bfaa7d6c49508b7a8cf0b31a11874d6d6dc49e64
GitOrigin-RevId: eaa974accef6f5e2b6d13120b579870f633fe8dd
Change-Id: I9cfdf7cb04e8a883e589f5637da55519cb335e7b
1 file changed
tree: af1b08e8456048803b76ccaf31a096db00d6b13b
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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 via the IRC channel #fuchsia on Freenode.

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.