[roll] Roll fuchsia Revert "[network/tests] Move data race test to errors package" This reverts commit ded63071f2a72c28501214e630ec76512e7ad0f0. Reason for revert: unnecessary; can downgrade error log instead Original change's description: > [network/tests] Move data race test to errors package > > This test exercises a race between a client sending data and the test > closing the interface through which data is being sent. When run with > Fast UDP enabled, it emits error logs, because some amount of messages > have been sent by the client (and are enqueued in the zircon socket > shared with the netstack) but have not yet been read by the netstack and > written to the gVisor endpoint. This write emits an error log once the > device has been closed. > > Move the test to the netstack-error-fidl-tests package, which allows > high-severity logs which normally cause tests to fail. > > Original-Fixed: 114866 > Multiply: netstack-interfaces-error-fidl-test > Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/768063 No-Presubmit: true No-Tree-Checks: true No-Try: true Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/766329 Original-Revision: db5ddc078fe2f93f3837847871f2b529f1f64564 GitOrigin-RevId: c0ffb2fa2f826caf3d83bc9a9a090b118fabcbc4 Change-Id: Ifd7e2149a97d9a4414980d7cd542313dcd80dc77
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party.