You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Ivan Zhakov <ch...@gmail.com> on 2006/04/19 21:15:55 UTC

Test results of ra_serf on Windows

Hi,
Justin I've tested Subversion with ra_serf using httpd 2.0.54
Here is list of failed test:
FAIL:  commit_tests.py 6: commit wc_dir/A/D -- includes D. (anchor=A, tgt=D)
FAIL:  commit_tests.py 7: commit wc_dir -- (anchor=wc_dir, tgt={})
FAIL:  commit_tests.py 28: commit deletion of out-of-date file or dir
FAIL:  update_tests.py 12: receive prop update to file scheduled for deletion
FAIL:  switch_tests.py 17: refresh the WC file system read-only attribute
FAIL:  prop_tests.py 3: receive properties via update
FAIL:  prop_tests.py 4: receive property changes as part of a downdate
FAIL:  prop_tests.py 6: update with conflicting props
FAIL:  prop_tests.py 7: props work when committing a replacement
FAIL:  prop_tests.py 13: test binary property support
FAIL:  copy_tests.py 31: svn cp PATH PATH replace file
FAIL:  copy_tests.py 32: svn cp PATH PATH replace file with props
FAIL:  copy_tests.py 33: svn cp URL PATH replace file
FAIL:  copy_tests.py 34: svn cp URL PATH replace file with props
FAIL:  diff_tests.py 4: replace a file with a file
FAIL:  diff_tests.py 29: diff to BASE with local property mods
FAIL:  diff_tests.py 31: diff a property change plus a local prop edit
FAIL:  merge_tests.py 28: merge a replacement of a file
FAIL:  merge_tests.py 30: merge a replacement of a file to mixed rev wc
FAIL:  stat_tests.py 20: status on missing directory
FAIL:  history_tests.py 2: verify that 'svn cat' avoids false identities

You can see full log in attached file.
It seems all replacements  and some property status tests failed.

--
Ivan Zhakov

Re: Test results of ra_serf on Windows

Posted by Ivan Zhakov <ch...@gmail.com>.
On 4/20/06, Justin Erenkrantz <ju...@erenkrantz.com> wrote:
> On 4/19/06, Ivan Zhakov <ch...@gmail.com> wrote:
> > Hi,
> > Justin I've tested Subversion with ra_serf using httpd 2.0.54
>
> Wow.  Thanks!
>
> > Here is list of failed test:
> > FAIL:  commit_tests.py 6: commit wc_dir/A/D -- includes D. (anchor=A, tgt=D)
> > FAIL:  commit_tests.py 7: commit wc_dir -- (anchor=wc_dir, tgt={})
> > FAIL:  commit_tests.py 28: commit deletion of out-of-date file or dir
> > FAIL:  update_tests.py 12: receive prop update to file scheduled for deletion
> > FAIL:  switch_tests.py 17: refresh the WC file system read-only attribute
> > FAIL:  prop_tests.py 3: receive properties via update
> > FAIL:  prop_tests.py 4: receive property changes as part of a downdate
> > FAIL:  prop_tests.py 6: update with conflicting props
> > FAIL:  prop_tests.py 7: props work when committing a replacement
> > FAIL:  prop_tests.py 13: test binary property support
> > FAIL:  copy_tests.py 31: svn cp PATH PATH replace file
> > FAIL:  copy_tests.py 32: svn cp PATH PATH replace file with props
> > FAIL:  copy_tests.py 33: svn cp URL PATH replace file
> > FAIL:  copy_tests.py 34: svn cp URL PATH replace file with props
> > FAIL:  diff_tests.py 4: replace a file with a file
> > FAIL:  diff_tests.py 29: diff to BASE with local property mods
> > FAIL:  diff_tests.py 31: diff a property change plus a local prop edit
> > FAIL:  merge_tests.py 28: merge a replacement of a file
> > FAIL:  merge_tests.py 30: merge a replacement of a file to mixed rev wc
> > FAIL:  stat_tests.py 20: status on missing directory
> > FAIL:  history_tests.py 2: verify that 'svn cat' avoids false identities
> >
> > You can see full log in attached file.
> > It seems all replacements  and some property status tests failed.
>
> In the grand scheme of things, that's not too bad.
>
> We've chatted on IRC, but a number of the tests report UU when it
> should be _U.  I think we have a guess why that's the case.  I'm not
> sure about the delete/add issue though and why replacing a file
> doesn't work.
>
> When I return to campus next week, I will have access to a Win32
> Virtual PC that has VS2005 on it.  So, I hope to be able to take a
> look at what's left.
>
After fixing uninitialized data in r19423. Test status is:
FAIL:  commit_tests.py 6: commit wc_dir/A/D -- includes D. (anchor=A, tgt=D)
FAIL:  commit_tests.py 7: commit wc_dir -- (anchor=wc_dir, tgt={})
FAIL:  commit_tests.py 28: commit deletion of out-of-date file or dir
FAIL:  prop_tests.py 7: props work when committing a replacement
FAIL:  copy_tests.py 31: svn cp PATH PATH replace file
FAIL:  copy_tests.py 32: svn cp PATH PATH replace file with props
FAIL:  copy_tests.py 33: svn cp URL PATH replace file
FAIL:  copy_tests.py 34: svn cp URL PATH replace file with props
FAIL:  diff_tests.py 4: replace a file with a file
FAIL:  diff_tests.py 29: diff to BASE with local property mods
FAIL:  diff_tests.py 31: diff a property change plus a local prop edit
FAIL:  merge_tests.py 28: merge a replacement of a file
FAIL:  merge_tests.py 30: merge a replacement of a file to mixed rev wc
FAIL:  stat_tests.py 20: status on missing directory
FAIL:  history_tests.py 2: verify that 'svn cat' avoids false identities

