[roll] Roll fuchsia [ftl][test] Fix test flake

ftl-wear-simulator.cm was flaking due to a race revealed by switching
the FTL driver to DFv2.

When a ram-nand instance is stopped, shutdown is async.  The test stops
and starts a new instance, and connects to the *first* service instance
which it finds after starting the new instance, which might be the old
instance that is currently tearing down.

Work around this by waiting until the ram-nand instance has torn down.
Fixing this properly requires refactoring the ramnandctl API (see bug
516817318).

Multiply: ftl-wear-simulator.cm
Original-Original-Bug: 516817318
Original-Original-Fixed: 505071840

Original-Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1627163
Original-Original-Revision: 0bfb1e55e38f046d9aeed336b88d2fb19546bf16
GitOrigin-RevId: 345a07483a46aab533c809c9550943f98400e1a3
Change-Id: Ie485c7d38b294ec004eaa51520370309d2429329
1 file changed
tree: c1dde5f451508f6ade0143c200b0511a3da6c7eb
  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.