[roll] Roll fuchsia [testrunner] Return reconnect failures as connection failures.

For the SSHTester, we check in the beginning of a test if the SSH client
is still connected in case it got disconnected during the previous test.
However, if reconnecting fails, we'd just return the error like a normal
test error. This should get returned as a connection error so that
testrunner's logic will try to reconnect and if it fails, it will exit
early instead of continuing to run tests.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1010752
Original-Revision: 0c08559f65626a0fcea109891d040b39a98dce27
GitOrigin-RevId: 03a56d4cbf287976a860ec200e08abab0941c3cb
Change-Id: Ib732a0cab2e3e71a8482a1611d9773e04ab97847
1 file changed
tree: b532158ab362d619eb7529dbf52766c3668654d2
  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.