[roll] Roll fuchsia [fxtest] Clean up iterator queues on completion in EventRecorder

Remove the iterator's queue from `EventRecorder._queues` upon reaching
`StopAsyncIteration` to prevent unbounded memory leaks when creating
multiple iterators.

Also index into `_init_items` with an offset rather than calling
`pop(0)` on each step to avoid quadratic list shifting overhead.

Test: fx test event_test.sh
Original-Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1789679
Original-Original-Revision: cbfcce6a3bfb284cf28151df7ad027f19bc3219d
GitOrigin-RevId: 7d929ea4299d4f9c15b454bae86a3efdbc9ee1f1
Change-Id: Ibca50fdf51479c407fdc4dc1887017e5f04e922f
Reviewed-on: https://fuchsia-review.googlesource.com/c/integration/+/1800522
Cr-Commit-Position: refs/heads/main@{#201023}
1 file changed
tree: 6f35696a1238509bda5deded9e55456767e610df
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
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.