summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* testing/sources: Automatically register plugin sourcesBenjamin Schubert2019-08-261-4/+4
* casserver.py: Use quota instead of headroomJürg Billeter2019-08-202-55/+15
* tests/artifactcache/expiry.py: Fix test_cleanup_firstJürg Billeter2019-08-201-14/+0
* tests/artifactcache/expiry.py: Fix test_never_delete_requiredJürg Billeter2019-08-201-17/+5
* tests/artifactcache/expiry.py: Limit to single fetcherJürg Billeter2019-08-201-0/+2
* _context.py: Pass cache quota to CASCacheJürg Billeter2019-08-201-5/+0
* tests/artifactcache/artifactservice.py: Enable write access via casdJürg Billeter2019-08-201-1/+1
* tests/testutils/artifactshare.py: Allow write access via casdJürg Billeter2019-08-201-4/+8
* cascache.py: Start buildbox-casd and set up channelJürg Billeter2019-08-204-11/+38
* tests/internals/storage_vdir_import.py: Terminate casd at end of testJürg Billeter2019-08-201-128/+150
* tests/internals/storage.py: Use context manager for casd terminationJürg Billeter2019-08-201-16/+19
* tests/testutils/artifactshare.py: Call CASCache.release_resources()Jürg Billeter2019-08-201-0/+2
* casserver.py: Call CASCache.release_resources() on exitJürg Billeter2019-08-201-11/+11
* casserver.py: Remove CacheCleanerJürg Billeter2019-08-201-0/+3
* Remove CASQuota and CASCacheUsageJürg Billeter2019-08-201-0/+1
* _scheduler: Remove cache size jobJürg Billeter2019-08-201-90/+0
* _scheduler: Remove cleanup jobJürg Billeter2019-08-201-0/+7
* tests/internals/storage_vdir_import.py: Run tests in subprocessJürg Billeter2019-08-201-7/+66
* tests/internals/storage.py: Run tests in subprocessJürg Billeter2019-08-201-5/+55
* tests/artifactcache/artifactservice.py: Add objects in subprocessJürg Billeter2019-08-201-12/+13
* artifact.proto: Add the project name to the build dependency informationJames Ennis2019-08-1928-28/+28
* element.py: Add the build dependency names to the cache key dictJames Ennis2019-08-197-7/+7
* tests/frontend/buildcheckout.py: Stop using explicit cache keysJames Ennis2019-08-191-5/+5
* Addition of bst artifact list-contents:Rebecca Grayson2019-08-162-0/+68
* tests: Include testing provenance through options and includesDaniel Silverstone2019-08-165-3/+25
* invalid_keys.py: Test compositied nodes are reported back usefullydanielsilverstone-ct/fix-node-provenanceJames Ennis2019-08-153-0/+28
* Move qmake plugin to bst-plugins-experimentalcoldtom/move-qmakeThomas Coldrick2019-08-142-0/+2
* _stream.py: Ensure push does not fail if artifact not cachedjennis/push_unbuilt_artifactJames Ennis2019-08-141-0/+85
* Move modulebuild plugin to bst-plugins-experimentalThomas Coldrick2019-08-142-0/+2
* workspace: Add test to ensure we can show logs from a workspaced builddanielsilverstone-ct/missing-sh-fixBenjamin Schubert2019-08-142-0/+43
* tests: Verify that a missing-command causes a cached failureDaniel Silverstone2019-08-141-0/+1
* element.py: Don't reset a failed (but cached) workspaced Elementjennis/fix_failed_workspacesJames Ennis2019-08-132-0/+44