commit | 895c43da2de9ffe5d2905c689ae7cefcd7f1e003 | [log] [tgz] |
---|---|---|
author | ulfjack <ulfjack@google.com> | Mon Mar 25 01:58:08 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Mon Mar 25 01:59:58 2019 -0700 |
tree | eaaa14682be3f0adcce7da72eb08279cc5a40a8d | |
parent | 4a4595ee0f3137c2a84d9cb28cd857b7c911cded [diff] |
Switch TestRunnerAction to use continuations This rewrites execute() in terms of beginExecution and the resulting continuation(s), and removes the old implementation. It implicitly switches all the existing tests to the new code paths. There's a small risk that this introduces a subtle behavioral difference that isn't caught by the existing tests, but I'd say we have pretty good test coverage. Progress on #6394. PiperOrigin-RevId: 240097352
{Fast, Correct} - Choose two
Build and test software of any size, quickly and reliably.
Speed up your builds and tests: Bazel only rebuilds what is necessary. With advanced local and distributed caching, optimized dependency analysis and parallel execution, you get fast and incremental builds.
One tool, multiple languages: Build and test Java, C++, Android, iOS, Go, and a wide variety of other language platforms. Bazel runs on Windows, macOS, and Linux.
Scalable: Bazel helps you scale your organization, codebase, and continuous integration solution. It handles codebases of any size, in multiple repositories or a huge monorepo.
Extensible to your needs: Easily add support for new languages and platforms with Bazel's familiar extension language. Share and re-use language rules written by the growing Bazel community.
Follow our tutorials:
See CONTRIBUTING.md
Bazel is released in ‘Beta’. See the product roadmap to learn about the path toward a stable 1.0 release.