[roll] Roll fuchsia [data_sinks] Fix removeAll() to remove subdirectories.

This was causing the GetAllDataSinks() to increase in duration for
multiplied runs because they were all using the same output dir on the
target and since the subdirectories were not getting removed after each
run, we had to walk through an increasingly larger amount of directories
to get the outputs of each run.

The test shows that before, the test duration would steadily increase
for the test the more times it was run, but after the change, it now
stays the same.

Test:
before change: https://chromium-swarm.appspot.com/task?id=67a9735d0f7f2710
after change: https://chromium-swarm.appspot.com/task?id=67a9713864cd9110

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/988384
Original-Revision: db44d379b2cc5cf0f36d11987d19e94a5d23f713
GitOrigin-RevId: 7aed0b21284190b7184ef80668d247028d3f42ac
Change-Id: Id6724b5edbacf8727ffc9f1de53ace596d8d3ed9
1 file changed
tree: 0436e80d940398a36fdd5697786439975e44f9bd
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.