commit | 3a5bea1ef4c7247a3dd3ce5364983a2516413ddf | [log] [tgz] |
---|---|---|
author | janakr <janakr@google.com> | Thu Aug 05 10:18:10 2021 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Thu Aug 05 10:19:37 2021 -0700 |
tree | 85af9731a06468c5d805e3da679e7b2443908ea6 | |
parent | 14ee5a417d6607644087856c9ca6c6992db4bd7f [diff] |
Don't interrupt the command thread on an abrupt exit/crash if we are already on the command thread: the interruption is to stop the command thread from proceeding with non-exit work, but if the command thread is the one noting the abrupt exit/crash, it's already done with non-exit work. Test coverage that a non-command-thread interrupt does interrupt the main thread continues to be present via BlazeCommandDispatcherTest#crashPreventsNewCommand (times out without command thread interruption) and CommandInterruptionTest#callingExitOnceInterruptsAndOverridesExitCode. PiperOrigin-RevId: 388963829
{Fast, Correct} - Choose two
Build and test software of any size, quickly and reliably.
Speed up your builds and tests: Bazel rebuilds only 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