Github user asfgit closed the pull request at:
https://github.com/apache/jmeter/pull/238
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enab
On 13 December 2016 at 09:20, max3163 wrote:
> Github user max3163 commented on a diff in the pull request:
>
> https://github.com/apache/jmeter/pull/238#discussion_r92125661
>
> --- Diff: src/core/org/apache/jmeter/threads/ThreadGroup.java ---
> @@ -279,34 +282,30 @@ private void dela
Github user max3163 commented on a diff in the pull request:
https://github.com/apache/jmeter/pull/238#discussion_r92125661
--- Diff: src/core/org/apache/jmeter/threads/ThreadGroup.java ---
@@ -279,34 +282,30 @@ private void delayBy(long delay) {
@Override
public v
Github user Wyatts commented on a diff in the pull request:
https://github.com/apache/jmeter/pull/238#discussion_r91997394
--- Diff: src/core/org/apache/jmeter/threads/ThreadGroup.java ---
@@ -279,34 +282,30 @@ private void delayBy(long delay) {
@Override
public vo
Github user Wyatts commented on a diff in the pull request:
https://github.com/apache/jmeter/pull/238#discussion_r92001179
--- Diff: src/core/org/apache/jmeter/threads/AbstractThreadGroup.java ---
@@ -251,6 +251,8 @@ public boolean getOnErrorStopTestNow() {
public abs
GitHub user max3163 opened a pull request:
https://github.com/apache/jmeter/pull/238
Adds API to create JMeter threads on the fly
Adds a method in a thread group to add new threads dynamically.
Feature can be use to adjust thread count:
- in case of low load
- d