whoami-related test failures with bzr.dev
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| Bazaar |
High
|
Martin Pool | ||
| 2.3 |
High
|
Martin Pool | ||
| bzr (Ubuntu) |
Undecided
|
Unassigned | ||
| Natty |
High
|
Jelmer Vernooij |
Bug Description
since yesterday I'm getting various errors running the testsuite from bzr.dev. Perhaps this is related to the recent whoami changes?
Related branches
- John A Meinel: Pending requested 2011-04-13
-
Diff: 63 lines (+13/-1)3 files modifiedbzrlib/tests/blackbox/test_commit.py (+4/-0)
bzrlib/tests/blackbox/test_whoami.py (+4/-1)
bzrlib/tests/per_repository/test_commit_builder.py (+5/-0)
- John A Meinel: Approve on 2011-04-06
-
Diff: 63 lines (+13/-1)3 files modifiedbzrlib/tests/blackbox/test_commit.py (+4/-0)
bzrlib/tests/blackbox/test_whoami.py (+4/-1)
bzrlib/tests/per_repository/test_commit_builder.py (+5/-0)
Jelmer Vernooij (jelmer) wrote : | #1 |
Changed in bzr: | |
status: | New → Confirmed |
importance: | Undecided → High |
tags: | added: config regression test-failure |
Martin Pool (mbp) wrote : | #2 |
Changed in bzr: | |
assignee: | nobody → Martin Pool (mbp) |
status: | Confirmed → In Progress |
Changed in bzr: | |
milestone: | none → 2.4b2 |
Changed in bzr: | |
status: | In Progress → Fix Released |
Changed in bzr (Ubuntu): | |
status: | New → Fix Released |
Changed in bzr (Ubuntu Natty): | |
status: | New → Incomplete |
status: | Incomplete → In Progress |
assignee: | nobody → Jelmer Vernooij (jelmer) |
Changed in bzr (Ubuntu Natty): | |
importance: | Undecided → High |
Accepted bzr into natty-proposed, the package will build now and be available in a few hours. Please test and give feedback here. See https:/
Changed in bzr (Ubuntu Natty): | |
status: | In Progress → Fix Committed |
tags: | added: verification-needed |
Clint Byrum (clint-fewbar) wrote : | #4 |
Hello Jelmer, or anyone else affected,
Accepted bzr into natty-proposed, the package will build now and be available in a few hours. Please test and give feedback here. See https:/
Jelmer Vernooij (jelmer) wrote : | #5 |
Verified by running the bzr testsuite from the package in a clean natty install.
tags: |
added: verification-done removed: verification-needed |
Launchpad Janitor (janitor) wrote : | #6 |
This bug was fixed in the package bzr - 2.3.4-0ubuntu1
---------------
bzr (2.3.4-0ubuntu1) natty-proposed; urgency=low
* New upstream release.
+ Fix bzr version number in deprecation warnings. LP: #794960
+ Prevent write attemps on remote branch during "bzr up". LP: #786980
+ Fix conflict handling when two trees involved in a merge have different
root ids. LP: #805809
bzr (2.3.3-0ubuntu1) natty-proposed; urgency=low
* New upstream release.
+ Fixes deprecation warning on newer versions of Python. LP: #760435
+ Stops 'bzr push' from copying entire repository if a .bzr directory is
present without a branch. LP: #465517
+ Fixes undefined local variable error when waiting for lock. LP: #733136
+ Fixes lock contention issues pushing to a bound branch. LP: #733350
+ Transfers less data creating a new stacked branch. LP: #737234
+ Several fixes to the test suite, making it more robust. LP: #654733,
LP: #751824
+ 'bzr merge --pull --preview' actually shows a preview rather than
actually merging. LP: #760152
+ bzr smart server now supports UTF-8 user names. LP: #659763
+ user identity can now be set based on username and /etc/mailname, not
requiring it to be set manually. LP: #616878
+ stacking is now fully transitive. LP: #715000
+ makes in-terminal crash report of plugins much shorter. LP: #716389
-- Jelmer Vernooij <email address hidden> Thu, 14 Jul 2011 21:12:58 +0200
Changed in bzr (Ubuntu Natty): | |
status: | Fix Committed → Fix Released |
Yes, it's very likely a regression caused by my recent changes.