Skip to content

Commit

Permalink
external_integration_test: provide hashsum, even if we expect a timeout
Browse files Browse the repository at this point in the history
Since we run our tests for downloads via plain http, provide a checksum,
even in the case where we expect a timeout. In this way, prepare
our own code base for the #8607 flag flip.

Change-Id: I7ca9afb49008325975dff38b38aa1c596f0e9f83
PiperOrigin-RevId: 258565184
  • Loading branch information
aehlig authored and copybara-github committed Jul 17, 2019
1 parent 811a805 commit 26bcd27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/shell/bazel/external_integration_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -421,6 +421,7 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_file")
http_file(
name = 'toto',
urls = ['http://127.0.0.1:$nc_port/toto'],
sha256 = "01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b",
)
EOF
date
Expand Down

0 comments on commit 26bcd27

Please sign in to comment.