summaryrefslogtreecommitdiff
path: root/tests/artifactcache/expiry.py
Commit message (Expand)AuthorAgeFilesLines
* tests/artifactcache/expiry.py: Conditionally skip some testsTristan van Berkom2020-10-251-0/+45
* cascache.py: Create cas logs in the buildstream cache directorybschubert152020-03-241-1/+1
* exceptions: Expose ErrorDomain, ErrorLoadReasonThomas Coldrick2020-01-231-1/+1
* Reformat code using BlackChandan Singh2019-11-141-146/+113
* frontend: Remove tracking options from `bst build`Chandan Singh2019-11-041-62/+1
* tests/artifactcache/expiry.py: Add test for cache usage monitorjuerg/cache-usageJürg Billeter2019-09-101-0/+33
* tests/artifactcache/expiry.py: Partially reactivate cache quota testJürg Billeter2019-08-301-46/+1
* tests/artifactcache/expiry.py: Fix test_cleanup_firstJürg Billeter2019-08-201-14/+0
* tests/artifactcache/expiry.py: Fix test_never_delete_requiredJürg Billeter2019-08-201-17/+5
* tests/artifactcache/expiry.py: Limit to single fetcherJürg Billeter2019-08-201-0/+2
* _context.py: Pass cache quota to CASCacheJürg Billeter2019-08-201-5/+0
* Remove CASQuota and CASCacheUsageJürg Billeter2019-08-201-0/+1
* _scheduler: Remove cleanup jobJürg Billeter2019-08-201-0/+7
* tests/artifactcache: Disable 'unused-import' checks that are pytest fixturesBenjamin Schubert2019-06-061-1/+1
* tests/artifactcache: Silence all 'redefined-outer-name' pylint errorsBenjamin Schubert2019-06-061-0/+3
* plugintestutils: Rename 'plugintestutils' package to 'testing'phil/rename-plugintestutilsPhil Dawson2019-04-161-1/+1
* sourcepushqueue.py: Add queue for pushing sourcesRaoul Hidalgo Charman2019-03-251-2/+2
* tests: str(datafiles) instead of a longer thingAngelos Evripiotis2019-03-211-8/+8
* Integrate source cache with rest of buildstreamRaoul Hidalgo Charman2019-03-141-2/+4
* CASQuota: move clean method hereRaoul Hidalgo Charman2019-03-141-3/+3
* tests: Remove unused importsremove-dead-codeBenjamin Schubert2019-03-011-1/+0
* tests: Remove unused parameters in functionsBenjamin Schubert2019-03-011-8/+8
* tests: Remove unused variablesBenjamin Schubert2019-03-011-6/+0
* tests/artifactcache/expiry.py: Remove test_extract_expiry()Jürg Billeter2019-02-281-50/+0
* CASQuota: Move cache check methods into new Classraoul/870-root-cache-dirRaoul Hidalgo Charman2019-02-191-4/+4
* context: remove artifactdirRaoul Hidalgo Charman2019-02-191-1/+1
* cachedir: add new dir option that's default root to other dirsRaoul Hidalgo Charman2019-02-191-1/+1
* Expose basic api for testing external plugins.phil/plugin-testing-apiPhil Dawson2019-02-081-1/+2
* _artifactcache.py: Don't require the quota to be available on disk.tristan/cache-quota-max-onlyTristan Van Berkom2019-01-251-2/+18
* _artifactcache.py: Refactored to use utils._get_volume_size()Tristan Van Berkom2019-01-241-2/+2
* tests/artifactcache/expiry.py: Test that expiry happens firsttristan/cache-managementTristan Van Berkom2019-01-241-0/+64
* tests/artifactcache/expiry.py: Refactored to use get_element_states()Tristan Van Berkom2019-01-241-23/+30
* _artifactcache.py: Raise ArtifactError() when quota size exceeds disk space.tristan/insufficient-storage-errorTristan Van Berkom2019-01-231-14/+22
* Mark 'old' checkout command as obsoleteJames Ennis2019-01-221-2/+3
* tests/artifactcache/expiry.py: Test refs directory cleanupTristan Van Berkom2019-01-181-0/+14
* _cas: Rename artifactcache folder and move that to a root moduleRaoul Hidalgo Charman2019-01-161-2/+2
* Mock storage space checks for tests.BenjaminSchubert/fix-quota-testsBenjamin Schubert2018-12-131-1/+32
* tests/artifactcache/expiry.py: Added test_never_delete_required_track()Tristan Van Berkom2018-09-141-1/+57
* tests/artifactcache/expiry.py: Assert the expected errorsTristan Van Berkom2018-09-141-0/+2
* tests/artifactcache/expiry.py: Cleanup of test for required artifactsTristan Van Berkom2018-09-141-39/+23
* tests/artifactcache/expiry.py: Fix test case expectations.Tristan Van Berkom2018-09-101-0/+19
* Remove artifact extracts when artifact expires in cacheValentin David2018-08-231-0/+35
* Trying to mitigate a mtime granularity braking the cache testswillsalmon/CacheExpiryTestWilliam Salmon2018-08-161-1/+22
* project: validate project paths (element-path)Tiago Gomes2018-08-021-1/+1
* local plugin: validate project pathsTiago Gomes2018-08-021-41/+26
* tests/artifactcache/expiry.py: Add expiry testsTristan Maat2018-07-181-0/+264