[roll] Roll fuchsia [test_manager] handle unknown LogsIteratorType

This CL changes the behavior of test_manager when SuiteRunner::Run is
called with an unknown LogsIteratorType. Previously, test_manager would
panic (upon hitting a todo! macro). With this change, test_manager will
close the SuiteRunner channel and continue to function otherwise.

Test: added new test
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1501369
Original-Revision: 4d383775e70867e4098c173124bc249b3b794fea
GitOrigin-RevId: 7d43be40c70318b99c33e0bae055ab4dc618a1f3
Change-Id: I5d08d32da3f014e1ea2b562c3e43ff918781b57a
1 file changed
tree: dd4c9cbd8b2f3061902a396b93d3ff39133113ef
  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.