[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [patch] Issue #601 regression tests in trans_tests.py

From: <kfogel_at_collab.net>
Date: 2005-02-18 15:51:22 CET

Madan U Sreenivasan <madan@collab.net> writes:
> Sure, Karl.... thanks for the inputs, Philip.
> > btw, Karl... the below is from the comments removed in r13027
> > -# 1. Ben encountered this:
> > -# Create a greek tree, commit a keyword into one file,
> > -# then commit a keyword property (i.e., turn on keywords), then
> > -# try to check out head somewhere else. See seg fault.
> > I wanted to use try: .... except OSError:... for this. But this has
> > not gone into r13027... I think the last line of the above comment
> > would need to use the try...except block. What do you think?

(I think there's an extra level of quoting in your mail?)

Well, Ben's comment doesn't say whether the seg fault happens before
or after the checkout succeeds in creating a working copy. If after,
then it's going to be hard to detect -- we don't have a portable way
to detect a seg fault in the test suite, as I understand it. But if
you look for the correct wc on disk, and the correct output from
checkout, I think that would be a pretty good indication that things
had gone okay.

-Karl

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Feb 18 16:09:43 2005

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.