Bug#534879: [PATCH] fakeroot: test script for faked-tcp race (debian bug #534879)

2009-08-16 Thread Eduardo Habkost
On Mon, Aug 17, 2009 at 01:44:14AM +, Clint Adams wrote: > On Sun, Aug 16, 2009 at 09:27:28PM -0300, Eduardo Habkost wrote: > > The following patch adds a test that tries to trigger the race mentioned > > on debian bug #534879. > > > > I got failures only if us

Bug#534879: [PATCH] fakeroot: test script for faked-tcp race (debian bug #534879)

2009-08-16 Thread Eduardo Habkost
new file mode 100755 index 000..b7ec131 --- /dev/null +++ b/test/checktiming @@ -0,0 +1,91 @@ +#!/bin/sh +# fakeroot load-test +# +# This test tests if fakeroot breaks under load, especially ordering +# of calls between different processes. +# +# Copyright (c) 2009 Eduardo Habkost