From a7668411a10c79ad40c9c18caf2570d5c9f52182 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 28 Jan 2005 20:36:46 +0000 Subject: * Add a test to check whether concurrent garbage collection (i.e., running the collector while builds are in progress) works correctly. The test currently fails. --- tests/gc-concurrent.builder.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tests/gc-concurrent.builder.sh (limited to 'tests/gc-concurrent.builder.sh') diff --git a/tests/gc-concurrent.builder.sh b/tests/gc-concurrent.builder.sh new file mode 100644 index 000000000..561c2292e --- /dev/null +++ b/tests/gc-concurrent.builder.sh @@ -0,0 +1,9 @@ +export PATH=/bin:/usr/bin:$PATH + +mkdir $out +echo $(cat $input1/foo)$(cat $input2/bar) > $out/foobar + +sleep 5 +mkdir $out || true + +ln -s $input2 $out/input-2 \ No newline at end of file -- cgit v1.2.3