commit | 0858ae1f6eb890c1e203a2aa21130ba34ca36a27 | [log] [tgz] |
---|---|---|
author | ulfjack <ulfjack@google.com> | Fri Jul 27 02:37:53 2018 -0700 |
committer | Copybara-Service <copybara-piper@google.com> | Fri Jul 27 02:39:03 2018 -0700 |
tree | 98dd4c592049bf545ecabd6582f2a93d8d43f1d7 | |
parent | d0190d3503f3adb0655579312ee359c67291992d [diff] |
Add a flag to split test.xml generation into a separate Spawn At this time, this is only implemented for the StandaloneTestStrategy. This solves a race condition on Posix-like systems, where we cannot guarantee that the pipes are actually fully flushed to disk when the test process exits, and this can cause the test.xml to be empty, which makes it hard to debug issues. (The test.log files do not show up in normal CI systems, only the test.xml files.) Progress on #4608. PiperOrigin-RevId: 206292179
{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.