Can't run the full test suite as root
Bug #646133 reported by
Vincent Ladeuil
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Fix Released
|
High
|
Vincent Ladeuil | ||
2.2 |
Fix Released
|
High
|
Vincent Ladeuil | ||
2.3 |
Fix Released
|
High
|
Vincent Ladeuil |
Bug Description
Some tests use read-only or un-readable files by tweaking the permissions bits.
They fail when the test suite is run as root.
Related branches
lp://staging/~vila/bzr/646133-selftest-as-root
- John A Meinel: Approve
-
Diff: 127 lines (+28/-4)6 files modifiedNEWS (+3/-0)
bzrlib/tests/features.py (+16/-0)
bzrlib/tests/per_lock/test_lock.py (+2/-1)
bzrlib/tests/test_lockdir.py (+2/-1)
bzrlib/tests/test_osutils.py (+2/-0)
bzrlib/tests/test_selftest.py (+3/-2)
Changed in bzr: | |
status: | New → Confirmed |
assignee: | nobody → Vincent Ladeuil (vila) |
Changed in bzr: | |
status: | Confirmed → In Progress |
Changed in bzr: | |
importance: | Undecided → High |
Changed in bzr: | |
milestone: | none → 2.1.4 |
status: | In Progress → Fix Committed |
Changed in bzr: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Hmm, one more test failing in 2.2.2: bt.test_ transform. TestTreeTransfo rm.test_ rename_ fails.
It didn't exist in 2.1...