summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* setup.cfg: Fix xdg env vars to not affect the hostbschubert/fix-xdg-temppathsBenjamin Schubert2019-10-081-0/+18
* element.py: remove call to _source_cached()traveltissues/benchmarkDarius Makovsky2019-10-0529-28/+29
* element.py: remove concept of key instabilityDarius Makovsky2019-10-051-10/+35
* cascache.py: Save casd logs in a file for retrievalBenjamin Schubert2019-10-041-0/+39
* cascache.py: Send message in case of unclean termination of buildbox-casdBenjamin Schubert2019-10-021-0/+63
* tests: Remove xfails from buildbox integration testsDarius Makovsky2019-09-242-6/+0
* tests: Remove xfails from buildbox integration testsDarius Makovsky2019-09-242-2/+0
* Remove workspace mounting for sandboxesDarius Makovsky2019-09-241-0/+2
* element.py: always check sources for cachingDarius Makovsky2019-09-2429-31/+48
* tests: Add some missing integration markscoldtom/mark-filter-test-integrationThomas Coldrick2019-09-232-0/+6
* tests/testutils/artifactshare.py: Add SIGTERM handler to subprocessjuerg/artifactshareJürg Billeter2019-09-161-0/+6
* tests/integration: Add test for filter elementcoldtom/filter-element-improvementsThomas Coldrick2019-09-164-4/+73
* element.py: Abstract not producing artifactsThomas Coldrick2019-09-161-1/+1
* filter.py: Fail if parent element is a stackThomas Coldrick2019-09-163-0/+15
* filter.py: Allow passing integration commandsThomas Coldrick2019-09-164-0/+44
* cli.py: Allow checkout to handle --deps allJames Ennis2019-09-131-3/+3
* source_checkout.py: Add --compression tests for source checkoutJames Ennis2019-09-121-0/+34
* source_checkout.py: Add test for --tar/--directory conflictJames Ennis2019-09-121-0/+17
* cli.py: Make source checkout more consistent with artifact checkoutJames Ennis2019-09-122-16/+27
* source_checkout.py: Remove commented out touch() and add commentJames Ennis2019-09-121-1/+1
* Use distutils plugin from bst-plugins-experimentalJavier Jardón2019-09-122-0/+2
* Fail if we try to build a BST_FORMAT_VERSION we do not support anymorejjardon/BST_FORMAT_VERSIONJavier Jardón2019-09-122-2/+2
* tests/remoteexecution/partial.py: Test building all dependenciesbuild-all-optionRaoul Hidalgo Charman2019-09-121-2/+12
* tests/artifactcache/expiry.py: Add test for cache usage monitorjuerg/cache-usageJürg Billeter2019-09-101-0/+33
* Add tests/frontend/large_directory.pyJürg Billeter2019-09-102-0/+90
* Change unfitting function nameTristan Maat2019-09-0610-20/+20
* Allow splitting artifact cachesTristan Maat2019-09-067-46/+272
* Remove cache-specifc spec classesTristan Maat2019-09-061-7/+8
* buildcheckout.py: Add tests which checkout artifact depsjennis/update_checkoutJames Ennis2019-09-051-0/+37
* cli.py: Allow checkout to handle artifact refsJames Ennis2019-09-051-1/+1
* _stream.py: Remove separate handling of ArtifactElementsJames Ennis2019-09-051-1/+1
* tests/workspaces: Test edge case when linking files to RO directoryShahwat Dalal2019-09-051-0/+14
* tests/tar: Add test for unreadable and unwritable content tar sourceShahwat Dalal2019-09-052-3/+5
* cli.py: Allow pull to handle artifact refsJames Ennis2019-09-051-0/+42
* _project.py: Don't only load cached artifactsJames Ennis2019-09-051-1/+1
* cli.py: Allow push to handle artifact refsJames Ennis2019-09-051-0/+102
* tests: Add autouse fixture to reset global state in node.pyxjuerg/synthetic-file-indexJürg Billeter2019-09-041-1/+1
* tests/testutils/http_server.py: Drop queue to avoid lingering threadjuerg/http-test-serverJürg Billeter2019-09-031-10/+1
* tests: Catch tests that don't shut down background threadsjuerg/forkJürg Billeter2019-09-031-0/+1
* tests/testutils/http_server.py: Close queue to stop background threadJürg Billeter2019-09-031-0/+2
* tests/artifactcache: Use context manager for gRPC channelsJürg Billeter2019-09-031-50/+50
* Addition of --long option to list-contents:becky/list_contents_long_optionRebecca Grayson2019-09-021-0/+42
* Splitting up tests/frontend/artifact.pyRebecca Grayson2019-09-024-241/+334
* tests/format/dependencies.py: Test errors when explicitly setting strict to Truetristan/strict-rebuildTristan Van Berkom2019-08-312-0/+17
* tests/frontend/show.py: Test that strict dependencies behave as expectedTristan Van Berkom2019-08-316-0/+71
* tests/format/dependencies.py: Testing for error of invalid strict runtime depsTristan Van Berkom2019-08-312-0/+16
* tests/internals/storage_vdir_import.py: Reduce number of test casestmewett/test-in-subprocessTom Mewett2019-08-301-9/+4
* tests: Modify all tests using subprocesses to use in_subprocess markTom Mewett2019-08-305-486/+163
* tests: Implement and register in_subprocess pytest markTom Mewett2019-08-301-0/+22
* tests/artifactcache/expiry.py: Partially reactivate cache quota testJürg Billeter2019-08-301-46/+1