summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* tests/testutils/repo/bzr.py: Work around race condition in bzrjuerg/tox-homeJürg Billeter2019-08-301-0/+5
* tests/testutils/repo/git.py: Do not ignore environment variablesJürg Billeter2019-08-301-1/+4
* tests/testutils/repo/bzr.py: Do not ignore environment variablesJürg Billeter2019-08-301-5/+8
* Addition of --out option to bst artifact log:becky/artifact_log_file_optionRebecca Grayson2019-08-291-2/+33
* frontend: Remove build --all flag in favour of --deps all/plantmewett/build-deps-cliTom Mewett2019-08-282-2/+3
* tests/frontend/artifact.py: Add tests for bst artifact showJames Ennis2019-08-271-1/+104
* cli.py: Introduce bst artifact showJames Ennis2019-08-271-0/+1
* tests/frontend/artifact.py: test artifact delete with --deps optionsJames Ennis2019-08-271-0/+91
* Load artifact refs the same way we load element namesJames Ennis2019-08-271-4/+4