Re: [Zope-dev] Test failures with five-integration branch merged to head...

2005-03-31 Thread Martijn Faassen
Brian Lloyd wrote:
I did a merge from the five-integration branch to the head 
in a local sandbox, and got the following test failures - 
anyone know anything about them?
Odd, I don't get any failures, and Stefan Holek cannot report them 
either. Did these get resolved since then? It looks like the merge got 
checked in, right?

Ran 5466 tests in 492.265s
Regards,
Martijn
___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce
http://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] Test failures with five-integration branch merged to head...

2005-03-31 Thread Tim Peters
[Brian Lloyd]
 I did a merge from the five-integration branch to the head
 in a local sandbox, and got the following test failures -
 anyone know anything about them?

[Martijn Faassen]
 Odd, I don't get any failures, and Stefan Holek cannot report them
 either. Did these get resolved since then? It looks like the merge got
 checked in, right?

The merge was checked in.  I'm doing the ZODB 3.4 integration on a new
branch.  We suspect Brian's failures (seemingly Unicode-related) were
due to a rogue site.py that mucked with the default sys.encoding.  All
but two tests pass on the trunk on Windows too.
___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )


RE: [Zope-dev] Test failures with five-integration branch merged to head...

2005-03-31 Thread Brian Lloyd
 [Martijn Faassen]
  Odd, I don't get any failures, and Stefan Holek cannot report them
  either. Did these get resolved since then? It looks like the merge got
  checked in, right?
 
 The merge was checked in.  I'm doing the ZODB 3.4 integration on a new
 branch.  We suspect Brian's failures (seemingly Unicode-related) were
 due to a rogue site.py that mucked with the default sys.encoding.  All
 but two tests pass on the trunk on Windows too.

Sorry - I got sidetracked and didn't followup. Yes, the Python I 
happened to be using to run the tests had a wacky default encoding 
set - after I fixed that the tests all passed so I commited the 
merge.


Brian Lloyd[EMAIL PROTECTED]
V.P. Engineering   540.361.1716  
Zope Corporation   http://www.zope.com 


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


[Zope-dev] Test failures with five-integration branch merged to head...

2005-03-30 Thread Brian Lloyd
I did a merge from the five-integration branch to the head 
in a local sandbox, and got the following test failures - 
anyone know anything about them?


Brian Lloyd[EMAIL PROTECTED]
V.P. Engineering   540.361.1716  
Zope Corporation   http://www.zope.com 
Running unit tests from /home/brian/zhead/lib/python
er argument expected, got float
==
ERROR: testBucketGet (BTrees.tests.test_compare.CompareTest)
--
Traceback (most recent call last):
  File /home/brian/zhead/lib/python/BTrees/tests/test_compare.py, line 32, in 
setUp
self.assertRaises(UnicodeError, unicode, self.s)
  File /home/brian/build/opt/Python-2.3.4/lib/python2.3/unittest.py, line 
295, in failUnlessRaises
raise self.failureException, excName
AssertionError: UnicodeError

==
ERROR: testBucketMinKey (BTrees.tests.test_compare.CompareTest)
--
Traceback (most recent call last):
  File /home/brian/zhead/lib/python/BTrees/tests/test_compare.py, line 32, in 
setUp
self.assertRaises(UnicodeError, unicode, self.s)
  File /home/brian/build/opt/Python-2.3.4/lib/python2.3/unittest.py, line 
295, in failUnlessRaises
raise self.failureException, excName
AssertionError: UnicodeError

==
ERROR: testBucketSet (BTrees.tests.test_compare.CompareTest)
--
Traceback (most recent call last):
  File /home/brian/zhead/lib/python/BTrees/tests/test_compare.py, line 32, in 
setUp
self.assertRaises(UnicodeError, unicode, self.s)
  File /home/brian/build/opt/Python-2.3.4/lib/python2.3/unittest.py, line 
295, in failUnlessRaises
raise self.failureException, excName
AssertionError: UnicodeError

==
ERROR: testSetGet (BTrees.tests.test_compare.CompareTest)
--
Traceback (most recent call last):
  File /home/brian/zhead/lib/python/BTrees/tests/test_compare.py, line 32, in 
setUp
self.assertRaises(UnicodeError, unicode, self.s)
  File /home/brian/build/opt/Python-2.3.4/lib/python2.3/unittest.py, line 
295, in failUnlessRaises
raise self.failureException, excName
AssertionError: UnicodeError

==
ERROR: testSetMinKey (BTrees.tests.test_compare.CompareTest)
--
Traceback (most recent call last):
  File /home/brian/zhead/lib/python/BTrees/tests/test_compare.py, line 32, in 
setUp
self.assertRaises(UnicodeError, unicode, self.s)
  File /home/brian/build/opt/Python-2.3.4/lib/python2.3/unittest.py, line 
295, in failUnlessRaises
raise self.failureException, excName
AssertionError: UnicodeError

==
ERROR: testSetSet (BTrees.tests.test_compare.CompareTest)
--
Traceback (most recent call last):
  File /home/brian/zhead/lib/python/BTrees/tests/test_compare.py, line 32, in 
setUp
self.assertRaises(UnicodeError, unicode, self.s)
  File /home/brian/build/opt/Python-2.3.4/lib/python2.3/unittest.py, line 
295, in failUnlessRaises
raise self.failureException, excName
AssertionError: UnicodeError

==
ERROR: testCanonicalPath 
(zope.app.traversing.tests.test_conveniencefunctions.Test)
--
Traceback (most recent call last):
  File 
/home/brian/zhead/lib/python/zope/app/traversing/tests/test_conveniencefunctions.py,
 line 263, in testCanonicalPath
self.assertRaises(error_type, canonicalPath, value)
  File /home/brian/build/opt/Python-2.3.4/lib/python2.3/unittest.py, line 
289, in failUnlessRaises
callableObj(*args, **kwargs)
  File /home/brian/zhead/lib/python/zope/app/traversing/api.py, line 215, in 
canonicalPath
raise ValueError('canonical path must start with a /: %s' % path)
ValueError: canonical path must start with a /: £23

==
FAIL: check_unicode_mixed_unknown_encoding 
(TAL.tests.test_talinterpreter.InterpolateTestCase)
--
Traceback (most recent call last):
  File /home/brian/zhead/lib/python/TAL/tests/test_talinterpreter.py, line 
280, in check_unicode_mixed_unknown_encoding
self.assertEqual(interpolate(text, mapping), expected)
  File /home/brian/build/opt/Python-2.3.4/lib/python2.3/unittest.py, line 
302, in failUnlessEqual
raise