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

RE: scheduling, and gui clients (Win, Mac)

From: Bill Tutt <billtut_at_microsoft.com>
Date: 2000-12-06 00:20:48 CET

In fact here's a nice list of ideas to of things you might consider:
* Fail all calls
* Fail every Nth call
* Fail random % of the calls
* Fail after N amount of time
* Fail every call after the Nth call
* Fail if called by f() (This might be difficult to implement on Unix boxes)

Of course you can get even more complicated like saying, don't start
applying random failures until 20 milliseconds after the failure timer
starts, and various fun combinations of the above. :)

Bill

 -----Original Message-----
From: Karl Fogel [mailto:kfogel@galois.collab.net]
Sent: Tuesday, December 05, 2000 12:35 PM
To: Bill Tutt
Cc: 'Ben Collins-Sussman'; dev@subversion.tigris.org
Subject: Re: scheduling, and gui clients (Win, Mac)

Bill Tutt <billtut@microsoft.com> writes:
> Write up a "tracing" editor that randomly fails, or fails at specific
> points, and see if life is still sane after the failure.

Nice! Yes, I think we'll do that.
Received on Sat Oct 21 14:36:16 2006

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.