[roll] Roll fuchsia [rust][fidl] Fix tests that exceed vector/string max lengths

This CL fixes test code that was exceeding vector/string limits in FIDL
calls. These cases were never caught before because the Rust bindings
did not validate it. Once I79953d5d369c8ef93c1ec986026a45aba1afe557
lands, the limits will be enforced (on both encode and decode).

Test: fx test component-manager-tests fuchsia-component-test-tests fidl-fuchsia-pkg-ext-tests input-synthesis-tests overnet-integration-tests overnet-integration-legacy-tests
Original-Bug: 37304
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/825836
Original-Revision: f74c1731b6a3cd446bf3a361cbb9149b182bcebd
GitOrigin-RevId: 26e62ac6f7a37cf3175ceedd5fb9d9735dccd6bd
Change-Id: Icf1fee6db01c99f29dcb5138bff9288ed9e548f3
1 file changed
tree: 6a6654bfa71659b2460914d736306fd2149b3404
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.