diff options
author | Rafael H. Schloming <rhs@apache.org> | 2008-05-13 15:55:00 +0000 |
---|---|---|
committer | Rafael H. Schloming <rhs@apache.org> | 2008-05-13 15:55:00 +0000 |
commit | 134fb24da17b023fba1a55d5d60e1ac0580f145e (patch) | |
tree | 2c83a3a812751d4ac005fe04a65f202b05ba1bb0 /java/cpp.async.testprofile | |
parent | e00d795537664f2aabe03bb0e764dadc73f00df3 (diff) | |
download | qpid-python-134fb24da17b023fba1a55d5d60e1ac0580f145e.tar.gz |
QPID-1053: updated QpidTestCase to check against broker output to ensure the broker is actually listening before the test attempts to connect; the text checked for is controlled by the broker.ready system property, appropriate values have been added to the cpp profiles
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@655927 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/cpp.async.testprofile')
-rw-r--r-- | java/cpp.async.testprofile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/cpp.async.testprofile b/java/cpp.async.testprofile index e7ab8f879e..cbdd6f7940 100644 --- a/java/cpp.async.testprofile +++ b/java/cpp.async.testprofile @@ -1,6 +1,7 @@ broker.version=0-10 broker=${project.root}/../cpp/src/qpidd --data-dir ${build.data} -t --load-module ${project.root}/../../cppStore/cpp/lib/.libs/libbdbstore.so --store-async yes --auth no broker.clean=${project.root}/clean-dir ${build.data} +broker.ready=Listening on TCP port java.naming.provider.url=${project.root}/test-provider.properties max_prefetch=1000 test.excludes=true @@ -12,7 +13,6 @@ log4j.configuration=file://${project.root}/log4j-test.xml test.fork=no test.mem=512M test=*Test -test1=*Tests haltonfailure=no haltonerror=no -exclude.modules=systests
\ No newline at end of file +exclude.modules=systests |