Test bzrlib.tests.test_tuned_gzip.TestToGzip.test_enormous_chunk fails - potential regression in python2.7 2.7.3-15ubuntu1
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Fix Released
|
High
|
Vincent Ladeuil | ||
Python |
New
|
Unknown
|
|||
bzr (Ubuntu) |
Fix Released
|
High
|
Unassigned | ||
python2.7 (Ubuntu) |
Fix Released
|
High
|
Unassigned | ||
Raring |
Fix Released
|
High
|
Unassigned |
Bug Description
The following test bzrlib.
=======
FAIL: bzrlib.
-------
_StringException: Empty attachments:
log
Traceback (most recent call last):
File "/usr/lib/
self.
File "/usr/lib/
self.
AssertionError: not equal:
a = 'a large string\na large string\na large string\na larg
[...]
This is reproducible with:
$ bzr selftest -s bzrlib.
ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: bzr 2.6.0~bzr6571-
ProcVersionSign
Uname: Linux 3.8.0-2-generic x86_64
ApportVersion: 2.8-0ubuntu4
Architecture: amd64
Date: Tue Feb 5 10:17:58 2013
MarkForUpload: True
PackageArchitec
ProcEnviron:
TERM=xterm
PATH=(custom, no user)
XDG_RUNTIME_
LANG=en_US.UTF-8
SHELL=/bin/bash
SourcePackage: bzr
UpgradeStatus: Upgraded to raring on 2012-01-31 (370 days ago)
Related branches
- John A Meinel: Approve
- Robert Collins (community): Approve
-
Diff: 268 lines (+122/-100)3 files modifiedbzrlib/tests/test_tuned_gzip.py (+6/-3)
bzrlib/tuned_gzip.py (+111/-97)
doc/en/release-notes/bzr-2.6.txt (+5/-0)
Changed in bzr (Ubuntu): | |
importance: | Undecided → High |
Changed in python2.7 (Ubuntu): | |
importance: | Undecided → High |
status: | New → Confirmed |
tags: | added: rls-r-incoming |
tags: | removed: rls-r-incoming |
Changed in python: | |
status: | Unknown → New |
Changed in bzr: | |
status: | New → In Progress |
importance: | Undecided → High |
assignee: | nobody → Vincent Ladeuil (vila) |
Changed in bzr: | |
milestone: | none → 2.6b3 |
status: | In Progress → Fix Released |
Changed in bzr: | |
milestone: | 2.6b3 → 2.6.0 |
As discussed on IRC, the test starts succeed with:
self. assertToGzip( ['a large string\n'*1024*34])
and starts failing with:
self. assertToGzip( ['a large string\n'*1024*35])