commit | 423a46a11acd109467573c3344a4dd49f211aea6 | [log] [tgz] |
---|---|---|
author | buchgr <buchgr@google.com> | Wed Jul 12 11:24:43 2017 +0200 |
committer | László Csomor <laszlocsomor@google.com> | Wed Jul 12 11:27:38 2017 +0200 |
tree | e456dcbf8bfb08f05bb78912a4ee99da04da9a18 | |
parent | 226510b85b9c0b1465aa860bc6cdd792b01b3412 [diff] |
remote: fix flaky test. Fixes #3348 The sameBlobsShouldNotBeUploadedTwice() test was found flaky on bazel ci [1]. This can happen when the first upload finishes before the second is started. Add a CountDownLatch to stop the first upload from completing, before the second is started. [1] https://github.com/bazelbuild/bazel/issues/3348 PiperOrigin-RevId: 161641110
{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 system. 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.