selftest can't be run in a bound branch
Bug #309309 reported by
Vincent Ladeuil
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Confirmed
|
High
|
Unassigned | ||
Breezy |
Triaged
|
Low
|
Unassigned |
Bug Description
As mentioned during the behavior change regarding branch.nick, selftest can't be run anymore in bound branches if access to the master branch requires authentication.
This is the case for branches bound to lp branches.
One of the reasons is that some tests use 'bzr --version' as a
'do very little' command and, when the bound branch requires some
password (like any ssh one does)... selftest prompts and hangs..
I use an ssh agent but the test suite (rightly) reset the
SSH_AUTH_SOCK.
bzr selftest -s bb.test_
is one such test.
Changed in bzr: | |
status: | New → Confirmed |
importance: | Undecided → High |
tags: | added: selftest |
tags: | added: check-for-breezy |
tags: | removed: check-for-breezy |
Changed in brz: | |
status: | New → Triaged |
importance: | Undecided → Low |
To post a comment you must log in.
Of course the work-around is to unbind the branch, but I use bound branches for a reason.