Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Zope: CMF

CMF Tests: 8 OK, 1 Failed

 

 

Zope cmf RSS feed   Index | Next | Previous | View Threaded


cmf-tests at epy

Feb 28, 2008, 4:00 AM

Post #1 of 6 (378 views)
Permalink
CMF Tests: 8 OK, 1 Failed

Summary of messages to the cmf-tests list.
Period Wed Feb 27 12:00:00 2008 UTC to Thu Feb 28 12:00:00 2008 UTC.
There were 9 messages: 9 from CMF Unit Tests.


Test failures
-------------

Subject: FAILED (errors=1) : CMF-2.1 Zope-2.11 Python-2.4.4 : Linux
From: CMF Unit Tests
Date: Wed Feb 27 21:37:14 EST 2008
URL: http://mail.zope.org/pipermail/cmf-tests/2008-February/008108.html


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

Subject: OK : CMF-1.6 Zope-2.8 Python-2.3.6 : Linux
From: CMF Unit Tests
Date: Wed Feb 27 21:29:43 EST 2008
URL: http://mail.zope.org/pipermail/cmf-tests/2008-February/008103.html

Subject: OK : CMF-1.6 Zope-2.9 Python-2.4.4 : Linux
From: CMF Unit Tests
Date: Wed Feb 27 21:31:13 EST 2008
URL: http://mail.zope.org/pipermail/cmf-tests/2008-February/008104.html

Subject: OK : CMF-2.0 Zope-2.9 Python-2.4.4 : Linux
From: CMF Unit Tests
Date: Wed Feb 27 21:32:44 EST 2008
URL: http://mail.zope.org/pipermail/cmf-tests/2008-February/008105.html

Subject: OK : CMF-2.0 Zope-2.10 Python-2.4.4 : Linux
From: CMF Unit Tests
Date: Wed Feb 27 21:34:14 EST 2008
URL: http://mail.zope.org/pipermail/cmf-tests/2008-February/008106.html

Subject: OK : CMF-2.1 Zope-2.10 Python-2.4.4 : Linux
From: CMF Unit Tests
Date: Wed Feb 27 21:35:44 EST 2008
URL: http://mail.zope.org/pipermail/cmf-tests/2008-February/008107.html

Subject: OK : CMF-trunk Zope-2.10 Python-2.4.4 : Linux
From: CMF Unit Tests
Date: Wed Feb 27 21:38:44 EST 2008
URL: http://mail.zope.org/pipermail/cmf-tests/2008-February/008109.html

Subject: OK : CMF-trunk Zope-2.11 Python-2.4.4 : Linux
From: CMF Unit Tests
Date: Wed Feb 27 21:40:14 EST 2008
URL: http://mail.zope.org/pipermail/cmf-tests/2008-February/008110.html

Subject: OK : CMF-trunk Zope-trunk Python-2.4.4 : Linux
From: CMF Unit Tests
Date: Wed Feb 27 21:41:44 EST 2008
URL: http://mail.zope.org/pipermail/cmf-tests/2008-February/008111.html

_______________________________________________
Zope-CMF maillist - Zope-CMF[at]lists.zope.org
http://mail.zope.org/mailman/listinfo/zope-cmf

See http://collector.zope.org/CMF for bug reports and feature requests


m.van.rees at zestsoftware

Feb 28, 2008, 9:08 AM

Post #2 of 6 (355 views)
Permalink
Re: CMF Tests: 8 OK, 1 Failed [In reply to]

CMF Tests Summarizer, on 2008-02-28:
> Summary of messages to the cmf-tests list.
> Period Wed Feb 27 12:00:00 2008 UTC to Thu Feb 28 12:00:00 2008 UTC.
> There were 9 messages: 9 from CMF Unit Tests.
>
>
> Test failures
> -------------
>
> Subject: FAILED (errors=1) : CMF-2.1 Zope-2.11 Python-2.4.4 : Linux
> From: CMF Unit Tests
> Date: Wed Feb 27 21:37:14 EST 2008
> URL: http://mail.zope.org/pipermail/cmf-tests/2008-February/008108.html

