[roll] Roll fuchsia [ffx] Change diagnostics-bridge MAX_ENTRIES from 1 to 3

This CL changes fuchsia.developer.remotecontrol/MAX_ENTRIES, the max
length of vectors returned by ArchiveIterator.GetNext, from 1 to 3,
because some tests are returning 2 or 3 entries. This was never caught
before because the Rust bindings did not validate these limits. However,
once I79953d5d369c8ef93c1ec986026a45aba1afe557 lands, they will.

Test: fx test ffx_daemon_target_lib_test ffx_log_frontend_lib_test
Original-Bug: 37304
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/827078
Original-Revision: cc3480911f4b9f72c0ab0062d1536c5dcba2ea9c
GitOrigin-RevId: 0d50227109406c7ca615ce57a2461c0a26ed22a7
Change-Id: I300949704cb2a625b6d3412bf969c314931711ba
1 file changed
tree: 75c0298a249518482eb6177c98314cf90f20e18a
  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.