Skip to content
Snippets Groups Projects

Trying to mitigate a file system issue

Merged William Salmon requested to merge willsalmon/CacheExpiryTest into master
All threads resolved!
5 files
+ 23
3
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -5,7 +5,7 @@ import pytest
from buildstream import _yaml
from buildstream._exceptions import ErrorDomain, LoadErrorReason
from tests.testutils import cli, create_element_size
from tests.testutils import cli, create_element_size, wait_for_cache_granularity
DATA_DIR = os.path.join(
@@ -108,6 +108,8 @@ def test_expiry_order(cli, datafiles, tmpdir):
res = cli.run(project=project, args=['build', 'target2.bst'])
res.assert_success()
wait_for_cache_granularity()
# Now extract dep.bst
res = cli.run(project=project, args=['checkout', 'dep.bst', checkout])
res.assert_success()
Loading