summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tests: Drop chroot xfail/skipifJürg Billeter2019-12-316-12/+0
* _platform/platform.py: Add alias for IBM AIX 7 powerpcChandan Singh2019-12-231-2/+2
* tests/integration/shell.py: xfail for buildbox-run-userchrootJürg Billeter2019-12-171-1/+5
* tests/integration/script.py: xfail for buildbox-run-userchrootJürg Billeter2019-12-171-2/+15
* tests/integration/filter.py: xfail for buildbox-run-userchrootJürg Billeter2019-12-171-1/+5
* tests/integration/compose.py: xfail for buildbox-run-userchrootJürg Billeter2019-12-171-1/+5
* tests: source_determinism.py: Skip flaky test with buildbox-runJürg Billeter2019-12-171-0/+4
* tests/sources/git.py: Add recursive submodule testTom Mewett2019-12-131-0/+40
* tests: Drop buildbox xfailsJürg Billeter2019-12-1012-21/+5
* tests/integration/interactive_build.py: Increase timeoutJürg Billeter2019-12-101-1/+1
* tests/sources/tar.py: Use `utils._force_rmtree` instead of chmodTristan Maat2019-12-101-11/+3
* tests/integration/workspace.py: xfail logging for buildbox-runJürg Billeter2019-12-101-0/+1
* tests/integration/messages.py: xfail logging for buildbox-runJürg Billeter2019-12-101-0/+2
* tests/integration/manual.py: xfail logging for buildbox-runJürg Billeter2019-12-101-0/+1
* tests/integration/interactive_build.py: xfail logging for buildbox-runJürg Billeter2019-12-101-1/+1
* tests/integration/shell.py: xfail bind mount for buildbox-runJürg Billeter2019-12-101-4/+4
* tests/integration/script.py: xfail read-only-root for buildbox-runJürg Billeter2019-12-101-0/+3
* tests/integration/script.py: Relax error message checkJürg Billeter2019-12-101-1/+1
* tests/integration/sandbox.py: Do not limit shm test to bwrap sandboxJürg Billeter2019-12-103-10/+43
* Add test for junction option interactioncoldtom/fix-junction-remotesThomas Coldrick2019-12-101-0/+47
* tests/internals/cascache.py: Stop using non-posix shell featuresTristan Maat2019-12-091-4/+4
* Add tests for failed build in interactive modeChandan Singh2019-12-052-0/+115
* Add tests for interactive `bst init`Chandan Singh2019-12-052-0/+49
* tests: source_determinism.py: Do not use too restrictive test umasksjuerg/casd-separate-userJürg Billeter2019-12-031-2/+7
* tests/integration/filter.py: Do not use checkout --hardlinksJürg Billeter2019-12-031-1/+1
* tests/frontend/pull.py: Do not use checkout --hardlinksJürg Billeter2019-12-031-2/+2
* tests/frontend/buildcheckout.py: Cannot hardlink with CASD_SEPARATE_USERJürg Billeter2019-12-031-1/+7
* Remove newly unused API surfaces in CASCacheTristan Maat2019-12-033-11/+21
* Update all python dependenciesBenjamin Schubert2019-12-021-1/+1
* tests: Use pytest.raise() instead of checking for return codeBenjamin Schubert2019-12-023-8/+8
* lint: Remove unnecessary list comprehensionsBenjamin Schubert2019-12-022-2/+2
* tests/frontend: Refactor tests for default targetsChandan Singh2019-11-2725-255/+197
* tests: non-incremental RE builds for workspacesDarius Makovsky2019-11-272-0/+313
* compose: Allow compose elements to run integration commandsValentin David2019-11-262-0/+43
* tests: enable incremental workspace config testDarius Makovsky2019-11-261-5/+25
* Fix stacktraces during element loadingTristan Maat2019-11-221-9/+1
* Create _initialize_state() to capture an _update_state() use caseTristan Maat2019-11-181-2/+2
* Only run `element.__update_source_state` when necessaryTristan Maat2019-11-181-0/+1
* cascache.py: Use a shebang that won't fail on /bin/bash-less systemsTristan Maat2019-11-151-4/+4
* Reformat code using BlackChandan Singh2019-11-14160-9143/+7086
* _sourcecache.py: Fix reporting of capabilities for the source cacheBenjamin Schubert2019-11-121-0/+54
* _remote: Ensure checks done in the subclasses are propagatedBenjamin Schubert2019-11-122-45/+149
* tests/frontend/completions: Fix implicit string concatenationChandan Singh2019-11-121-2/+2
* _sandboxbwrap.py: Create /dev/shm in the sandboxThomas Coldrick2019-11-113-0/+54
* _remote.py: Expand user in certificates pathsBenjamin Schubert2019-11-111-0/+76
* Remove unnecessary ignore_workspaces kwargDarius Makovsky2019-11-061-2/+16
* Remove `commit`ting sources inside `Source()._generate_key`Darius Makovsky2019-11-052-2/+5
* _context.py: Improve reporting of incorrect user configbschubert/better-reporting-on-userconfigBenjamin Schubert2019-11-051-0/+25
* tests/artifactshare: safer cleanup_on_sigterm useaevri/testutils_artifactshareAngelos Evripiotis2019-11-051-2/+2
* testutils/artifactshare: don't hang on errorAngelos Evripiotis2019-11-051-28/+33