| commit | b5f57302c146415b9d3d91885c4e71e99c09c1a7 | [log] [tgz] |
|---|---|---|
| author | philwo <philwo@google.com> | Mon Jan 07 05:47:46 2019 -0800 |
| committer | Copybara-Service <copybara-piper@google.com> | Mon Jan 07 05:49:57 2019 -0800 |
| tree | 398da1c99a362615f410a84979252a919d77deff | |
| parent | a3a5975dca3ad04c19dc7d063fcf490a8cd612fd [diff] |
Do not use "tail" in bazel_test_test to read a file. The version of "tail" in Ubuntu 14.04 is too old and prints a weird warning message when it can't recognize the filesystem its input file is saved on (cf. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=810669). This is the case when using Docker, because "tail" in that version doesn't know about overlayfs yet. Due to the (harmless) warning message, the assert in the test fails. Just not using "tail" and replacing the assert with expect_log seems fine here and lets the test pass. RELNOTES: None. PiperOrigin-RevId: 228149388
{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.