commit | 86d443380a096634fa88dcc6701fab01891431da | [log] [tgz] |
---|---|---|
author | Laszlo Csomor <laszlocsomor@google.com> | Thu Aug 30 07:14:33 2018 -0700 |
committer | Copybara-Service <copybara-piper@google.com> | Thu Aug 30 07:16:39 2018 -0700 |
tree | 37a661e4062529525af10a1992d26f3a0748eae8 | |
parent | 42389d9468a954f3793a19f8e026b022b39aefca [diff] |
test execution: close before attempting to delete On Windows, attempting do delete open files will fail with ERROR_ACCESS_DENIED. This commit fixes one location where the code attempted to delete (in appendStderr) a file that had an open stream (in fileOutErr). I found this bug while experimenting with the Windows-native test wrapper, see https://github.com/bazelbuild/bazel/issues/5508 Change-Id: I91937847a06a6fa59202f59decbd587a242c94b1 Closes #6034. Change-Id: I91937847a06a6fa59202f59decbd587a242c94b1 PiperOrigin-RevId: 210905331
{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.