You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ra...@apache.org on 2010/11/08 17:59:33 UTC

svn commit: r1032640 - in /qpid/trunk/qpid/java: testkit/bin/qpid-python-testkit testkit/bin/setenv.sh testkit/testkit.py tools/bin/qpid-python-testkit tools/bin/set-testkit-env.sh tools/bin/testkit.py

Author: rajith
Date: Mon Nov  8 16:59:33 2010
New Revision: 1032640

URL: http://svn.apache.org/viewvc?rev=1032640&view=rev
Log:
Moved the testkit scripts under the tools module.
I will be moving the source also into the tools module in subsequent commit.
The goal is to have all tools in a single location.
The perftest script and the testkit script are very good tools for release testing.
These scripts will also be used in downstream packages for the same purpose.

Added:
    qpid/trunk/qpid/java/tools/bin/qpid-python-testkit
      - copied unchanged from r1004445, qpid/trunk/qpid/java/testkit/bin/qpid-python-testkit
    qpid/trunk/qpid/java/tools/bin/set-testkit-env.sh
      - copied unchanged from r1004445, qpid/trunk/qpid/java/testkit/bin/setenv.sh
    qpid/trunk/qpid/java/tools/bin/testkit.py
      - copied, changed from r1004496, qpid/trunk/qpid/java/testkit/testkit.py
Removed:
    qpid/trunk/qpid/java/testkit/bin/qpid-python-testkit
    qpid/trunk/qpid/java/testkit/bin/setenv.sh
    qpid/trunk/qpid/java/testkit/testkit.py

Copied: qpid/trunk/qpid/java/tools/bin/testkit.py (from r1004496, qpid/trunk/qpid/java/testkit/testkit.py)
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/java/tools/bin/testkit.py?p2=qpid/trunk/qpid/java/tools/bin/testkit.py&p1=qpid/trunk/qpid/java/testkit/testkit.py&r1=1004496&r2=1032640&rev=1032640&view=diff
==============================================================================
--- qpid/trunk/qpid/java/testkit/testkit.py (original)
+++ qpid/trunk/qpid/java/tools/bin/testkit.py Mon Nov  8 16:59:33 2010
@@ -149,7 +149,7 @@ class JavaClientTest(BrokerTest):
 
 class ConcurrencyTest(JavaClientTest):
     """A concurrency test suite for the JMS client"""
-    skip = True
+    skip = False
 
     def base_case(self,**options):
         if self.skip :



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org