summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Add tests for validating configuration variablesTiago Gomes2018-09-103-0/+101
* tests: avoid setting max-jobsTiago Gomes2018-09-101-11/+5
* subprocesses: Ensure PWD is set in process environmentRichard Maw2018-09-101-15/+19
* 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-072-0/+330
* tests/artifactcache: Add a simple test projectMartin Blanchard2018-09-077-0/+48
* tests/sources/git.py: Add tests for REF_NOT_IN_TRACKtpollard/483Tom Pollard2018-09-031-0/+68
* source.py: Added `primary` argument to URL marking APIsTristan Van Berkom2018-09-021-3/+15
* tests: Modify tests to ensure retry FAILUREJosh Smith2018-08-313-3/+3
* Replacing string 'bzr' with value from host toolsbzr_fixknownexus2018-08-301-5/+7
* Report processing errors from trackingValentin David2018-08-301-0/+34
* tests/frontend/mirror.py: Reenable test_mirror_fetch_upstream_absent[ostree]tristan/538-reenable-ostree-testTristan Van Berkom2018-08-301-4/+0
* tests/plugins/filter.py: Don't run redundant testsTristan Van Berkom2018-08-301-15/+10
* Add tests for cyclic variables checkJosh Smith2018-08-294-2/+40
* Add tests that not-found objects in cache are shown as SKIPPEDbschubert/log-missed-cacheBenjamin Schubert2018-08-291-0/+19
* Fix E305 warningsJavier Jardón2018-08-283-0/+3
* tests/frontend/workspaces.py: Removing some redundant testsTristan Van Berkom2018-08-281-4/+4
* tests/frontend/workspace.py: Add test for workspaced dependenciesValentin David2018-08-281-0/+70
* tar.py: Add test for a tarball containing a read-only dirjmac/tempfile-extraction-bugJames Ennis2018-08-241-0/+45
* tar tests: Add tarball which contains a read-only dirJames Ennis2018-08-242-0/+6
* tests/integration/project: Use the same alias for the alpine tarballTristan Van Berkom2018-08-242-2/+2
* tests/integration/source-determinism.py: Use cli_integration.valentindavid/cli_integration_source_determinismValentin David2018-08-242-7/+14
* Remove artifact extracts when artifact expires in cacheValentin David2018-08-231-0/+35
* Improve error message for deleted open workspacesValentin David2018-08-231-0/+13
* Don't strip pathname from debug symbol filesSam Thursfield2018-08-229-14/+30
* Add tests that cache size worksJonathan Maw2018-08-201-0/+62
* Fix get_cache_size to store it in the ArtifactCache, not the contextJonathan Maw2018-08-201-1/+2
* Add Error to git and ostree sources configureWilliam Salmon2018-08-174-17/+83
* Trying to mitigate a mtime granularity braking the cache testswillsalmon/CacheExpiryTestWilliam Salmon2018-08-165-3/+133
* Fix ostree repository mirroringValentin David2018-08-161-4/+0
* Add pip source pluginChandan Singh2018-08-1518-1/+211
* Allow source plugins to access previous sourcesChandan Singh2018-08-155-0/+151
* Add basic storage test 'storage-test.py'jmac/cas_virtual_directoryJim MacArthur2018-08-154-0/+60
* tests: Add tests for configurable warningsJosh Smith2018-08-159-2/+201
* _project.py: Add fatal-warnings configuration itemJosh Smith2018-08-1528-37/+44
* Test we can discovered submodules on fallback mirrored git repositoriesValentin David2018-08-141-0/+96
* Test git mirroring fallback on submodules when main repo is not mirrored.Valentin David2018-08-141-0/+97
* tests: Add a test of the git source with submodulesJonathan Maw2018-08-143-0/+80
* tests: Test that fetching passes when upstream is absentJonathan Maw2018-08-141-0/+61
* tests/frontend/mirror.py: Re-enable a test for gitValentin David2018-08-141-4/+0
* tests: Add tests for loading builddeps and runtime depsJonathan Maw2018-08-148-4/+78
* Fix tracking of junctions used in project.conf.Valentin David2018-08-131-0/+22
* remote source: Add cachekey testChandan Singh2018-08-136-1/+18
* Bump BST_CORE_ARTIFACT_VERSION for deterministic source pluginsValentin David2018-08-1225-25/+25
* Add some integration tests for source plugin determinism.Valentin David2018-08-121-0/+155
* Implementing relative workspacesrelative_workspacesPhillip Smyth2018-08-101-11/+52
* Add warning to git track if track and ref are not presentWilliam Salmon2018-08-071-0/+42
* remote.py: Add support for marking downloaded files executableEd Baunton2018-08-072-2/+43
* Add support for include '(@)' in project.conf and .bst filesValentin David2018-08-0251-3/+878