Copy over upstream changes to WorkRequestHandlerTest (#16)

https://cs.opensource.google/bazel/bazel/+/825e0d3c6d148c13a8b0585fa0d8f760a0b2e4a5
https://cs.opensource.google/bazel/bazel/+/e53ed1df40b0233daf5be5b4f2f4a54391bbfb7c
1 file changed
tree: fc08ef91295d5ef89ac44ab57c7a72c8597539fa
  1. .bazelci/
  2. .bcr/
  3. java/
  4. proto/
  5. .bazelversion
  6. .gitignore
  7. CONTRIBUTING.md
  8. LICENSE
  9. README.md
  10. release.sh
README.md

Bazel Persistent Worker API

This repository contains the code for Bazel's Persistent Worker API.

There are two Bazel modules in this repository:

  • proto: contains the bare protocol buffers for the worker API.
  • java: contains a simple Java wrapper library.