[roll] Roll fuchsia [power] Fix pending suspend blocker memory leak.

If clients register suspend blockers but a suspend never occurs, the
pending suspend blocker list grows. If a client closes the channel,
the handle is never removed from the list on the server side.

This CL updates system-activity-governor to drop pending suspend
  blockers if PEER_CLOSED is signalled on the channel.
Integration tests are added to verify this new behavior via Inspect.

NO_IFTTT=no change in function

Original-Bug: 486113685
Test: fx test system-activity-governor-test
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1521059
Original-Revision: a028d607216499b96c5c688949abc8870cd71b56
GitOrigin-RevId: 02d01b1fd717ce3c24591b50f733e18cbf35cf77
Change-Id: I957143d33898eeff2391808bb0c91f6ef7bfd20f
1 file changed
tree: 3e4216f028b8792526f3f9805386ffea3b7c760e
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
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.