Re: [Zope-dev] zope-tests - FAILED: 5, OK: 42

2011-11-30 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 11/30/2011 05:26 AM, Gediminas Paulauskas wrote:

> Oops. I broke a module not touched for years the last minute before
> release.


It happens:  no worries, since you fixed it.


> I fixed this failure by avoiding zope.testing, not re-adding it. 
> Released as zope.keyreference 3.6.4
> 
> Strangely, tests passed for me in zope.keyreference/bin/test, that's 
> why I was not aware of the problem.
> 
> But now I tested as buildbot does from 
> zopetoolkit/bin/test-ztk-zope.keyreference could reproduce and fix
> it.


It seems odd that the package's own tests would pass, outside of the ZTK
driver.



Tres.
- -- 
===
Tres Seaver  +1 540-429-0999  tsea...@palladion.com
Palladion Software   "Excellence by Design"http://palladion.com
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk7WU6UACgkQ+gerLs4ltQ4nMQCcDiv+7mDKhV7hnSz+Uek90R1X
t4gAnjA8BvpB2ht8Z1iGT7ADg1CJGsP8
=bEJQ
-END PGP SIGNATURE-

___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists -
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] zope-tests - FAILED: 5, OK: 42

2011-11-30 Thread Gediminas Paulauskas
2011/11/30 Tres Seaver :
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
>> [1]    FAILED  winbot / zope.keyreference_py_265_32
>> https://mail.zope.org/pipermail/zope-tests/2011-November/053374.html
>>
>>
>> [2]    FAILED  winbot / ztk_dev py_265_win32
>> https://mail.zope.org/pipermail/zope-tests/2011-November/053375.html
>>
>>
>> [3]    FAILED  winbot / ztk_dev py_265_win64
>> https://mail.zope.org/pipermail/zope-tests/2011-November/053376.html
>>
>>
>> [4]    FAILED  winbot / ztk_dev py_270_win32
>> https://mail.zope.org/pipermail/zope-tests/2011-November/053377.html
>>
>>
>> [5]    FAILED  winbot / ztk_dev py_270_win64
>> https://mail.zope.org/pipermail/zope-tests/2011-November/053378.html
>
>
> All five failures are due to the removal of 'zope.testing' from the
> 'tests_require' of zope.keyreference, and look like::

Oops. I broke a module not touched for years the last minute before release.

I fixed this failure by avoiding zope.testing, not re-adding it.
Released as zope.keyreference 3.6.4

Strangely, tests passed for me in zope.keyreference/bin/test, that's
why I was not aware of the problem.

But now I tested as buildbot does from
zopetoolkit/bin/test-ztk-zope.keyreference could reproduce and fix it.

-- 
Gediminas
___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists -
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] zope-tests - FAILED: 5, OK: 42

2011-11-29 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

> [1]FAILED  winbot / zope.keyreference_py_265_32 
> https://mail.zope.org/pipermail/zope-tests/2011-November/053374.html
> 
> 
> [2]FAILED  winbot / ztk_dev py_265_win32 
> https://mail.zope.org/pipermail/zope-tests/2011-November/053375.html
> 
> 
> [3]FAILED  winbot / ztk_dev py_265_win64 
> https://mail.zope.org/pipermail/zope-tests/2011-November/053376.html
> 
> 
> [4]FAILED  winbot / ztk_dev py_270_win32 
> https://mail.zope.org/pipermail/zope-tests/2011-November/053377.html
> 
> 
> [5]FAILED  winbot / ztk_dev py_270_win64 
> https://mail.zope.org/pipermail/zope-tests/2011-November/053378.html


All five failures are due to the removal of 'zope.testing' from the
'tests_require' of zope.keyreference, and look like::


> Failure in test
> c:\buildslave\ztk_dev_py_265_win32\build\src\zope.keyreference\src\zope\keyreference\persistent.txt
>
> 
Failed doctest test for persistent.txt
> File
> "c:\buildslave\ztk_dev_py_265_win32\build\src\zope.keyreference\src\zope\keyreference\persistent.txt",
> line 0
> 
> --
>
> 
File
"c:\buildslave\ztk_dev_py_265_win32\build\src\zope.keyreference\src\zope\keyreference\persistent.txt",
line 12, in persistent.txt
> Failed example: from ZODB.tests.util import DB Exception raised: 
> Traceback (most recent call last): File
> "c:\Python26_32\lib\doctest.py", line 1253, in __run compileflags, 1)
> in test.globs File "", line 1, in  
> from ZODB.tests.util import DB File
> "c:\buildslave\ztk_dev_py_265_win32\build\src\zodb3\src\ZODB\tests\util.py",
> line 31, in  import zope.testing.setupstack ImportError: No
> module named testing.setupstack
> 
> 
> 
> Failure in test test_multi_databases (zope.keyreference.tests) Failed
> doctest test for zope.keyreference.tests.test_multi_databases File
> "c:\buildslave\ztk_dev_py_265_win32\build\src\zope.keyreference\src\zope\keyreference\tests.py",
> line 19, in test_multi_databases
> 
> --
>
> 
File
"c:\buildslave\ztk_dev_py_265_win32\build\src\zope.keyreference\src\zope\keyreference\tests.py",
line 21, in zope.keyreference.tests.test_multi_databases
> Failed example: from ZODB.tests.util import DB Exception raised: 
> Traceback (most recent call last): File
> "c:\Python26_32\lib\doctest.py", line 1253, in __run compileflags, 1)
> in test.globs File " zope.keyreference.tests.test_multi_databases[0]>", line 1, in
>  from ZODB.tests.util import DB File
> "c:\buildslave\ztk_dev_py_265_win32\build\src\zodb3\src\ZODB\tests\util.py",
> line 31, in  import zope.testing.setupstack ImportError: No
> module named testing.setupstack


Gedminas, you pulled out that requirement, which was needed for more than
just the 'doctest' bit.



Tres.
- -- 
===
Tres Seaver  +1 540-429-0999  tsea...@palladion.com
Palladion Software   "Excellence by Design"http://palladion.com
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk7VrokACgkQ+gerLs4ltQ7cNgCfWeiHG7dAB1avjLr0737tkEWc
3xgAoMoBGxrRmb+j9zy4yIXrHuTvwowd
=6Fu0
-END PGP SIGNATURE-

___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists -
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )