[roll] Roll fuchsia [starnix] Wait for tracing to finish registering

`trace_provider_create_with_fdio` is non blocking, meaning that it might
still be a moment before tracing is actually ready to record trace
events. This adds a blocking wait until we've confirmed that tracing
is ready (or not enabled) before continuing.

Testing: Locally added a 1 second sleep in
trace_provider_create_with_fdio and the flaking test in the bug goes
from consistently failing with the same failure in the bug to
consistently passing.

Original-Bug: 331979249
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1018318
Original-Revision: c4862fc89752a0620ec2b3d2cbf3617203fa3d12
GitOrigin-RevId: d0844ee7ac5736f7467c28d093351a24f325ae7e
Change-Id: I5bedf35c4fd27d4cd2d20ce698ca2c05ee120864
1 file changed
tree: 18af3d1b7c7ed88e8aae8d6e30894c9cac517db7
  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 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.