| commit | b9e334cd5b9a7890d87acb16474c5d1e3ebb18f0 | [log] [tgz] |
|---|---|---|
| author | Satsuki Ueno <satsukiu@fuchsia.infra.roller.google.com> | Thu Sep 15 00:41:23 2022 +0000 |
| committer | Copybara-Service <copybara-worker@google.com> | Wed Sep 14 17:43:15 2022 -0700 |
| tree | 8a5e50aa2e9d04019bb9b1b33628bb8c8828f663 | |
| parent | 9d931f29195d79b9b9fd2348add7492128106621 [diff] |
[roll] Roll fuchsia [debug_data] Don't schedule processing task if processing is done This removes one potential redundant write that could occur. This also fixes a flake where writing to the summary could be attempted after the directory is torn down. The flake could occur depending on the order in which AddData, DataFinished, TakeMapContents, and FinishProcessing methods are called. AddData and FinishProcessing are called from thread 1, TakeMapContents and DataFinished are called from thread 2. In case the order is AddData -> TakeMapContents -> FinishProcessing -> DataFinished, the dirty bit is still set when the processing task finishes. This causes thread 2 to dispatch the data processing task again. This could trigger attempting to write to the summary file again. With the recent change to support isolated debug data directories, at the time this write is attempted the directory may by in the process of being torn down (as it is managed by a separate component). Multiply: test_manager_test Original-Fixed: 107144 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/725369 Original-Revision: 840f6793c1a6362c1dc0d3ffdddab930452de07d GitOrigin-RevId: c4abc48e38ca1d1e6bcaa9f92623f081dadd2734 Change-Id: Ic6cc76242399b8e0c00d07106728f41dc8396a07
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.