[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
1 file changed
tree: 8a5e50aa2e9d04019bb9b1b33628bb8c8828f663
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.