diff options
author | Darius Makovsky <traveltissues@protonmail.com> | 2019-09-05 14:33:51 +0100 |
---|---|---|
committer | bst-marge-bot <marge-bot@buildstream.build> | 2019-09-24 15:58:25 +0000 |
commit | b9e2af22bc94d108a27fc9a40f698b4822c7118e (patch) | |
tree | 50206c7e4be6072afc8b51636c0014a47710400d /tests/cachekey/project/sources/pip1.expected | |
parent | e25da0391352c596d26fe892f3435c38133c500a (diff) | |
download | buildstream-b9e2af22bc94d108a27fc9a40f698b4822c7118e.tar.gz |
element.py: always check sources for caching
Check that sources are cached even if they are workspaced and do not
reset workspace cache data
partially reverts !1470
closes #1088
element.py: remove workspaces in cache key calc
Using the workspace source plugin, workspaces should now be handled like
sources for the purpose of calculating element cache keys.
partially reverts !1470
works towards #1073
Since the source keys are now calculated using the unique keys of the
workspace source, this change will break external tracking for open
workspaces. In future attempting to track an open workspace might raise
a SourceError. The test is rewritten to close the workspace before
tracking.
Diffstat (limited to 'tests/cachekey/project/sources/pip1.expected')
-rw-r--r-- | tests/cachekey/project/sources/pip1.expected | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cachekey/project/sources/pip1.expected b/tests/cachekey/project/sources/pip1.expected index fc24de1b0..e950952c8 100644 --- a/tests/cachekey/project/sources/pip1.expected +++ b/tests/cachekey/project/sources/pip1.expected @@ -1 +1 @@ -60d6200ba331e3cff4b3255cb218569e387c571ee57761f6b3883b1283a937a2
\ No newline at end of file +355a16ca00ac83589f97c5544102748930b61e8ca7210f888358cec28ecebebb
\ No newline at end of file |