[roll] Roll fuchsia [fxfs] Add a simple fuzzer for lsm_tree operations.

Currently exercising insert, replace, seal, find but missing
tests of compaction and  layer files.

insert() previously panicked if the same value is inserted twice. As
part of this test I have made it return an error (and pushed the panick
up the stack).

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/711213
Original-Revision: 5bc5d6639da22a4053a4519086c48af2dcd909d2
GitOrigin-RevId: 7a7d256e6f61eca2d8956e80a3befeb1f237040b
Change-Id: I17dc31615d6c445cac858cb222689df90e377cee
1 file changed
tree: 00fa1911ae855d30baf0b6ad6fefdb1b96a46d63
  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.