summaryrefslogtreecommitdiff
path: root/tests/sourcecache/push.py
Commit message (Expand)AuthorAgeFilesLines
* Call _initialize_state() in Element._new_from_load_element()juerg/cache-query-job-65Jürg Billeter2020-12-151-2/+2
* Add ElementSourcesCacheJürg Billeter2020-09-031-2/+3
* tests/sourcecache: Do not inspect uninitialized elementsJürg Billeter2020-09-031-0/+2
* tests/sourcecache/push.py: Add test_push_missing_source_after_build()Jürg Billeter2020-09-011-0/+30
* exceptions: Expose ErrorDomain, ErrorLoadReasonThomas Coldrick2020-01-231-1/+1
* element.py: Rename '_source_cached' to '_has_all_sources_in_source_cache'Benjamin Schubert2020-01-161-2/+2
* tests: Drop buildbox xfailsJürg Billeter2019-12-101-2/+0
* Remove newly unused API surfaces in CASCacheTristan Maat2019-12-031-4/+2
* Reformat code using BlackChandan Singh2019-11-141-108/+67
* setup.cfg: make xfail marks strict by defaulttraveltissues/strictxfailDarius Makovsky2019-10-091-1/+1
* Allow splitting artifact cachesTristan Maat2019-09-061-0/+78
* Mark buildbox tests as xfail if they require non implemented featuresWilliam Salmon2019-07-251-1/+2
* tests/sourcecache: Fix typos in commentsJürg Billeter2019-07-161-1/+1
* tests/sourcecache/push.py: Use dummy_context()Jürg Billeter2019-07-161-29/+26
* tests: Change all calls to _yaml.dump to _yaml.rountrip_dumpBenjamin Schubert2019-07-151-7/+7
* Source cache uses new proto methodsRaoul Hidalgo Charman2019-07-081-1/+1
* Refactor, use context.messenger directlyAngelos Evripiotis2019-07-051-1/+1
* Refactor: message handlers take 'is_silenced'Angelos Evripiotis2019-07-051-1/+1
* _yaml: Remove useless calls to '_yaml.node_sanitize'Benjamin Schubert2019-06-251-3/+3
* tests/sourcecache/push.py: Less strict initialisation checkjennis/fix_failing_testJames Ennis2019-06-061-2/+2
* plugintestutils: Rename 'plugintestutils' package to 'testing'phil/rename-plugintestutilsPhil Dawson2019-04-161-2/+2
* testutils: move repo.py into buildstream.plugintestutilsPhil Dawson2019-04-121-1/+2
* tests: check sources are pushed even if build failsRaoul Hidalgo Charman2019-03-251-0/+39
* tests: Add source cache push failure testRaoul Hidalgo Charman2019-03-251-0/+42
* tests: Add source cache pull after a push testRaoul Hidalgo Charman2019-03-251-0/+45
* tests: Add source cache push testRaoul Hidalgo Charman2019-03-251-0/+96