← Back to team overview

launchpad-dev team mailing list archive

Re: ec2 land submission problems (Re: Test results: drop-variants => db-devel: FAILURE)

 

On Thu, Nov 18, 2010 at 3:55 PM, Jonathan Lange <jml@xxxxxxxxxxxxx> wrote:
...
>
>  * The error is in ZopeTestInSubProcess, which I know nothing about.
>    * Looking at the code, it's just passing in a file descriptor and
> passing it to subunit
>
> In summary:
>  1. Check up the testtools version hypothesis
>  2. It's quite possibly a bug in subunit. The fix would be to change
> readFrom or one of the things it calls.
>

A work-around would be to not call readFrom from ZopeTestInSubProcess
but to instead call lineReceived directly, decoding to unicode as you
do so.

jml



Follow ups

References