commit | 5d2e0c082b1f45126d99936df86f7d4f5caf6339 | [log] [tgz] |
---|---|---|
author | mschaller <mschaller@google.com> | Wed Aug 29 10:23:26 2018 -0700 |
committer | Copybara-Service <copybara-piper@google.com> | Wed Aug 29 10:25:30 2018 -0700 |
tree | 1911c65c32f588a5e5785c0d057701fc0df9a2b1 | |
parent | 6699e0b8b1e4db9e8c36db285856901b074e0760 [diff] |
Add missing tests for actions whose inputs do not change The testActionWithNonChangingInput test never ran, because it was parameterized and was missing @Test. The intent was to assert that actions do not reexecute when their inputs are not dirtied, regardless of whether the action is configured to "executeUnconditionally" or has "isVolatile" equal to true. Similar neighboring tests assert action behavior under different circumstances, like when its input artifact's mtime or mtime-and-content change. RELNOTES: None. PiperOrigin-RevId: 210744214
{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.