[roll] Roll fuchsia [starnix][pts] Fix pts node lifecycle

The pts node must be tied to the main terminal being opened and not to
the terminal object being lived. In particular, it must be removed when
the main terminal fd is closed even if some replica are still opened.

The previous code had test passing because the terminal object was not
owned by the replica file descriptors. This is changed in this CL and
the correct lifecycle is ensured.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/665065
Original-Revision: 53c1d0bf91c55780d8d5f4520fb482fde399adbd
GitOrigin-RevId: 46067fe512604914dd2177e47e6c4019ad7ee61d
Change-Id: I5d440606d6f5a8bdb4a381ef533c1918b259ea50
1 file changed
tree: fc7269619dbc32d7f9f5739f29e7d2e0d05c9db0
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. 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.