[roll] Roll fuchsia [paver] Fix ResetPartitionTables

If a block device returned an error when
fuchsia.hardware.block.partition/GetMetadata was called (usually when
the block device doesn't support partitioning), we'd assert here.

Unfortunately I can't think of a simple way to write a test for this
because ramdisks always return ZX_OK when GetMetadata is called.  I
tested locally on my NUC.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1161097
Original-Revision: 1f12c9d0d837ddedd19e7c5659d69e2ce39dce57
GitOrigin-RevId: 91f74abe9d47d18c2ec4638175bc14ad2200200b
Change-Id: I90374cf4784ebb237f547648bc6c35ce3f5ff6ae
1 file changed
tree: da4227b3ca9f51d565a769dd18a0a3fbd4468737
  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 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.