Repository: qpid-dispatch
Updated Branches:
  refs/heads/master 798878ab4 -> 3db5c309a


NO-JIRA - Removed workerThreads in system_test.py. This will allow the 
workerThreads to default to 4.


Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/3db5c309
Tree: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/tree/3db5c309
Diff: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/diff/3db5c309

Branch: refs/heads/master
Commit: 3db5c309a99812c7d5fc047513df3f640401bf80
Parents: 798878a
Author: Ganesh Murthy <[email protected]>
Authored: Fri Mar 3 15:25:05 2017 -0500
Committer: Ganesh Murthy <[email protected]>
Committed: Fri Mar 3 15:25:05 2017 -0500

----------------------------------------------------------------------
 tests/system_test.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/3db5c309/tests/system_test.py
----------------------------------------------------------------------
diff --git a/tests/system_test.py b/tests/system_test.py
index 1e7cd2e..7cee50a 100755
--- a/tests/system_test.py
+++ b/tests/system_test.py
@@ -306,7 +306,7 @@ class Qdrouterd(Process):
         DEFAULTS = {
             'listener': {'host':'0.0.0.0', 'saslMechanisms':'ANONYMOUS', 
'idleTimeoutSeconds': '120', 'authenticatePeer': 'no'},
             'connector': {'host':'127.0.0.1', 'saslMechanisms':'ANONYMOUS', 
'idleTimeoutSeconds': '120', 'role':'on-demand'},
-            'router': {'mode': 'standalone', 'id': 'QDR', 'debugDump': 
'qddebug.txt',  'workerThreads': 1}
+            'router': {'mode': 'standalone', 'id': 'QDR', 'debugDump': 
'qddebug.txt'}
         }
 
         def sections(self, name):


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to