commit | 985a93cd3f45897eac3de30e925173b772f65ec3 | [log] [tgz] |
---|---|---|
author | Simon Bjorklen <simon.bjorklen@gmail.com> | Tue Nov 10 00:32:55 2020 -0800 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Nov 10 00:33:55 2020 -0800 |
tree | 46fdb94f916133b95eab5956b2e019f0b96cdf66 | |
parent | c7c7f5f09ca9d6ff5686aca08a0c6aed8438f6a5 [diff] |
Fix sleep-process not killed at exit in test-setup.sh When sending the kill-signal to cleanupPid only the subshell is killed but the spawned sleep process within that shell remains and will remain up to 10 seconds after the test has finished. This is especially troublesome in the case of running the test from a nfs-mount since the sleep process may inherit file-descriptors to files within the nfs-mount which could then not be removed until the sleep process has exited. Closes #12278. PiperOrigin-RevId: 341567585
{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