Mailing List Archive

Zope tests: 5 OK, 1 Unknown
Summary of messages to the zope-tests list.
Period Mon Feb 7 12:01:02 2005 UTC to Tue Feb 8 12:01:02 2005 UTC.
There were 6 messages: 6 from Zope Unit Tests.


Unknown
-------

Subject: UNKNOWN : Zope-2_7-branch Python-2.4 : Linux
From: Zope Unit Tests
Date: Tue Feb 8 04:29:58 EST 2005
URL: http://mail.zope.org/pipermail/zope-tests/2005-February/001550.html


Tests passed OK
---------------

Subject: OK : Zope-2_6-branch Python-2.1.3 : Linux
From: Zope Unit Tests
Date: Tue Feb 8 04:25:27 EST 2005
URL: http://mail.zope.org/pipermail/zope-tests/2005-February/001547.html

Subject: OK : Zope-2_6-branch Python-2.3.4 : Linux
From: Zope Unit Tests
Date: Tue Feb 8 04:26:58 EST 2005
URL: http://mail.zope.org/pipermail/zope-tests/2005-February/001548.html

Subject: OK : Zope-2_7-branch Python-2.3.4 : Linux
From: Zope Unit Tests
Date: Tue Feb 8 04:28:28 EST 2005
URL: http://mail.zope.org/pipermail/zope-tests/2005-February/001549.html

Subject: OK : Zope-trunk Python-2.3.4 : Linux
From: Zope Unit Tests
Date: Tue Feb 8 04:31:28 EST 2005
URL: http://mail.zope.org/pipermail/zope-tests/2005-February/001551.html

Subject: OK : Zope-trunk Python-2.4 : Linux
From: Zope Unit Tests
Date: Tue Feb 8 04:32:58 EST 2005
URL: http://mail.zope.org/pipermail/zope-tests/2005-February/001552.html

_______________________________________________
Zope-Coders mailing list
Zope-Coders@zope.org
http://mail.zope.org/mailman/listinfo/zope-coders
Re: Zope tests: 5 OK, 1 Unknown [ In reply to ]
2.7 branch tests no longer work with Python-2.4. The symptom is that
test.py never returns, so I have disabled them for now.

Stefan


On 8. Feb 2005, at 13:01, Zope tests summarizer wrote:

>
> Unknown
> -------
>
> Subject: UNKNOWN : Zope-2_7-branch Python-2.4 : Linux
> From: Zope Unit Tests
> Date: Tue Feb 8 04:29:58 EST 2005
> URL:
> http://mail.zope.org/pipermail/zope-tests/2005-February/001550.html
>

--
The time has come to start talking about whether the emperor is as well
dressed as we are supposed to think he is. /Pete McBreen/

_______________________________________________
Zope-Coders mailing list
Zope-Coders@zope.org
http://mail.zope.org/mailman/listinfo/zope-coders
Re: Zope tests: 5 OK, 1 Unknown [ In reply to ]
[Stefan H. Holek]
> 2.7 branch tests no longer work with Python-2.4.

Fudge. Looks like a bad interaction between changes in 2.4's
asyncore.py and recent changes to fix thread+asyncore races in ZEO
startup. I'll try to repair that ASAP.

> The symptom is that test.py never returns, so I have disabled them for now.

It's peculiar that test.py never returns. On my box, the failing tests
eventually die with "Connection refused", or with a timeout.
Unfortunately, the seminal

select.error: (9, 'Bad file descriptor')

errors in 2.4 occur in a (non-main) thread in these tests, and
unittest doesn't notice errors in threads, so it can get complicated.
_______________________________________________
Zope-Coders mailing list
Zope-Coders@zope.org
http://mail.zope.org/mailman/listinfo/zope-coders
Re: Zope tests: 5 OK, 1 Unknown [ In reply to ]
[Stefan H. Holek]
>> 2.7 branch tests no longer work with Python-2.4.

[Tim Peters]
> Fudge. Looks like a bad interaction between changes in 2.4's
> asyncore.py and recent changes to fix thread+asyncore races in ZEO
> startup. I'll try to repair that ASAP.
> ...

I believe this is repaired in 2.7 branch now, so please re-enable this
test. Thanks!
_______________________________________________
Zope-Coders mailing list
Zope-Coders@zope.org
http://mail.zope.org/mailman/listinfo/zope-coders