Your message dated Sat, 14 Nov 2009 11:23:26 +0100
with message-id <[email protected]>
and subject line Re: Bug#556201: cvs2svn: regression tests fail
has caused the Debian Bug report #556201,
regarding cvs2svn: regression tests fail
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
556201: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=556201
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: cvs2svn
Version: 2.3.0-1
Severity: important

Some of the regression tests failed during a build in a clean sid chroot:

EXCEPTION: Failure: Symbol filled twice in a row
Traceback (most recent call last):
  File "/tmp/buildd/cvs2svn-2.3.0/svntest/main.py", line 1164, in run
    rc = self.pred.run(sandbox)
  File "/tmp/buildd/cvs2svn-2.3.0/svntest/testcase.py", line 69, in run
    return self._delegate.run(sandbox)
  File "./run-tests.py", line 842, in run
    return self.func()
  File "./run-tests.py", line 2519, in double_fill2
    raise Failure('Symbol filled twice in a row')
Failure: Symbol filled twice in a row
XFAIL: run-tests.py 85: reveal a second bug that created a branch twice

------

EXCEPTION: Failure: Revision 3 changed paths list was:
{'/tags/tag1 (from /trunk:2)': 'A', '/tags/tag1/test/b': 'D'}

It should have been:
{'/tags/tag1 (from /trunk:3)': 'A'}


Traceback (most recent call last):
  File "/tmp/buildd/cvs2svn-2.3.0/svntest/main.py", line 1164, in run
    rc = self.pred.run(sandbox)
  File "/tmp/buildd/cvs2svn-2.3.0/svntest/testcase.py", line 69, in run
    return self._delegate.run(sandbox)
  File "./run-tests.py", line 842, in run
return self.func() File "./run-tests.py", line 3140, in tagging_after_delete
    log.check_changes(expected)
  File "./run-tests.py", line 316, in check_changes
    % (self.revision, self.changed_paths, cp,)
Failure: Revision 3 changed paths list was:
{'/tags/tag1 (from /trunk:2)': 'A', '/tags/tag1/test/b': 'D'}
It should have been: {'/tags/tag1 (from /trunk:3)': 'A'} XFAIL: run-tests.py 127: optimal tag after deleting files

------

Traceback (most recent call last):
  File "/tmp/buildd/cvs2svn-2.3.0/svntest/main.py", line 1164, in run
    rc = self.pred.run(sandbox)
  File "/tmp/buildd/cvs2svn-2.3.0/svntest/testcase.py", line 69, in run
    return self._delegate.run(sandbox)
  File "./run-tests.py", line 842, in run
    return self.func()
  File "./run-tests.py", line 3613, in add_cvsignore_to_branch_test
    raise Failure()
Failure
XFAIL: run-tests.py 160: check adding .cvsignore to an existing branch


--
Jakub Wilk



--- End Message ---
--- Begin Message ---
Hi Jakub,

On Sat, 2009-11-14 at 10:14 +0100, Jakub Wilk wrote:
> Some of the regression tests failed during a build in a clean sid 
> chroot:
> 
> EXCEPTION: Failure: Symbol filled twice in a row
[...]
> Failure: Symbol filled twice in a row
> XFAIL: run-tests.py 85: reveal a second bug that created a branch twice
[...]                         
> XFAIL: run-tests.py 127: optimal tag after deleting files
[...]
> XFAIL: run-tests.py 160: check adding .cvsignore to an existing branch
 Please note two things. First is that tests are run, but the testsuite
succeeds which means tests went in a good way. Also that the 'errors'
are noted as XFAIL and _not_ FAIL; which means eXpected FAILure. In
short, cvs2svn tests for conditions where it may accept bad commits as
good ones; so _it has to fail_ these tests which means it's work as
expected and doesn't accept those bad commits.

Regards,
Laszlo/GCS



--- End Message ---

Reply via email to