[test] Test rsproxy-wrap.sh --async-shutdown

Test --async-shutdown, which lets rsproxy finish in the
background (faster).

test-rsproxy-wrap.sh: now support forwarding wrapper options.

Bug: 390427892
Change-Id: I79565f01c2b531faeec79dc30938dfb98e3e362d
Reviewed-on: https://fuchsia-review.googlesource.com/c/rsclient/+/1363476
Reviewed-by: Jay Zhuang <jayzhuang@google.com>
Commit-Queue: David Fang <fangism@google.com>
3 files changed
tree: 33b211a27d2014481f09ddfb85e89ffe4b8a8690
  1. cmd/
  2. internal/
  3. scripts/
  4. tools/
  5. .bazelversion
  6. .gitignore
  7. AUTHORS
  8. BUILD.bazel
  9. CONTRIBUTING.md
  10. GEMINI.md
  11. go.mod
  12. go.sum
  13. LICENSE
  14. MODULE.bazel
  15. OWNERS
  16. PATENTS
  17. README.md
  18. version.bzl
README.md

ResultStore Client Tools

The rsclient repository contains tools that support the use of ResultStore services and API.

rsproxy acts as a bridge between build tools and the ResultStore service.

The first supported build tool is Fuchsia's fork of ninja.

Developing from source

Prerequisites

  • rsclient builds with Bazel. We recommend using Bazelisk to use the version of Bazel currently supported by this code base.

rsclient is supported for Linux, and is yet untested on other platforms.

Setup

Before working with the code base, we recommend installing the precommit hook once per git clone with:

./scripts/install_precommit.sh

This runs a variety of checks and automatic regeneration steps for you before committing local changes.

Building

To build everything:

$ bazelisk build ...

Testing

To run tests:

$ bazelisk test ...

Install

Versioning

Not yet applicable.

Releases

Not yet applicable.