summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tests: remove pip source from cachekey projecttraveltissues/tmpDarius Makovsky2020-04-224-15/+1
* plugins/sources/pip.py: Remove the pip source pluginTom Pollard2020-04-229-269/+0
* plugins/elements/pip.py: Remove the pip build element pluginTom Pollard2020-04-222-117/+0
* tests/frontend/push.py: Add test_push_after_rebuildjuerg/artifact-blob-not-foundJürg Billeter2020-04-203-1/+74
* tests/frontend/pull.py: Add test_pull_missing_blob_split_shareJürg Billeter2020-04-201-29/+63
* tests/internals/cascache.py: Increase sleep duration to fix flaky testJürg Billeter2020-04-201-2/+2
* tests/sources/tar.py: Fix flaky test_out_of_basedir_hardlinksjuerg/tar-hardlinksJürg Billeter2020-04-201-1/+6
* tests/frontend/buildcheckout.py: Add non-strict testJürg Billeter2020-04-161-0/+22
* Process options in includes files with the options of their junctionvalentindavid/include-options-from-junctionValentin David2020-04-1516-1/+135
* tests/frontend/buildcheckout.py: Check mode and uid/gid in tarballjuerg/export-to-tarJürg Billeter2020-04-081-2/+13
* _project.py: resolve options before running the final assertionsabderrahim/optionsAbderrahim Kitouni2020-04-052-0/+37
* tests/integration/script.py: Drop read-only root xfail for buildbox-runJürg Billeter2020-04-041-4/+0
* tests/integration/build-uid.py: Don't skip tests with buildbox-runJürg Billeter2020-04-041-4/+16
* tests/format/junctions.py: Drop Python 3.5 compatibilityJürg Billeter2020-04-021-6/+3
* cascache.py: Create cas logs in the buildstream cache directorybschubert152020-03-245-17/+20
* Canonicalize OS nameJürg Billeter2020-02-2728-28/+28
* tests/integration/autotools.py: Check build logJürg Billeter2020-02-201-0/+8
* _project.py: fix the case where a simple string is passed to host-filesabderrahim/simple-host-filesAbderrahim Kitouni2020-02-171-4/+7
* tests/remoteexecution/workspace.py: Fix test and enable incrementaljuerg/incremental-workspace-buildJürg Billeter2020-02-111-15/+15
* tests/integration/workspace.py: Test incremental build after failureJürg Billeter2020-02-114-0/+74
* tests/integration/workspace.py: Add incremental build testJürg Billeter2020-02-113-0/+84
* _workspaces.py: Drop `prepared`Jürg Billeter2020-02-111-2/+2
* _workspaces.py: Drop `running_files`Jürg Billeter2020-02-111-5/+2
* _workspaces.py: Increment format version, drop support for old versionsJürg Billeter2020-02-111-50/+4
* tests/integration/workspace.py: Fix test_incremental_configure...Jürg Billeter2020-02-111-1/+5
* tests/integration/workspace.py: Fix test_workspace_commanddirJürg Billeter2020-02-111-3/+10
* tests: Remove stray workspaces.yml filesJürg Billeter2020-02-112-0/+0
* .gitlab-ci/buildgrid-compose.yml: Switch to buildbox-workerJürg Billeter2020-02-111-7/+2
* sandbox: Remove unused _mounter.pyJürg Billeter2020-02-101-52/+0
* tests/internals/storage.py: Add merge testsTristan Maat2020-02-0554-0/+207
* tests/remoteexecution/workspace.py: Improve testDarius Makovsky2020-02-051-79/+96
* tests/remoteexecution: Remove xfail for non-incremental-time workspaceDarius Makovsky2020-02-051-6/+1
* tests/internals/storage_vdir_import.py: Test mtimesDarius Makovsky2020-02-051-4/+15
* utils.py: Add file timestamp helpersDarius Makovsky2020-02-051-1/+22
* tests: Avoid testing file times along with umaskDarius Makovsky2020-02-051-5/+4
* tests/integration/shell.py: xfail updateJürg Billeter2020-02-031-3/+12
* tests/integration/interactive_build.py: Relax expect for buildbox-runjuerg/buildbox-run-testJürg Billeter2020-02-031-2/+1
* Add Git source test for depth=1 fetch with exact tag reftmewett/git-sourceTom Mewett2020-01-241-0/+28
* testing: Add functions to generate yaml filesThomas Coldrick2020-01-248-136/+95
* exceptions: Expose ErrorDomain, ErrorLoadReasonThomas Coldrick2020-01-2362-62/+66
* _frontend/cli.py: Make show() --use-buildtree respect pull semanticsTom Pollard2020-01-211-7/+27
* Remove "deb" surce plugin, it has beem moved to bst-plugins-experimentaljjardon/move_deb_sourceJavier Jardón2020-01-1724-202/+0
* element.py: Compute whether an element is cached only on `is_cached`Benjamin Schubert2020-01-161-2/+6
* source.py: Remove 'get_consistency' completelyBenjamin Schubert2020-01-1611-51/+17
* source.py: Remove the reliance on consistency to get whether a source is cachedBenjamin Schubert2020-01-168-2/+20
* source.py: Add a new 'is_resolved' to get whether a source is resolved.Benjamin Schubert2020-01-165-1/+16
* element.py: Rename '_source_cached' to '_has_all_sources_in_source_cache'Benjamin Schubert2020-01-163-11/+11
* tests/integration/project.conf: Remove unused external pluginschandan/remove-bst-experimental-unusedChandan Singh2020-01-151-6/+0
* tox.ini: Add a external plugins environment test and run it in CIBenjamin Schubert2020-01-131-1/+14
* tox.ini: Remove external plugins testsBenjamin Schubert2020-01-131-84/+0