This issue affects all versions up to 2.8 and is a little disturbing
This ia a known issue; the problem is that there is no easy way to send the data bask.
What do you mean by data bask ? Translation is not clear :-) Couldn't we implement a new SampleSender. And at start of test, we send a simple bean representing what has been configured in CSVSaveService or SaveService ? What would be the issue with this ? Thanks
(In reply to comment #1) > This ia a known issue; the problem is that there is no easy way to send the > data bask. Oops, that should be: there is no easy way to send the data back.
(In reply to comment #2) > Couldn't we implement a new SampleSender. > And at start of test, we send a simple bean representing what has been > configured in CSVSaveService or SaveService ? I think that comment relates to a different Bug.
Yes you're right they belong to other bug 54153
Regarding this bug, can you point me to where it is mentionned in docs? Thanks
It is mentionned in build-test-plan.html documentation.
Date: Sat Nov 17 15:59:50 2012 New Revision: 1410743 URL: http://svn.apache.org/viewvc?rev=1410743&view=rev Log: Bug 54152 - In distributed testing : activeThreads and totalThreads always show 0 Bugzilla Id: 54152 Modified: jmeter/trunk/xdocs/changes.xml
Date: Fri Aug 30 21:08:16 2013 New Revision: 1519088 URL: http://svn.apache.org/r1519088 Log: Bug 54152 - In distributed testing : activeThreads and totalThreads always show 0 Bugzilla Id: 54152 Added: jmeter/trunk/src/core/org/apache/jmeter/threads/RemoteThreadsListener.java (with props) jmeter/trunk/src/core/org/apache/jmeter/threads/RemoteThreadsListenerImpl.java (with props) jmeter/trunk/src/core/org/apache/jmeter/threads/RemoteThreadsListenerTestElement.java (with props) jmeter/trunk/src/core/org/apache/jmeter/threads/RemoteThreadsListenerWrapper.java (with props) Modified: jmeter/trunk/bin/saveservice.properties jmeter/trunk/src/core/org/apache/jmeter/JMeter.java jmeter/trunk/src/core/org/apache/jmeter/engine/ConvertListeners.java jmeter/trunk/src/core/org/apache/jmeter/gui/action/RemoteStart.java jmeter/trunk/xdocs/changes.xml Date: Fri Aug 30 21:13:37 2013 New Revision: 1519089 URL: http://svn.apache.org/r1519089 Log: Bug 54152 - In distributed testing : activeThreads and totalThreads always show 0 Fix test failure Bugzilla Id: 54152 Modified: jmeter/trunk/src/core/org/apache/jmeter/save/SaveService.java
Total threads still shows 0 in GUI Mode but this brings the following improvements to distributed testing: - Summarizer display correct information - In GUI mode, we see the total started and stopped threads
Bug 54152 - In distributed testing : activeThreads and totalThreads always show 0 Add comment Bugzilla Id: 54152 Modified: jmeter/trunk/src/core/org/apache/jmeter/JMeter.java
Date: Sat Aug 31 12:43:13 2013 New Revision: 1519177 URL: http://svn.apache.org/r1519177 Log: Bug 54152 - In distributed testing : activeThreads and totalThreads always show 0 Renamed to: Bug 54152 - In distributed testing : activeThreads always show 0 in GUI and Summariser Bugzilla Id: 54152 Modified: jmeter/trunk/xdocs/changes.xml
Date: Sun Sep 22 08:01:43 2013 New Revision: 1525328 URL: http://svn.apache.org/r1525328 Log: Bug 54152 - In distributed testing : activeThreads always show 0 in GUI and Summariser Bugzilla Id: 54152 Modified: jmeter/trunk/build.xml
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/2979