[roll] Roll fuchsia [flatland] Bugfix for UberStructSystem::ForceUpdateAllSystems

There was a bug where this function would pop UberStructs off the queue
and then just drop them on the floor if there had been too many updates
at a time.

I don't know if this was causing any flakes, but it seemed likely to.

Since this code is just for tests I decided not to add tests specifically for it.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/755662
Original-Revision: 1eb6f051ab1c91cc2ce81d5eb76c96cc0e8dbad1
GitOrigin-RevId: 8e9141e9f4e4eab7c326879bc675c5f12d5b9c6a
Change-Id: I2ce7ac9f463596ba8a22b71dac193afa28ec50b2
1 file changed
tree: 0c84b947b82f6dd7425843a3167aa7fb0df3600d
  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.