commit | 6da8982d997c119c548881aa6d7db736b9dd07d0 | [log] [tgz] |
---|---|---|
author | ulfjack <ulfjack@google.com> | Mon Feb 04 13:06:34 2019 -0800 |
committer | Copybara-Service <copybara-piper@google.com> | Mon Feb 04 13:08:41 2019 -0800 |
tree | 4b558def9522e2a85063a5576efedf6c7480d889 | |
parent | 60dcd828f16f6757aab89d30a5cb19bac182ef98 [diff] |
Default --experimental_split_xml_generation to true This changes the test action to generate the xml file as a separate step if the test itself did not generate an xml file in the first place. The reason for this change is a race condition in Posix-style operating systems when piping output to stdout and to a file simultaneously. Fixes #4608. RELNOTES: For tests that do not generate a test.xml, Bazel now uses a separate action to generate one; this results in minor differences in the generated test.xml, and makes the generation more reliable overall. PiperOrigin-RevId: 232351927
{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.