diff options
author | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2018-01-10 19:52:43 +0900 |
---|---|---|
committer | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2018-01-10 22:33:52 +0900 |
commit | 4abd4382d014b3184919df981471ca33d678824e (patch) | |
tree | 77540da141755454aaf7f26d1327427f251e1073 /tests/cachekey/project/target.expected | |
parent | 8c8880bb8df4931949bad6c3c71d3d912876f747 (diff) | |
download | buildstream-4abd4382d014b3184919df981471ca33d678824e.tar.gz |
tests/cachekey: Enhanced tests to consider local sources with multiple files.
We had a cache key instability issue with local sources generating
inconsistent cache keys due to iterating over their files in
a random order. Tests did not catch this previously due to the local
source sample only using one file to iterate over.
Diffstat (limited to 'tests/cachekey/project/target.expected')
-rw-r--r-- | tests/cachekey/project/target.expected | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cachekey/project/target.expected b/tests/cachekey/project/target.expected index b5f0d9134..2c1b6a686 100644 --- a/tests/cachekey/project/target.expected +++ b/tests/cachekey/project/target.expected @@ -1 +1 @@ -e1cf51fe826c3c18e965888f79a07a1f1d48ab50a764787d36484ca102bbb8ff
\ No newline at end of file +13e34b7b3350a3f133b829269f1bc68b6ca1ea0a82806e5442607627f20cdb31
\ No newline at end of file |