Full logs attached of course.

--
Ivan Zhakov

Re: Test results of ra_serf on Windows

Posted by Justin Erenkrantz <ju...@erenkrantz.com>.
On 4/19/06, Ivan Zhakov <ch...@gmail.com> wrote:
> Hi,
> Justin I've tested Subversion with ra_serf using httpd 2.0.54

Wow.  Thanks!

> Here is list of failed test:
> FAIL:  commit_tests.py 6: commit wc_dir/A/D -- includes D. (anchor=A, tgt=D)
> FAIL:  commit_tests.py 7: commit wc_dir -- (anchor=wc_dir, tgt={})
> FAIL:  commit_tests.py 28: commit deletion of out-of-date file or dir
> FAIL:  update_tests.py 12: receive prop update to file scheduled for deletion
> FAIL:  switch_tests.py 17: refresh the WC file system read-only attribute
> FAIL:  prop_tests.py 3: receive properties via update
> FAIL:  prop_tests.py 4: receive property changes as part of a downdate
> FAIL:  prop_tests.py 6: update with conflicting props
> FAIL:  prop_tests.py 7: props work when committing a replacement
> FAIL:  prop_tests.py 13: test binary property support
> FAIL:  copy_tests.py 31: svn cp PATH PATH replace file
> FAIL:  copy_tests.py 32: svn cp PATH PATH replace file with props
> FAIL:  copy_tests.py 33: svn cp URL PATH replace file
> FAIL:  copy_tests.py 34: svn cp URL PATH replace file with props
> FAIL:  diff_tests.py 4: replace a file with a file
> FAIL:  diff_tests.py 29: diff to BASE with local property mods
> FAIL:  diff_tests.py 31: diff a property change plus a local prop edit
> FAIL:  merge_tests.py 28: merge a replacement of a file
> FAIL:  merge_tests.py 30: merge a replacement of a file to mixed rev wc
> FAIL:  stat_tests.py 20: status on missing directory
> FAIL:  history_tests.py 2: verify that 'svn cat' avoids false identities
>
> You can see full log in attached file.
> It seems all replacements  and some property status tests failed.

In the grand scheme of things, that's not too bad.

We've chatted on IRC, but a number of the tests report UU when it
should be _U.  I think we have a guess why that's the case.  I'm not
sure about the delete/add issue though and why replacing a file
doesn't work.

When I return to campus next week, I will have access to a Win32
Virtual PC that has VS2005 on it.  So, I hope to be able to take a
look at what's left.

Thanks!  -- justin

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org