[roll] Roll fuchsia [bt][avrcp-integration-tests] Retry channel reads until success

The underlying fasync::Socket sometimes returns a successful read of 0
bytes when using read_datagram() to read on the channel. Keep retrying
the read until a nonzero buffer is read, or an error occurs in which
case the test will exit with failure.

Original-Bug: 120232
Test: fx test bt-avrcp-integration-tests
Multiply: bt-avrcp-integration-tests
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/796442
Original-Revision: a656580813c45bf7b644e915a6327f22469e8c14
GitOrigin-RevId: c64372bae447a7714c8169d761066ce071bdd4ef
Change-Id: I52884eaf38ebb9e43627e2d361072deb674af2b0
1 file changed
tree: 16b3f036b72f340f83a6081f880039effc1b2808
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.