Mailing List Archive

1 2  View All
Re: Re: Zope tests: 5 OK, 1 Failed [ In reply to ]
[Tres Seaver]
> Stephan, is it possilbe for you to modifiy your test jig to use Python
> 2.4.1rc1? It should have the fix in place for this failing test. That
> bug is at:
>
> http://sourceforge.net/tracker/index.php?func=detail&aid=1124295&group_id=5470&atid=105470

Tres, have you tried 2.4.1c1? Over on Python-Dev I just started a
thread because I can't build current Zope 2.7 branch on Windows with
2.4.1c1 (but can with 2.4).
_______________________________________________
Zope-Coders mailing list
Zope-Coders@zope.org
http://mail.zope.org/mailman/listinfo/zope-coders
Re: Zope tests: 5 OK, 1 Failed [ In reply to ]
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Tim Peters wrote:
| [Tres Seaver]
|
|>Stephan, is it possilbe for you to modifiy your test jig to use Python
|>2.4.1rc1? It should have the fix in place for this failing test. That
|>bug is at:
|>
|>http://sourceforge.net/tracker/index.php?func=detail&aid=1124295&group_id=5470&atid=105470
|
|
| Tres, have you tried 2.4.1c1? Over on Python-Dev I just started a
| thread because I can't build current Zope 2.7 branch on Windows with
| 2.4.1c1 (but can with 2.4).

$ cd ~/projects/Zope-CVS/Zope-2.7-branch
$ cvs -q up -AdP -r Zope-2_7-branch
$ make clobber
$ ../bin/python2.4
Python 2.4.1c1 (#1, Mar 10 2005, 12:04:35)
[GCC 3.3.4 (Debian 1:3.3.4-9ubuntu5)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
|>> ^D
$ configure --with-python="../bin/python2.4"
$ make test
... (make output)
(expected DeprecationWarnings for whrandom, float-> demotion)
........................
,..Traceback (most recent call last):
~ File "/home/tseaver/projects/Zope-CVS/Zope-2.7-branch/test.py", line
918, in ? process_args()
~ File "/home/tseaver/projects/Zope-CVS/Zope-2.7-branch/test.py", line
908, in process_args
~ bad = main(module_filter, test_filter, libdir)
~ File "/home/tseaver/projects/Zope-CVS/Zope-2.7-branch/test.py", line
698, in main
~ runner(files, test_filter, debug)
~ File "/home/tseaver/projects/Zope-CVS/Zope-2.7-branch/test.py", line
599, in runner
~ r = runner.run(suite)
~ File "/home/tseaver/projects/Zope-CVS/Zope-2.7-branch/test.py", line
366, in run
~ return unittest.TextTestRunner.run(self, test)
~ File "/home/tseaver/projects/Zope-CVS/lib/python2.4/unittest.py", line
696, in run
~ test(result)
~ File "/home/tseaver/projects/Zope-CVS/lib/python2.4/unittest.py", line
428, in __call__
~ return self.run(*args, **kwds)
~ File "/home/tseaver/projects/Zope-CVS/lib/python2.4/unittest.py", line
424, in run
~ test(result)
~ File "/home/tseaver/projects/Zope-CVS/lib/python2.4/unittest.py", line
428, in __call__
~ return self.run(*args, **kwds)
~ File "/home/tseaver/projects/Zope-CVS/lib/python2.4/unittest.py", line
424, in run
~ test(result)
~ File "/home/tseaver/projects/Zope-CVS/lib/python2.4/unittest.py", line
428, in __call__
~ return self.run(*args, **kwds)
~ File "/home/tseaver/projects/Zope-CVS/lib/python2.4/unittest.py", line
424, in run
~ test(result)
~ File "/home/tseaver/projects/Zope-CVS/lib/python2.4/unittest.py", line
281, in __call__
~ return self.run(*args, **kwds)
~ File
"/home/tseaver/projects/Zope-CVS/Zope-2.7-branch/lib/python/zdaemon/tests/testzdrun.py",
line 97, in run
~ zdctl.main(["-s", self.zdsock] + args)
AttributeError: 'ZDaemonTests' object has no attribute 'zdsock'
make: *** [test] Error 1

I have no idea about that one. It blows up the same way if I just run
'../bin/python2.4 test.py'. Guido's fingerprints are on that line in
testzdrun.py ;).

Tres.
- --
===============================================================
Tres Seaver tseaver@zope.com
Zope Corporation "Zope Dealers" http://www.zope.com
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFCMIMXGqWXf00rNCgRAqWeAJ0e3Ybxm/nnoj+qrGBHUPKALqQ2CwCglhPE
O6LSAkMaxmUoNwePnYmx37g=
=CkeV
-----END PGP SIGNATURE-----

_______________________________________________
Zope-Coders mailing list
Zope-Coders@zope.org
http://mail.zope.org/mailman/listinfo/zope-coders
Zope tests: 5 OK, 1 Failed [ In reply to ]
Summary of messages to the zope-tests list.
Period Thu Mar 17 12:01:02 2005 UTC to Fri Mar 18 12:01:02 2005 UTC.
There were 6 messages: 6 from Zope Unit Tests.


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

Subject: FAILED (failures=1) : Zope-trunk Python-2.4.1c1 : Linux
From: Zope Unit Tests
Date: Thu Mar 17 23:09:41 EST 2005
URL: http://mail.zope.org/pipermail/zope-tests/2005-March/001777.html


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

Subject: OK : Zope-2_6-branch Python-2.1.3 : Linux
From: Zope Unit Tests
Date: Thu Mar 17 23:02:11 EST 2005
URL: http://mail.zope.org/pipermail/zope-tests/2005-March/001773.html

Subject: OK : Zope-2_6-branch Python-2.3.5 : Linux
From: Zope Unit Tests
Date: Thu Mar 17 23:03:41 EST 2005
URL: http://mail.zope.org/pipermail/zope-tests/2005-March/001774.html

Subject: OK : Zope-2_7-branch Python-2.3.5 : Linux
From: Zope Unit Tests
Date: Thu Mar 17 23:05:11 EST 2005
URL: http://mail.zope.org/pipermail/zope-tests/2005-March/001778.html

Subject: OK : Zope-2_7-branch Python-2.4.1c1 : Linux
From: Zope Unit Tests
Date: Thu Mar 17 23:06:41 EST 2005
URL: http://mail.zope.org/pipermail/zope-tests/2005-March/001775.html

Subject: OK : Zope-trunk Python-2.3.5 : Linux
From: Zope Unit Tests
Date: Thu Mar 17 23:08:11 EST 2005
URL: http://mail.zope.org/pipermail/zope-tests/2005-March/001776.html

_______________________________________________
Zope-Coders mailing list
Zope-Coders@zope.org
http://mail.zope.org/mailman/listinfo/zope-coders

1 2  View All