[roll] Roll fuchsia [forensics] Soft fail if store read fails

If a cache purge is occurring while reading from the Store, we may fail
to read the report or snapshot from disk despite our initial check
showing that it is present. To mitigate this the Stores will return an
optional object for the caller to handle appropriately if the read
failed.

Original-Fixed: 110609

TESTED=`fx test //src/developer/forensics`

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/782046
Original-Revision: a36a6510b6d99ba148e603b9b5b5e0de2c58ea28
GitOrigin-RevId: 9fb68a0dc503d1b47958f16258309ba007de419c
Change-Id: I01a613b6209fc56d1885a85c8308e94d8b63fc5e
1 file changed
tree: ec84d3a028c7db92036923766c1842df1651f721
  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.