[Swift-commit] r2153 - in trunk/tests: misc sites/wonky
noreply at svn.ci.uchicago.edu
noreply at svn.ci.uchicago.edu
Mon Jul 28 01:57:56 CDT 2008
Author: benc
Date: 2008-07-28 01:57:52 -0500 (Mon, 28 Jul 2008)
New Revision: 2153
Added:
trunk/tests/misc/wonky80.sh
trunk/tests/sites/wonky/wonky-80percent.xml
Log:
wonky provider test with lower probability of success. At time of commit, this test eventually hangs, unlike the other wonky test committed in r2152.
Added: trunk/tests/misc/wonky80.sh
===================================================================
--- trunk/tests/misc/wonky80.sh (rev 0)
+++ trunk/tests/misc/wonky80.sh 2008-07-28 06:57:52 UTC (rev 2153)
@@ -0,0 +1,16 @@
+#!/bin/bash
+
+cd ../language-behaviour
+
+./generate-tc.data
+
+cat tc.data ../sites/tc.data > tmp.tc.data.sites
+
+SITE=wonky/wonky-80percent.xml
+
+echo testing site configuration: $SITE
+
+export SWIFT_TEST_PARAMS="-sites.file ../sites/${SITE} -tc.file tmp.tc.data.sites"
+
+./run 130-fmri 066-many
+
Property changes on: trunk/tests/misc/wonky80.sh
___________________________________________________________________
Name: svn:executable
+ *
Added: trunk/tests/sites/wonky/wonky-80percent.xml
===================================================================
--- trunk/tests/sites/wonky/wonky-80percent.xml (rev 0)
+++ trunk/tests/sites/wonky/wonky-80percent.xml 2008-07-28 06:57:52 UTC (rev 2153)
@@ -0,0 +1,10 @@
+<config>
+
+ <pool handle="localhost">
+ <gridftp url="local://localhost" />
+ <execution provider="wonky" url="good/activefail=0.2/activedelay=0" />
+ <workdirectory >/var/tmp</workdirectory>
+ <profile namespace="karajan" key="jobThrottle">0</profile>
+ </pool>
+
+</config>
More information about the Swift-commit
mailing list