Re: [Zope-dev] zope-tests - FAILED: 3, OK: 44

2011-12-06 Thread Chris McDonough
On Mon, 2011-12-05 at 23:47 -0500, Chris McDonough wrote:
  
  These are both odd doctest failures, perhaps also related to the recent
  transaction release?
 
 Yes.  I'll see if I can fix it in the ZODB trunk.

The ZODB trunk test that failed has been fixed to work with
transaction=1.2.0.

The bot that tries to run the ZODB tests under 2.5 will continue to
fail.

- C


___
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: 3, OK: 44

2011-12-05 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

 [1]FAILED  winbot / ZODB_dev py_254_win32 
 https://mail.zope.org/pipermail/zope-tests/2011-December/053672.html


This appears to be due to the incompatibility of transaction 1.2 with
Python  2.6:

- -- % ---
Getting distribution for 'transaction=1.1.0'.
  File build\bdist.win32\egg\transaction\tests\savepointsample.py, line 26
class SampleDataManager(object):
^
SyntaxError: invalid syntax

  File
c:\eggs\tmpp2qpjq\transaction-1.2.0-py2.5.egg\transaction\tests\savepointsample.py,
line 26
class SampleDataManager(object):
^
SyntaxError: invalid syntax
- -- % ---


 [2]FAILED  winbot / ZODB_dev py_265_win32 
 https://mail.zope.org/pipermail/zope-tests/2011-December/053673.html
 
 
 [3]FAILED  winbot / ZODB_dev py_265_win64 
 https://mail.zope.org/pipermail/zope-tests/2011-December/053674.html


These are both odd doctest failures, perhaps also related to the recent
transaction release?


- -- % ---
File
c:\buildslave\zodb_dev_py_265_win32\build\src\ZODB\tests\testConnectionSavepoint.txt,
line 185, in testConnectionSavepoint.txt
Failed example:
savepoint2.rollback()
Expected:
Traceback (most recent call last):
...
InvalidSavepointRollbackError
Got:
Traceback (most recent call last):
  File c:\Python26_32\lib\doctest.py, line 1253, in __run
compileflags, 1) in test.globs
  File doctest testConnectionSavepoint.txt[49], line 1, in module
savepoint2.rollback()
  File
c:\eggs\transaction-1.2.0-py2.6.egg\transaction\_transaction.py, line
705, in rollback
'invalidated by a later savepoint')
InvalidSavepointRollbackError: invalidated by a later savepoint
- -- % ---



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

iEYEARECAAYFAk7dcHcACgkQ+gerLs4ltQ6d0gCfZCjd/rcQ7hf15SJrbEU6CZU+
UgIAoIDHZ6ekXMXy/I/cifX6eKQaHcWN
=9ig/
-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: 3, OK: 44

2011-12-05 Thread Chris McDonough
On Mon, 2011-12-05 at 20:31 -0500, Tres Seaver wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
  [1]FAILED  winbot / ZODB_dev py_254_win32 
  https://mail.zope.org/pipermail/zope-tests/2011-December/053672.html
 
 
 This appears to be due to the incompatibility of transaction 1.2 with
 Python  2.6:
 
 - -- % ---
 Getting distribution for 'transaction=1.1.0'.
   File build\bdist.win32\egg\transaction\tests\savepointsample.py, line 26
 class SampleDataManager(object):
 ^
 SyntaxError: invalid syntax
 
   File
 c:\eggs\tmpp2qpjq\transaction-1.2.0-py2.5.egg\transaction\tests\savepointsample.py,
 line 26
 class SampleDataManager(object):
 ^
 SyntaxError: invalid syntax
 - -- % ---

This bot configuration needs to be disabled (py 2.5 + ZODB trunk, that
is).

  [2]FAILED  winbot / ZODB_dev py_265_win32 
  https://mail.zope.org/pipermail/zope-tests/2011-December/053673.html
  
  
  [3]FAILED  winbot / ZODB_dev py_265_win64 
  https://mail.zope.org/pipermail/zope-tests/2011-December/053674.html
 
 
 These are both odd doctest failures, perhaps also related to the recent
 transaction release?

Yes.  I'll see if I can fix it in the ZODB trunk.

- C


___
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: 3, OK: 44

2011-12-05 Thread Adam GROSZER

Hello,

Jim?

On Mon, 05 Dec 2011 23:47:06 -0500 you wrote:


On Mon, 2011-12-05 at 20:31 -0500, Tres Seaver wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


[1]FAILED  winbot / ZODB_dev py_254_win32
https://mail.zope.org/pipermail/zope-tests/2011-December/053672.html



This appears to be due to the incompatibility of transaction 1.2 with
Python  2.6:

- -- %  ---
Getting distribution for 'transaction=1.1.0'.
   File build\bdist.win32\egg\transaction\tests\savepointsample.py, line 26
 class SampleDataManager(object):
 ^
SyntaxError: invalid syntax

   File
c:\eggs\tmpp2qpjq\transaction-1.2.0-py2.5.egg\transaction\tests\savepointsample.py,
line 26
 class SampleDataManager(object):
 ^
SyntaxError: invalid syntax
- -- %  ---


This bot configuration needs to be disabled (py 2.5 + ZODB trunk, that
is).


[2]FAILED  winbot / ZODB_dev py_265_win32
https://mail.zope.org/pipermail/zope-tests/2011-December/053673.html


[3]FAILED  winbot / ZODB_dev py_265_win64
https://mail.zope.org/pipermail/zope-tests/2011-December/053674.html



These are both odd doctest failures, perhaps also related to the recent
transaction release?


Yes.  I'll see if I can fix it in the ZODB trunk.

- C


___
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 )




--
Best regards,
 Adam GROSZER
--
Quote of the day:
Even on the road to hell, flowers can make you smile.
- Deng Ming-Dao
___
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 )