Comment 2 for bug 1116079

Revision history for this message
Vincent Ladeuil (vila) wrote : Re: Test bzrlib.tests.test_tuned_gzip.TestToGzip.test_enormous_chunk fails

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])