commit | a168a8224da1352c8a43281a8a263fc204ffdceb | [log] [tgz] |
---|---|---|
author | George Gensure <ggensure@uber.com> | Tue Aug 21 12:17:07 2018 -0700 |
committer | Copybara-Service <copybara-piper@google.com> | Tue Aug 21 12:18:46 2018 -0700 |
tree | d619ac9afed8b21ec429cce7f5a9299655f5ea64 | |
parent | 30aac1c8c6c68b57c3421b2c590254d6576e5f8d [diff] |
Unwrap CacheNotFound for RemoteActionCache Using retrier causes CacheNotFoundException to be wrapped in a RetryException, which is handled through undesirable means by the users of RemoteActionCache#download via IOException. This must be unwrapped and thrown directly as a part of the download interface for users, so that users can distinguish these degraded cache entries specifically. Reverting the behavior of remotelyReExecuteOrphanedCachedActions, which was adapted to verify download retries, and should be separated into its own test. Closes #5917. PiperOrigin-RevId: 209638152
{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.