We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Steps to reproduce on d9d5911:
npm install -g @bazel/bazelisk
bazel test //...
Note that TestDigestsSingleSourceFile fails:
TestDigestsSingleSourceFile
$ bazel test //... INFO: Analyzed 36 targets (0 packages loaded, 0 targets configured). INFO: Found 28 targets and 8 test targets... FAIL: //pkg:pkg_test (see /home/codespace/.cache/bazel/_bazel_codespace/982569728e62b3340e5f2051314017bd/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/pkg_test/test.log) INFO: From Testing //pkg:pkg_test: ==================== Test output for //pkg:pkg_test: --- FAIL: TestDigestsSingleSourceFile (0.00s) hash_cache_test.go:117: Wrong hash: want 33e4ab761182518bbdaabdb916ecea5ad264778881dbe4ce93567f07ea89784b got 00da44523270e18ac5d8529b6f477cadd88dbd6326d6ea9fb7eeb7fc02faac97 FAIL ================================================================================ INFO: Elapsed time: 0.569s, Critical Path: 0.07s INFO: 2 processes: 1 internal, 1 linux-sandbox. INFO: Build completed, 1 test FAILED, 2 total actions
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Steps to reproduce on d9d5911:
npm install -g @bazel/bazelisk
bazel test //...
Note that
TestDigestsSingleSourceFile
fails:The text was updated successfully, but these errors were encountered: