[roll] Roll fuchsia [io][conformance] Add tests for service/protocol connectors

Add tests to verify expected behavior for connecting to
services/protocols across VFS libraries. These tests also demonstrate
how we expect various flag interactions to work.

Update error handling in Rust VFS to comply with documented error
resolution, relax restriction on connecting to services without flags in
C++ VFS to ensure consistent behavior.

Original-Bug: 293947862
Test: fx test //src/storage/conformance
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1134854
Original-Revision: df596dbc76a41c12c3fb5ce34da40b6fb9ab0788
GitOrigin-RevId: 6cb4e8752bb39db54c0d784b956ed447d8930ffd
Change-Id: I101541f8202bec5a01c410f375894e05b6cc711a
1 file changed
tree: 8e03f1bb671abfbda0d99c9b1ddbe69488d03d36
  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.