commit | 3dc2f544d8362091ed33c1c486d64d201e65ee7e | [log] [tgz] |
---|---|---|
author | ulfjack <ulfjack@google.com> | Fri Sep 29 08:46:10 2017 -0400 |
committer | John Cater <jcater@google.com> | Fri Sep 29 12:14:50 2017 -0400 |
tree | 43b9e0aece7c953d247fdf91833a5d3d8951e2a8 | |
parent | 65959f53f74a8d0b7cba4a2adc7ed2bdfa1ea0ff [diff] |
Fix flakiness of BuildEventServiceTests The flakiness was caused by waiting for the server to receive the second life-cycle event, but not waiting for the ack to get to the client. In that case, the interruption would happen before the life-cycle call returned, in which case it threw the InterruptedException, and then the stream doesn't exist yet, and so there's no mechanism to send anything to the server. PiperOrigin-RevId: 170472383
{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 system. 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.