[rhmessaging-commits] rhmessaging commits: r3996 - store/trunk/cpp/tests/cluster.

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Mon May 31 10:08:29 EDT 2010


Author: aconway
Date: 2010-05-31 10:08:28 -0400 (Mon, 31 May 2010)
New Revision: 3996

Modified:
   store/trunk/cpp/tests/cluster/run_python_cluster_tests
Log:
Skip cluster_tests.ShortTests.test_sasl as it depends on a SASL database not available in the store build environment.


Modified: store/trunk/cpp/tests/cluster/run_python_cluster_tests
===================================================================
--- store/trunk/cpp/tests/cluster/run_python_cluster_tests	2010-05-27 18:06:48 UTC (rev 3995)
+++ store/trunk/cpp/tests/cluster/run_python_cluster_tests	2010-05-31 14:08:28 UTC (rev 3996)
@@ -28,8 +28,13 @@
 echo "Running Python cluster tests..."
 OUTDIR=brokertest.tmp
 rm -rf $OUTDIR
-# Ignore tests requiring a store by default. 
+
+# Ignore tests known to fail.
 CLUSTER_TESTS_IGNORE=${CLUSTER_TESTS_IGNORE:-"-I ${CLUSTER_TESTS_FAIL}"}
+# Ignore tests that don't work in the store environment
+# SASL test needs sasl test database which is not installed.
+CLUSTER_TESTS_IGNORE="${CLUSTER_TESTS_IGNORE} -i cluster_tests.ShortTests.test_sasl"
+
 CLUSTER_TESTS=${CLUSTER_TESTS:-$*}
 
 TEST_CMD="${QPID_PYTHON_TEST} -m cluster_tests ${CLUSTER_TESTS_IGNORE} ${CLUSTER_TESTS} -DOUTDIR=$OUTDIR"



More information about the rhmessaging-commits mailing list