aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/shell/integration
diff options
context:
space:
mode:
authorGravatar buchgr <buchgr@google.com>2017-12-03 06:40:52 -0800
committerGravatar Copybara-Service <copybara-piper@google.com>2017-12-03 06:42:55 -0800
commitd3fed125d00f6f61bfbfe05f4566656cdac1ea6e (patch)
treebc899962a147cdf555b147968377a5f6a6de73af /src/test/shell/integration
parent076977e019ebcb8b822e7727d292636fadcafcca (diff)
Change Bazel's default hash function to SHA256. Fixes #3193
RELNOTES: Bazel's default hash function was changed from MD5 to SHA256. In particular, this affects users of remote caching and execution, as all hashes will be SHA256 by default. PiperOrigin-RevId: 177740702
Diffstat (limited to 'src/test/shell/integration')
-rwxr-xr-xsrc/test/shell/integration/bazel_worker_test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/shell/integration/bazel_worker_test.sh b/src/test/shell/integration/bazel_worker_test.sh
index 0577dd1103..0554a29549 100755
--- a/src/test/shell/integration/bazel_worker_test.sh
+++ b/src/test/shell/integration/bazel_worker_test.sh
@@ -333,7 +333,7 @@ EOF
assert_equals "1" $work_count
expect_log "worker .* can no longer be used, because its files have changed on disk"
- expect_log "worker_data.txt: edcca2268a017586e6b62a8d572b1b72 -> 594038395d71f98c79c00405e0f0eba8"
+ expect_log "worker_data.txt: .* -> .*"
# Check that we used a new worker.
assert_not_equals "$worker_uuid_2" "$worker_uuid_3"