DO NOT REPLY [Bug 47886] New: Use ThreadPool for threads rather than create/start() with delay

2009-09-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47886 Summary: Use ThreadPool for threads rather than create/start() with delay Product: JMeter Version: unspecified Platform: PC OS/Version: Windows XP Status:

DO NOT REPLY [Bug 47886] Use ThreadPool for threads rather than create/start() with delay

2009-09-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47886 Flick cflic...@novator.com changed: What|Removed |Added Attachment #24300|jmeter2.2threadpool.patch

DO NOT REPLY [Bug 47886] Use ThreadPool for threads rather than create/start() with delay

2009-09-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47886 Flick cflic...@novator.com changed: What|Removed |Added Version|unspecified |2.3.2 -- Configure

DO NOT REPLY [Bug 47886] Use ThreadPool for threads rather than create/start() with delay

2009-09-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47886 Sebb s...@apache.org changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #1

DO NOT REPLY [Bug 47886] Use ThreadPool for threads rather than create/start() with delay

2009-09-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47886 Flick cflic...@novator.com changed: What|Removed |Added Status|NEEDINFO|NEW --- Comment #2

svn commit: r817687 - /jakarta/jmeter/trunk/build.xml

2009-09-22 Thread sebb
Author: sebb Date: Tue Sep 22 15:03:33 2009 New Revision: 817687 URL: http://svn.apache.org/viewvc?rev=817687view=rev Log: Prevent class files from being added twice Modified: jakarta/jmeter/trunk/build.xml Modified: jakarta/jmeter/trunk/build.xml URL:

svn commit: r817688 - in /jakarta/jmeter/trunk: lib/junit/ src/junit/test/ src/junit/woolfel/

2009-09-22 Thread sebb
Author: sebb Date: Tue Sep 22 15:04:14 2009 New Revision: 817688 URL: http://svn.apache.org/viewvc?rev=817688view=rev Log: More JUnit test cases Added: jakarta/jmeter/trunk/src/junit/test/AfterAnnotatedTest.java (with props) jakarta/jmeter/trunk/src/junit/test/BeforeAnnotatedTest.java

svn commit: r817689 - /jakarta/jmeter/trunk/src/junit/org/apache/jmeter/protocol/java/sampler/JUnitSampler.java

2009-09-22 Thread sebb
Author: sebb Date: Tue Sep 22 15:10:49 2009 New Revision: 817689 URL: http://svn.apache.org/viewvc?rev=817689view=rev Log: Use threadStarted() to set up common variables for the sample() method Improve handling of InvocationTargetException Modified:

svn commit: r817694 - /jakarta/jmeter/trunk/src/junit/org/apache/jmeter/protocol/java/sampler/JUnitSampler.java

2009-09-22 Thread sebb
Author: sebb Date: Tue Sep 22 15:15:51 2009 New Revision: 817694 URL: http://svn.apache.org/viewvc?rev=817694view=rev Log: Rename mutable objects - only constants should be upper case Modified: jakarta/jmeter/trunk/src/junit/org/apache/jmeter/protocol/java/sampler/JUnitSampler.java

DO NOT REPLY [Bug 47886] Use ThreadPool for threads rather than create/start() with delay

2009-09-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47886 --- Comment #3 from Sebb s...@apache.org 2009-09-22 08:46:42 PDT --- One alternative in your case is to re-use a single JMeter thread for multiple users in succession. I.e. wrap the login, samples, logout sequence in a loop controller. You

DO NOT REPLY [Bug 47886] Use ThreadPool for threads rather than create/start() with delay

2009-09-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47886 --- Comment #4 from Flick cflic...@novator.com 2009-09-22 08:53:39 PDT --- Thanks for the suggestion, but it won't work in my case. I need to simulate new sessions being created by Tomcat which is unrelated to login/logout. It's related

DO NOT REPLY [Bug 47886] Use ThreadPool for threads rather than create/start() with delay

2009-09-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47886 --- Comment #5 from Sebb s...@apache.org 2009-09-22 08:59:13 PDT --- In which case, just clear the context instead. If you want to pursue this, please continue on the JMeter user list. -- Configure bugmail:

svn commit: r817720 - /jakarta/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/control/AuthManager.java

2009-09-22 Thread sebb
Author: sebb Date: Tue Sep 22 16:34:23 2009 New Revision: 817720 URL: http://svn.apache.org/viewvc?rev=817720view=rev Log: No need to repeat what superclass implements Modified: jakarta/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/control/AuthManager.java Modified:

