summaryrefslogtreecommitdiff
path: root/tests/artifactcache
Commit message (Expand)AuthorAgeFilesLines
* 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
* tests/artifactcache/basics.py: Call artifacts.pull() in a subprocessTristan Van Berkom2017-09-041-1/+5
* tests/artifactcache: Generate and fetch summary fileJürg Billeter2017-07-201-2/+13
* tests/artifactcache: Do not configure pull/push for all testsJürg Billeter2017-07-201-3/+4
* tests/artifactcache: Store cache keys as artifact metadataJürg Billeter2017-07-141-3/+18
* tests/artifactcache: Recalculate _cached after commitJürg Billeter2017-07-141-0/+1
* Move ArtifactError to exceptions.pyJürg Billeter2017-07-141-2/+3
* artifact tests: Adjust to work with new configuration and APIsTristan Van Berkom2017-07-101-3/+5
* tests/artifactcache: Add local push and fetch testJürg Billeter2017-06-271-1/+18
* Adapted test cases to new Context changesTristan Van Berkom2017-03-201-6/+5
* Updated artifact cache test cases.Tristan Van Berkom2017-03-103-21/+31
* pep8 fixes in artifactcache test caseTristan Van Berkom2016-12-101-0/+5
* Add ArtifactCache testsJürg Billeter2016-12-011-0/+47