You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Paul Burba <pt...@gmail.com> on 2011/05/31 16:05:10 UTC

Roadmap : 1.7 Release Status : Test Review : XFails (update)

A quick update: A while back we made an effort to ensure that all
XFail tests had an associated issue.  The good news is that all of
these tests do have an associated issue.  The bad news is that there
are three with associated issues that are marked as resolved:


1) externals_tests.py
Test #  Mode   Test Description
------  -----  ----------------
  29    XFAIL  update a file external without committing target [#3823(1.7.0)]


2)  tree_conflict_tests.py
Test #  Mode   Test Description
------  -----  ----------------
   8    XFAIL  up/sw dir: add onto add [#3314(1.7.0)]


3)  upgrade_tests.py
Test #  Mode   Test Description
------  -----  ----------------
   8    XFAIL  3x same wc upgrade 1.4.0 test [#2530(1.7.0)]

See http://svn.haxx.se/dev/archive-2011-04/0353.shtml and
http://subversion.tigris.org/issues/show_bug.cgi?id=2530#desc8.  This
either needs a new issue or 2530 should be reopened.

Paul

Re: Roadmap : 1.7 Release Status : Test Review : XFails (update)

Posted by "C. Michael Pilato" <cm...@collab.net>.
On 05/31/2011 10:34 AM, Bert Huijben wrote:
>> 2)  tree_conflict_tests.py
>> Test #  Mode   Test Description
>> ------  -----  ----------------
>>    8    XFAIL  up/sw dir: add onto add [#3314(1.7.0)]
> 
> Issue #3314 is "DAV can overwrite directories during copy".
> 
> I had a hard time looking at what the problem was here.

Issue #3314 shouldn't have been closed.  The problem it describes is with
the RA layers, and the fix cited was made in higher levels.  The RA layers
are still fundamentally broken, as this regression test demonstrates.

I've REOPENED the issue.

-- 
C. Michael Pilato <cm...@collab.net>
CollabNet   <>   www.collab.net   <>   Distributed Development On Demand


RE: Roadmap : 1.7 Release Status : Test Review : XFails (update)

Posted by Bert Huijben <be...@qqmail.nl>.

> -----Original Message-----
> From: Paul Burba [mailto:ptburba@gmail.com]
> Sent: dinsdag 31 mei 2011 16:05
> To: Subversion Development
> Subject: Roadmap : 1.7 Release Status : Test Review : XFails (update)
> 
> A quick update: A while back we made an effort to ensure that all
> XFail tests had an associated issue.  The good news is that all of
> these tests do have an associated issue.  The bad news is that there
> are three with associated issues that are marked as resolved:
> 
> 
> 1) externals_tests.py
> Test #  Mode   Test Description
> ------  -----  ----------------
>   29    XFAIL  update a file external without committing target [#3823(1.7.0)]

I intend to fix this failing test over the next few weeks.
Note that the reason this test fails is not the related issue: 
It fails because the file external is installed in an inner working copy.


> 2)  tree_conflict_tests.py
> Test #  Mode   Test Description
> ------  -----  ----------------
>    8    XFAIL  up/sw dir: add onto add [#3314(1.7.0)]

Issue #3314 is "DAV can overwrite directories during copy".

I had a hard time looking at what the problem was here.

(Issue #3314 is talking about copy, svnmucc, etc. Maybe somebody can edit/split the issue to be easier to resolve)

> 3)  upgrade_tests.py
> Test #  Mode   Test Description
> ------  -----  ----------------
>    8    XFAIL  3x same wc upgrade 1.4.0 test [#2530(1.7.0)]
> 
> See http://svn.haxx.se/dev/archive-2011-04/0353.shtml and
> http://subversion.tigris.org/issues/show_bug.cgi?id=2530#desc8.  This
> either needs a new issue or 2530 should be reopened.

After discussion on IRC I just updated this test to expect an upgrade failure. So it is no longer XFail.

It is unlikely to reproduce this issue in the real world (Needs a direct upgrade from 1.4.X (where X < 6) to 1.7.0 with replacements in the working copy, but we have to catch this problem anyway as it would produce an unstable wc.db.

	Bert