svn commit: r817724 - in /jakarta/jmeter/trunk: src/core/org/apache/jmeter/gui/util/MenuFactory.java src/core/org/apache/jmeter/testbeans/gui/TestBeanGUI.java xdocs/changes.xml

2009-09-22 Thread sebb
Author: sebb Date: Tue Sep 22 16:49:31 2009 New Revision: 817724 URL: http://svn.apache.org/viewvc?rev=817724view=rev Log: Disallow adding any child elements to JDBC Configuration TestBeanGUI was using ConfigTestElement instead of ConfigElement Also don't default to sampler menu if type not

svn commit: r817726 - /jakarta/jmeter/trunk/xdocs/changes.xml

2009-09-22 Thread sebb
Author: sebb Date: Tue Sep 22 16:51:20 2009 New Revision: 817726 URL: http://svn.apache.org/viewvc?rev=817726view=rev Log: Junit4 support Modified: jakarta/jmeter/trunk/xdocs/changes.xml Modified: jakarta/jmeter/trunk/xdocs/changes.xml URL:

Re: svn commit: r816920 - in /jakarta/jmeter/trunk/lib: ./ api/ doc/

2009-09-22 Thread Rahul Akolkar
On Sat, Sep 19, 2009 at 9:19 AM, s...@apache.org wrote: Author: sebb Date: Sat Sep 19 13:19:26 2009 New Revision: 816920 URL: http://svn.apache.org/viewvc?rev=816920view=rev Log: Drop jars that are downloadable elsewhere snip/ Yes please, thanks :-) -Rahul Removed:    

DO NOT REPLY [Bug 47886] Use ThreadPool for threads rather than create/start() with delay

2009-09-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47886 Flick cflic...@novator.com changed: What|Removed |Added Attachment #24300|0 |1 is obsolete|

svn commit: r817869 - /jakarta/jmeter/trunk/build.properties

2009-09-22 Thread sebb
Author: sebb Date: Tue Sep 22 22:23:14 2009 New Revision: 817869 URL: http://svn.apache.org/viewvc?rev=817869view=rev Log: Document problem with JTidy Modified: jakarta/jmeter/trunk/build.properties Modified: jakarta/jmeter/trunk/build.properties URL:

Re: svn commit: r816920 - in /jakarta/jmeter/trunk/lib: ./ api/ doc/

2009-09-22 Thread sebb
On 22/09/2009, Rahul Akolkar rahul.akol...@gmail.com wrote: On Sat, Sep 19, 2009 at 9:19 AM, s...@apache.org wrote: Author: sebb Date: Sat Sep 19 13:19:26 2009 New Revision: 816920 URL: http://svn.apache.org/viewvc?rev=816920view=rev Log: Drop jars that are downloadable

DO NOT REPLY [Bug 47886] Use ThreadPool for threads rather than create/start() with delay

2009-09-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47886 Sebb s...@apache.org changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #7

DO NOT REPLY [Bug 47888] New: JUnit Sampler re-uses test object

2009-09-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47888 Summary: JUnit Sampler re-uses test object Product: JMeter Version: unspecified Platform: PC OS/Version: Windows XP Status: NEW Severity: normal Priority: P2

DO NOT REPLY [Bug 47888] JUnit Sampler re-uses test object

2009-09-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47888 --- Comment #1 from peter lin wool...@yahoo.com 2009-09-22 18:05:39 PDT --- A couple of notes on the difference between jmeter's sampler and the standard junit runner. For a stress test, we don't want to create a new instance of the test

DO NOT REPLY [Bug 47888] JUnit Sampler re-uses test object

2009-09-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47888 --- Comment #2 from Sebb s...@apache.org 2009-09-22 18:46:05 PDT --- I see - good point. It does mean that there are restrictions on the tests that can be run using JMeter, but that's probably worth it - so it will be documented rather

DO NOT REPLY [Bug 47888] JUnit Sampler re-uses test object

2009-09-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47888 --- Comment #3 from peter lin wool...@yahoo.com 2009-09-22 18:55:37 PDT --- A bit more information on how we used the junit sampler. Our test cases were mainly for IBM Ascential's MetaData Server. The goal was to load the database with x

DO NOT REPLY [Bug 47890] New: WSDL data does not populate if web methods are too many.

2009-09-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47890 Summary: WSDL data does not populate if web methods are too many. Product: JMeter Version: 2.3.4 Platform: PC OS/Version: Windows Vista Status: NEW