summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* tests/format/dependencies.py: Remove tests for LoadErrorReason.DUPLICATE_DEPE...Tristan van Berkom2020-09-189-97/+0
* tests/frontend/overlaps.py: Test CoreWarnings.UNSTAGED_FILESTristan van Berkom2020-09-186-2/+38
* tests/frontend/overlaps.py: Minor cleanup and refactoringTristan van Berkom2020-09-181-37/+32
* tests/elements/filter/basic/element_plugins/dynamic.py: Stage in Element.stage()Tristan van Berkom2020-09-181-5/+2
* tests/frontend/rebuild.py: Add test_modify_and_revertJürg Billeter2020-09-161-0/+41
* tests/frontend/rebuild.py: Add assertion for built elementsJürg Billeter2020-09-161-0/+8
* tests/frontend/push.py: Test artifact push with globJürg Billeter2020-09-101-0/+30
* tests/frontend/buildcheckout.py: Add non-strict cache key testjuerg/cache-keyJürg Billeter2020-09-081-0/+34
* element.py: Hide dependencies which are irrelevant to the ElementTristan van Berkom2020-09-042-4/+5
* Element.dependencies() now yields ElementProxy wrappers by default.Tristan van Berkom2020-09-041-1/+1
* Move handling of the source `directory` configuration to ElementSourcesjuerg/element-source-cacheJürg Billeter2020-09-0328-28/+28
* Add ElementSourcesCacheJürg Billeter2020-09-034-20/+44
* tests/sourcecache: Do not inspect uninitialized elementsJürg Billeter2020-09-033-0/+10
* tests/sourcecache/push.py: Add test_push_missing_source_after_build()Jürg Billeter2020-09-011-0/+30
* runcli.py: Configurable index/storage artifact typesJosh Smith2020-08-261-0/+8
* _elementsources.py: Fix source names in unique keyjuerg/source-cache-keyJürg Billeter2020-08-2528-28/+28
* _fixtures.py: Only get the normal number of threads at the start of sessionBenjamin Schubert2020-08-231-1/+5
* buildstream/element.py: Consider "build-root" variable in the cache key uncon...tristan/build-root-cache-keyTristan van Berkom2020-08-2028-28/+28
* tests/cachekey/cachekey.py: Use the same project name for cache key testsTristan van Berkom2020-08-201-1/+1
* Bump minimum version requirement for ruamel.yamlchandan/upgrade-ruamelChandan Singh2020-08-182-0/+36
* _frontend/cli: Add --deps `build` & `run` values for `source track --deps`Chandan Singh2020-08-148-2/+65
* regression-test for ".bst" artifact checkout bugdwinship/test_for_dot_bst_artifact_checkout_bugDouglas Winship2020-08-131-0/+24
* casserver.py: Drop BuildStream Artifact and Source servicesJürg Billeter2020-08-131-107/+0
* _sourcecache.py: Use AssetRemoteJürg Billeter2020-08-131-11/+23
* _artifactcache.py: Use AssetRemoteJürg Billeter2020-08-131-11/+38
* tests/frontend/push.py: Pull complete artifactJürg Billeter2020-08-131-7/+8
* Completely remove MetaElementTristan van Berkom2020-08-131-2/+2
* element.py: Early return in _initialize_state()Tristan van Berkom2020-08-131-3/+1
* Add tests for checking the working of a remote cacheWilliam Salmon2020-08-1111-0/+194
* _frontend/cli.py: Fix `artifact checkout` with no argumentsChandan Singh2020-08-111-0/+12
* _yaml.pyx: Make shortname a mandatory argument to _yaml.load()Tristan van Berkom2020-08-107-46/+46
* Extract ElementSources classjuerg/element-sourcesJürg Billeter2020-08-061-1/+1
* element.py: Drop cache checks from `_tracking_done()`Jürg Billeter2020-08-061-3/+2
* source.py: Validate cache when it's used, not in `_is_cached()`Jürg Billeter2020-08-061-31/+17
* tests/format/variables.py: Increase timeoutTristan van Berkom2020-08-031-1/+1
* tests/integration/interactive_build.py: make a new test for retrying failed b...abderrahim/cached-failureAbderrahim Kitouni2020-07-291-1/+16
* tests/format/include.py: Test preservation of conditionals at include timetristan/options-orderTristan van Berkom2020-07-2926-0/+179
* tests/format/variables.py: Adding new test for lazy variable resolutiontristan/partial-variablesTristan van Berkom2020-07-226-0/+30
* tests/frontend/overlaps.py: Test undefined variablesTristan van Berkom2020-07-222-1/+27
* tests/format/variables.py: Added some new testsTristan van Berkom2020-07-225-12/+99
* _variables.pyx: Rewrite Variables code.Tristan van Berkom2020-07-221-2/+2
* loader.py: use the full name of the element when looking up a workspaceAbderrahim Kitouni2020-07-161-2/+5
* tests/format/link.py: Added test for including files across linked junction b...tristan/fix-juncle-include-linkTristan van Berkom2020-07-1515-0/+62
* tests/frontend/remote-caches.py: Split test_source_artifact_cachesjuerg/source-pushJürg Billeter2020-07-061-4/+26
* tests/sourcecache/fetch.py: Use `bst source push` to replace hackJürg Billeter2020-07-061-12/+20
* Add `bst source push` commandJürg Billeter2020-07-061-0/+1
* tests/testutils/artifactshare.py: Fix sourcedirJürg Billeter2020-07-061-1/+1
* tests/frontend/push.py: Add test_push_update_after_rebuildJürg Billeter2020-06-301-0/+40
* tests/format/junctions.py: Adding tests for internal junctionsTristan van Berkom2020-06-2482-0/+356
* tests/format/junctions.py: Adding tests for duplicate junctionsTristan van Berkom2020-06-24180-7/+761