summaryrefslogtreecommitdiff
path: root/tests/artifactcache
Commit message (Expand)AuthorAgeFilesLines
* _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-242-3/+3
* 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-232-16/+24
* tests: Migrated cache quota test into artifactcache/cache_size.pyTristan Van Berkom2019-01-231-0/+28
* Mark 'old' checkout command as obsoleteJames Ennis2019-01-221-2/+3
* Move push and pull to the new artifact subcommand groupJames Ennis2019-01-222-3/+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-162-4/+3
* Mock storage space checks for tests.BenjaminSchubert/fix-quota-testsBenjamin Schubert2018-12-131-1/+32
* tests: Avoid hangs due to exceptions in subprocessesJim MacArthur2018-11-272-17/+40
* CasBasedDirectory: Change constructor to take a CASCache instead of a ContextRichard Maw2018-11-191-1/+1
* Split up artifact cache and CAS cacheJürg Billeter2018-11-052-13/+16
* _project.py: Remove unused artifacts parameter from load_elements()Jürg Billeter2018-11-052-6/+6
* Fix spelling of it's and itsRichard Dale2018-10-161-1/+1
* tests/artifactcache/push.py: Use Context for artifact cache creationJürg Billeter2018-09-271-6/+5
* tests/artifactcache/pull.py: Use Context for artifact cache creationJürg Billeter2018-09-271-6/+5
* tests/artifactcache/push.py: Ignore return value of push_directoryjmac/remote_exec_checkout_fixJim MacArthur2018-09-211-2/+2
* tests/artifactcache/config.py: Added test for invalid push remote configurationTristan Van Berkom2018-09-184-0/+35
* tests/artifactcache/pull.py: Do not double-initialize remotesDaniel Silverstone2018-09-181-3/+0
* 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
* tests/artifactcache: Add pull unit-testsjmac/remote_execution_clientMartin Blanchard2018-09-071-0/+320
* tests/artifactcache: Add push unit-testsMartin Blanchard2018-09-071-0/+312
* tests/artifactcache: Add a simple test projectMartin Blanchard2018-09-077-0/+48
* Remove artifact extracts when artifact expires in cacheValentin David2018-08-231-0/+35
* Add tests that cache size worksJonathan Maw2018-08-201-0/+62
* Trying to mitigate a mtime granularity braking the cache testswillsalmon/CacheExpiryTestWilliam Salmon2018-08-161-1/+22
* Add support for include '(@)' in project.conf and .bst filesValentin David2018-08-021-0/+1
* 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-182-0/+278
* Remove tar artifact cacheJürg Billeter2018-07-171-82/+0
* tests: Test push/pull on all platformsJürg Billeter2018-07-171-2/+0
* tests: Use context manager for ArtifactShareJürg Billeter2018-07-171-45/+45
* tests: Remove unneeded ArtifactShare.update_summary() methodJürg Billeter2018-07-091-6/+0
* tests: Do not rely on 'downloadable' statusJürg Billeter2018-05-111-4/+3
* _artifactcache: Added ArtifactCache.setup_remotes()Tristan Van Berkom2018-05-081-2/+3
* _artifactcache modules: Adhere to policy on private symbolstristan/private-refactor-2Tristan Van Berkom2018-04-041-3/+3
* Add test for project-specific artifact shares with junctionsJürg Billeter2018-02-0810-0/+121
* Move cli_options from Context to ProjectJürg Billeter2018-02-081-1/+1
* Make artifact cache tests work in python3.4jonathan/fix-tests-python34Jonathan Maw2018-01-121-3/+3
* tests: Exercise the new multiple cache supportSam Thursfield2018-01-111-0/+106
* Fixing tests to adapt to new setup of ProgramNotFound exceptionTristan Van Berkom2017-12-201-4/+3
* Refactoring: Move exceptions module to be privateTristan Van Berkom2017-11-061-1/+1
* tar.py: Add tar testsTristan Maat2017-09-281-0/+83
* Removing artifact cache tests.Tristan Van Berkom2017-09-083-113/+0