I caused this failure. I thought yuppie fixed it yesterday. Problem
is that I cannot reproduce it: my testing environment apparently
differs from that used in these daily tests.

I have hopefully fixed this in revision 84361. I guess we will find
out tomorrow.

The problem is that I am adding an object with meta_type Folder. That
meta type is available in my test environment but not in the official
test environment. I have more Products installed it seems. I tried
it in a Plone buildout so there I can imagine that I have more
Products. I did the tests also in a buildout with just Zope and CMF
so it should have failed for me there, but it did not.

So: is there a document somewhere describing how to officially set up
CMF for testing? Or just a buildout/bundle I can use?


--
Maurits van Rees | http://maurits.vanrees.org/
Work | http://zestsoftware.nl/
"This is your day, don't let them take it away." [Barlow Girl]

_______________________________________________
Zope-CMF maillist - Zope-CMF[at]lists.zope.org
http://mail.zope.org/mailman/listinfo/zope-cmf

See http://collector.zope.org/CMF for bug reports and feature requests


jens at dataflake

Feb 28, 2008, 9:20 AM

Post #3 of 6 (357 views)
Permalink
Re: Re: CMF Tests: 8 OK, 1 Failed [In reply to]

On Feb 28, 2008, at 18:08 , Maurits van Rees wrote:
> So: is there a document somewhere describing how to officially set up
> CMF for testing? Or just a buildout/bundle I can use?


There is no need for any shmancy-fancy buildout system. You can just
check out the complete CMF from e.g. svn://svn.zope.org/repos/main/CMF/
trunk/ (or tags/...) and all subpackages are pulled in as SVN
externals. Here's some simple documentation:

http://svn.zope.org/CMF/trunk/INSTALL_SVN.txt?rev=82766&view=markup

Observing which GS releases are used for which CMF releases, you can
simply link your development checkout of GenericSetup into your
instance's Products folder instead of the version you get with the CMF.

jens


_______________________________________________
Zope-CMF maillist - Zope-CMF[at]lists.zope.org
http://mail.zope.org/mailman/listinfo/zope-cmf

See http://collector.zope.org/CMF for bug reports and feature requests


y.2008 at wcm-solutions

Feb 28, 2008, 10:00 AM

Post #4 of 6 (350 views)
Permalink
Re: CMF Tests: 8 OK, 1 Failed [In reply to]

Hi Maurits!


Maurits van Rees wrote:
> CMF Tests Summarizer, on 2008-02-28:
>> Summary of messages to the cmf-tests list.
>> Period Wed Feb 27 12:00:00 2008 UTC to Thu Feb 28 12:00:00 2008 UTC.
>> There were 9 messages: 9 from CMF Unit Tests.
>>
>>
>> Test failures
>> -------------
>>
>> Subject: FAILED (errors=1) : CMF-2.1 Zope-2.11 Python-2.4.4 : Linux
>> From: CMF Unit Tests
>> Date: Wed Feb 27 21:37:14 EST 2008
>> URL: http://mail.zope.org/pipermail/cmf-tests/2008-February/008108.html
>
> I caused this failure. I thought yuppie fixed it yesterday.

I fixed it in GS trunk, but forgot to backport the fix to the 1.3 branch
which is used by CMF 2.1. Can you port it back?

> Problem
> is that I cannot reproduce it: my testing environment apparently
> differs from that used in these daily tests.

unittest.TestCase doesn't initialize Zope, ZopeTestCase does. If you run
an other ZopeTestCase (or similar) before running your test, Zope is
still initialized. So this is a side effect depending on the order in
which tests are run. You can run the test file itself (or specific tests
using the testrunner) to minimize the side effects.


Cheers,

Yuppie


_______________________________________________
Zope-CMF maillist - Zope-CMF[at]lists.zope.org
http://mail.zope.org/mailman/listinfo/zope-cmf

See http://collector.zope.org/CMF for bug reports and feature requests


cmf-tests at epy

