[Zope3-dev] FSMerger Test Failures

Chris Withers chrisw@nipltd.com
Tue, 03 Jun 2003 08:35:30 +0100


Hi,

Dunno if these are only failing on Windows, but could someone fix please :-)

cheers,

Chris

zope-tests@squishdot.org wrote:
> ======================================================================
> Python Version:2.2.2 (#37, Oct 14 2002, 17:02:34) [MSC 32 bit (Intel)]
> 
> Modules included:
> Zope3 (HEAD)
> 
> Running unit tests from D:\ZopeTests\sandbox\Zope3
> Failure in test test_merge_conflict (zope.fssync.tests.test_fsmerger.TestFSMerger)
> Traceback (most recent call last):
>   File "D:\ZopeTests\sandbox\Zope3\src\zope\fssync\tests\test_fsmerger.py", line 279, in test_merge_conflict
>     self.make_conflict_entry, self.entry)
>   File "D:\ZopeTests\sandbox\Zope3\src\zope\fssync\tests\test_fsmerger.py", line 240, in mergetest
>     self.checkfile(localfile, expected_localdata)
>   File "D:\ZopeTests\sandbox\Zope3\src\zope\fssync\tests\test_fsmerger.py", line 120, in checkfile
>     self.assertEqual(actual_data, expected_data)
>   File "c:\python22\lib\unittest.py", line 286, in failUnlessEqual
>     raise self.failureException, \
> AssertionError: 'l\n' != '<<<<<<< C:\\DOCUME~1\\CHRISW~1\\LOCALS~1\\Temp\\~4856-429\\local\\foo\nl\n=======\nr\n>>>>>>> C:\\DOCUME~1\\CHRISW~1\\LOCALS~1\\Temp\\~4856-430\\remote\\foo\n'
> 
> Failure in test test_merge_diff3 (zope.fssync.tests.test_fsmerger.TestFSMerger)
> Traceback (most recent call last):
>   File "D:\ZopeTests\sandbox\Zope3\src\zope\fssync\tests\test_fsmerger.py", line 267, in test_merge_diff3
>     self.entry, self.entry)
>   File "D:\ZopeTests\sandbox\Zope3\src\zope\fssync\tests\test_fsmerger.py", line 234, in mergetest
>     self.assertEqual(filtered_reports, expected_reports)
>   File "c:\python22\lib\unittest.py", line 286, in failUnlessEqual
>     raise self.failureException, \
> AssertionError: ['C C:\\DOCUME~1\\CHRISW~1\\LOCALS~1\\Temp\\~4856-431\\local\\foo'] != ['M C:\\DOCUME~1\\CHRISW~1\\LOCALS~1\\Temp\\~4856-431\\local\\foo']
> 
> ======================================================================
> FAIL: test_merge_conflict (zope.fssync.tests.test_fsmerger.TestFSMerger)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "D:\ZopeTests\sandbox\Zope3\src\zope\fssync\tests\test_fsmerger.py", line 279, in test_merge_conflict
>     self.make_conflict_entry, self.entry)
>   File "D:\ZopeTests\sandbox\Zope3\src\zope\fssync\tests\test_fsmerger.py", line 240, in mergetest
>     self.checkfile(localfile, expected_localdata)
>   File "D:\ZopeTests\sandbox\Zope3\src\zope\fssync\tests\test_fsmerger.py", line 120, in checkfile
>     self.assertEqual(actual_data, expected_data)
>   File "c:\python22\lib\unittest.py", line 286, in failUnlessEqual
>     raise self.failureException, \
> AssertionError: 'l\n' != '<<<<<<< C:\\DOCUME~1\\CHRISW~1\\LOCALS~1\\Temp\\~4856-429\\local\\foo\nl\n=======\nr\n>>>>>>> C:\\DOCUME~1\\CHRISW~1\\LOCALS~1\\Temp\\~4856-430\\remote\\foo\n'
> 
> ======================================================================
> FAIL: test_merge_diff3 (zope.fssync.tests.test_fsmerger.TestFSMerger)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "D:\ZopeTests\sandbox\Zope3\src\zope\fssync\tests\test_fsmerger.py", line 267, in test_merge_diff3
>     self.entry, self.entry)
>   File "D:\ZopeTests\sandbox\Zope3\src\zope\fssync\tests\test_fsmerger.py", line 234, in mergetest
>     self.assertEqual(filtered_reports, expected_reports)
>   File "c:\python22\lib\unittest.py", line 286, in failUnlessEqual
>     raise self.failureException, \
> AssertionError: ['C C:\\DOCUME~1\\CHRISW~1\\LOCALS~1\\Temp\\~4856-431\\local\\foo'] != ['M C:\\DOCUME~1\\CHRISW~1\\LOCALS~1\\Temp\\~4856-431\\local\\foo']
> 
> ----------------------------------------------------------------------
> Ran 4295 tests in 253.562s
> 
> FAILED (failures=2)
> 
> 
> _______________________________________________
> Zope3-dev mailing list
> Zope3-dev@zope.org
> http://mail.zope.org/mailman/listinfo/zope3-dev
> 
>