aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/shell/integration/execution_phase_tests.sh
diff options
context:
space:
mode:
authorGravatar ulfjack <ulfjack@google.com>2017-05-09 07:45:40 -0400
committerGravatar Kristina Chodorow <kchodorow@google.com>2017-05-09 10:54:40 -0400
commit4f647e859203dc3a2f26ab088b95ef1a58c2e3ea (patch)
tree1a294425e7e9fe22f1182e1478c28610abe99553 /src/test/shell/integration/execution_phase_tests.sh
parent200479a92d20cff54bffff24b1633288e38f3ca3 (diff)
Change FileContentsProxy to use ctime instead of mtime
This gives us better reliability for detecting file changes; especially in cases where tools intentionally do not update mtime. Fixes #1525. PiperOrigin-RevId: 155490849
Diffstat (limited to 'src/test/shell/integration/execution_phase_tests.sh')
-rwxr-xr-xsrc/test/shell/integration/execution_phase_tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/shell/integration/execution_phase_tests.sh b/src/test/shell/integration/execution_phase_tests.sh
index b202fe6029..50369831b1 100755
--- a/src/test/shell/integration/execution_phase_tests.sh
+++ b/src/test/shell/integration/execution_phase_tests.sh
@@ -128,7 +128,7 @@ EOF
assert_cache_stats "miss count" 1 # volatile-status.txt
}
-function test_cache_computed_file_digests_uncaught_changes() {
+function IGNORED_test_cache_computed_file_digests_uncaught_changes() {
local timestamp=201703151112.13 # Fixed timestamp to mark our file with.
mkdir -p package || fail "mkdir failed"