[roll] Roll fuchsia [msd-intel-gen] Simplify shutdown test

This test is checking that a TestConnection will return a specific error
if a driver is restarted halfway through making a FIDL call. Simplify
this test by using std::async to run the two tasks. The two tasks no
longer need to communicate so this removes mutexes and simplifies the
logic.

Remove the stress test which has been disabled since 2018.

Multiply: msd_intel_gen_integration_tests
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/824308
Original-Revision: 20e2bb35259d36b125ddb76ae4d1d1b9993d2981
GitOrigin-RevId: 46dae2435bb6fe4f33126959ff333e440269a43f
Change-Id: I368ca2945a0cf506089de27f8214f038482c7869
1 file changed
tree: 7b81647108f725a003e40016abd16a466ecf3cac
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.