Feb 29, 2008, 4:00 AM

Post #5 of 6 (352 views)
Permalink
CMF Tests: 8 OK, 1 Failed [In reply to]

Summary of messages to the cmf-tests list.
Period Thu Feb 28 12:00:00 2008 UTC to Fri Feb 29 12:00:00 2008 UTC.
There were 9 messages: 9 from CMF Unit Tests.


Test failures
-------------

Subject: FAILED (errors=1) : CMF-2.1 Zope-2.11 Python-2.4.4 : Linux
From: CMF Unit Tests
Date: Thu Feb 28 23:17:57 EST 2008
URL: http://mail.zope.org/pipermail/cmf-tests/2008-February/008117.html


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

Subject: OK : CMF-1.6 Zope-2.8 Python-2.3.6 : Linux
From: CMF Unit Tests
Date: Thu Feb 28 23:10:25 EST 2008
URL: http://mail.zope.org/pipermail/cmf-tests/2008-February/008112.html

Subject: OK : CMF-1.6 Zope-2.9 Python-2.4.4 : Linux
From: CMF Unit Tests
Date: Thu Feb 28 23:11:55 EST 2008
URL: http://mail.zope.org/pipermail/cmf-tests/2008-February/008113.html

Subject: OK : CMF-2.0 Zope-2.9 Python-2.4.4 : Linux
From: CMF Unit Tests
Date: Thu Feb 28 23:13:26 EST 2008
URL: http://mail.zope.org/pipermail/cmf-tests/2008-February/008114.html

Subject: OK : CMF-2.0 Zope-2.10 Python-2.4.4 : Linux
From: CMF Unit Tests
Date: Thu Feb 28 23:14:56 EST 2008
URL: http://mail.zope.org/pipermail/cmf-tests/2008-February/008115.html

Subject: OK : CMF-2.1 Zope-2.10 Python-2.4.4 : Linux
From: CMF Unit Tests
Date: Thu Feb 28 23:16:26 EST 2008
URL: http://mail.zope.org/pipermail/cmf-tests/2008-February/008116.html

Subject: OK : CMF-trunk Zope-2.10 Python-2.4.4 : Linux
From: CMF Unit Tests
Date: Thu Feb 28 23:19:27 EST 2008
URL: http://mail.zope.org/pipermail/cmf-tests/2008-February/008118.html

Subject: OK : CMF-trunk Zope-2.11 Python-2.4.4 : Linux
From: CMF Unit Tests
Date: Thu Feb 28 23:20:57 EST 2008
URL: http://mail.zope.org/pipermail/cmf-tests/2008-February/008119.html

Subject: OK : CMF-trunk Zope-trunk Python-2.4.4 : Linux
From: CMF Unit Tests
Date: Thu Feb 28 23:22:27 EST 2008
URL: http://mail.zope.org/pipermail/cmf-tests/2008-February/008120.html

_______________________________________________
Zope-CMF maillist - Zope-CMF[at]lists.zope.org
http://mail.zope.org/mailman/listinfo/zope-cmf

See http://collector.zope.org/CMF for bug reports and feature requests


m.van.rees at zestsoftware

Feb 29, 2008, 1:25 PM

Post #6 of 6 (350 views)
Permalink
Re: CMF Tests: 8 OK, 1 Failed [In reply to]

yuppie, on 2008-02-28:
>> I caused this failure. I thought yuppie fixed it yesterday.
>
> I fixed it in GS trunk, but forgot to backport the fix to the 1.3 branch
> which is used by CMF 2.1. Can you port it back?

Done in revision 84380.

--
Maurits van Rees | http://maurits.vanrees.org/
Work | http://zestsoftware.nl/
"This is your day, don't let them take it away." [Barlow Girl]

_______________________________________________
Zope-CMF maillist - Zope-CMF[at]lists.zope.org
http://mail.zope.org/mailman/listinfo/zope-cmf

See http://collector.zope.org/CMF for bug reports and feature requests

Zope cmf RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact lists@gossamer-threads.com
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.