clone was introduced with Breezy 3.1.0. For our purposes, branch
will do just fine since we don't want to get colocated branches (but
only one branch per origin) and we can get the same "no tree" behavior
with a simple flag.
Details
Details
- Reviewers
ardumont - Group Reviewers
Reviewers - Commits
- rDLDBZR080db96f1190: Use `branch` instead of `clone`
Diff Detail
Diff Detail
- Repository
- rDLDBZR BZR loader
- Branch
- clone
- Lint
No Linters Available - Unit
No Unit Test Coverage - Build Status
Buildable 26696 Build 41746: Phabricator diff pipeline on jenkins Jenkins console · Jenkins Build 41745: arc lint + arc unit
Time | Test | |
---|---|---|
182 ms | Jenkins > .tox.py3.lib.python3.7.site-packages.swh.loader.bzr.tests.test_loader::test_nominal[True] swh_storage = <swh.storage.proxies.filter.FilteringProxyStorage object at 0x7fcf5f96ddd8>
datadir = '/var/lib/jenkins/workspace/DLDBZR/tests-on-diff/.tox/py3/lib/python3.7/site-packages/swh/loader/bzr/tests/data'
tmp_path = PosixPath('/tmp/pytest-of-jenkins/pytest-0/test_nominal_True_0')
| |
90 ms | Jenkins > .tox.py3.lib.python3.7.site-packages.swh.loader.bzr.tests.test_loader::test_broken_tags | |
1 ms | Jenkins > .tox.py3.lib.python3.7.site-packages.swh.loader.bzr.tests.test_loader::test_bzr_directory | |
83 ms | Jenkins > .tox.py3.lib.python3.7.site-packages.swh.loader.bzr.tests.test_loader::test_empty | |
141 ms | Jenkins > .tox.py3.lib.python3.7.site-packages.swh.loader.bzr.tests.test_loader::test_ghosts | |
View Full Test Results (1 Failed · 13 Passed) |
Event Timeline
Comment Actions
Build has FAILED
Patch application report for D7133 (id=25854)
Rebasing onto 078fb50296...
Current branch diff-target is up to date.
Changes applied before test
commit 5741ffd12c7830684303eb75d8d1176fea67e7ff Author: Raphaël Gomès <rgomes@octobus.net> Date: Wed Feb 9 14:51:05 2022 +0100 Use `branch` instead of `clone` `clone` was introduced with Breezy 3.1.0. For our purposes, `branch` will do just fine since we don't want to get colocated branches (but only one branch per origin) and we can get the same "no tree" behavior with a simple flag.
Link to build: https://jenkins.softwareheritage.org/job/DLDBZR/job/tests-on-diff/32/
See console output for more information: https://jenkins.softwareheritage.org/job/DLDBZR/job/tests-on-diff/32/console
Comment Actions
Build is green
Patch application report for D7133 (id=25858)
Rebasing onto 078fb50296...
Current branch diff-target is up to date.
Changes applied before test
commit 080db96f11900080399ec423d1b12b524b86c480 Author: Raphaël Gomès <rgomes@octobus.net> Date: Wed Feb 9 14:51:05 2022 +0100 Use `branch` instead of `clone` `clone` was introduced with Breezy 3.1.0. For our purposes, `branch` will do just fine since we don't want to get colocated branches (but only one branch per origin). We can get the same "no tree" and directory reuse behaviors with a simple flag.
See https://jenkins.softwareheritage.org/job/DLDBZR/job/tests-on-diff/33/ for more details.