[roll] Roll fuchsia [audio][test] Make drivers tests 25% faster

In AudioDriverTests, at the end of each FIDL exchange with a
driver (i.e. when the test case is complete), we always wait
for additional FIDL activity such as an unexpected callback,
or a disconnect. Rather than just "waiting for something bad
to NOT happen", we can be proactive and use a simple "call &
response" to ensure that the driver is still responsive over
FIDL - we use GetHealthState for this purpose.

By moving to this, eliminating our 100ms wait per test case,
this shortens the execution time for AudioDriverTests suites
to 75% of the previous run-time.  \o/  yay!

Original-Bug: 370741565

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1251224
Original-Revision: 13ffa86dade8049b1fc3a80a856e84ab701f1ec9
GitOrigin-RevId: 94c20b15fad1d85ee3501b744f0ee6d6f86d3cd9
Change-Id: I6f6e2e4f4cb8c5c64aae93d2718df2450367f6c4
1 file changed
tree: ce147ad01b068d6f5025ea9ab53b63e66a665105
  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.