[roll] Roll fuchsia [sys] Migrate Clone -> Clone2

Node.Clone is being replaced by Node.Clone2 as part of the ongoing io2
migration. The latter method is already supported by all in and out of
tree servers at all API levels.

Cleanup some test-only fuchsia.io/Directory servers that implemented
more methods than required. This should reduce the fragility of these
tests as we evolve the protocol while ensuring we only maintain code
paths that we have test coverage for.

Note that there are still some pkg-resolver mocks that support Clone1 as
we still have some tests that use these methods. These will be addressed
in a follow-up change.

Original-Bug: 378924331
Test: fx test //src/sys
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1160297
Original-Revision: 232f8f845510046d53f0c20ebf3f561350f896f2
GitOrigin-RevId: eab8d187d9084d5d0c921ec517281409b6fa5e63
Change-Id: Ic4817a8b2417b1f9c7b0a4fc6435494d161e766c
1 file changed
tree: 347557cc90bcf6d1e30ffcdb52f987e901a3d4d3
  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.