commit | ab2d2fb69f7667439183847617a9ab0a54429007 | [log] [tgz] |
---|---|---|
author | jhorvitz <jhorvitz@google.com> | Fri Jun 18 13:14:39 2021 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Fri Jun 18 13:15:39 2021 -0700 |
tree | 2ce54e7c3ad75fb7883b5ea3a7720499527371b2 | |
parent | 86b32a64f596720313ff6515855f0bd8390dc452 [diff] |
Fix flakiness in `DigestUtilsTest`. The flakiness was introduced by https://github.com/bazelbuild/bazel/commit/90c395c62742bb038a686d34da57323db665f113. Caffeine has an [undefined eviction policy](https://www.javadoc.io/doc/com.github.ben-manes.caffeine/caffeine/2.8.5/com/github/benmanes/caffeine/cache/Caffeine.html#maximumSize-long-): > Note that the cache **may evict an entry before this limit is exceeded or temporarily exceed the threshold while evicting**. Remove assertions on the cache stats and instead just test that subsequent calls are cached. PiperOrigin-RevId: 380250597
{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