[BUG] testfetch.py doesn't handle EAGAIN failures

Martin Pool martinpool at gmail.com
Fri Oct 21 04:22:48 BST 2005


On 21/10/05, John A Meinel <john at arbash-meinel.com> wrote:
> On my Mac box (and on Windows), I frequently got EAGAIN failures. Which
> are getting written into the log, such that testfetch.py fails to see
> what it is looking for.
>
> I'm guessing the best thing is to just not log EAGAIN. But if that isn't
> possible, then I guess just filtering out the EAGAIN messages before
> testing to make sure things are only requested one time.

I don't think I've ever seen that on Linux.  (I thought that Python
handled the EAGAIN for you, but obviously not.)  Could you post a bit
of the log?

For concrete bugs I'd like to suggest people file them into "Malone",
our bugtracker, here:

https://launchpad.net/products/bzr/+bugs

But if this is just "something to watch out for" it may not need an entry yet.

--
Martin




More information about the bazaar mailing list