[GitHub] jmeter pull request #233: Bug 60274

2018-06-15 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/jmeter/pull/233


---


[GitHub] jmeter pull request #233: Bug 60274

2016-10-18 Thread blindio
GitHub user blindio opened a pull request:

https://github.com/apache/jmeter/pull/233

Bug 60274



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/Nordstrom/jmeter 60274

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/jmeter/pull/233.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #233


commit 732b0e23a7737962c71de23b9a76ac888191bd48
Author: Thorson Little 
Date:   2016-06-01T01:49:16Z

initial import with working gui

commit c1e5d984687313f4225ba35fefd2b45d57108466
Author: Thorson Little 
Date:   2016-06-02T19:10:02Z

Refactored for readability plus some bug fixes

commit 86f2dedc60325ddbd56071d990ffc4dbef7dd7ea
Author: Thorson Little 
Date:   2016-06-02T20:20:13Z

Removed randomizer object since I determined that new WeightedDistCtrl
object were created for each thread thus new Random objects

commit 0e26a2ca5f8958fe9a86fd83ae7207d865a2af99
Author: Thorson Little 
Date:   2016-06-02T21:45:27Z

Fixed issue when only zero-weight children exist

commit d56d436e75b1667ea4235517b7f823aceab4a245
Author: Thorson Little 
Date:   2016-06-02T23:58:08Z

added unit tests, fixed a null pointer  error bug revealed by unit
tests.  the unit test testDistributionWithAllDisabled fails by throwing
all of the results to a single test elment when none should be called.
will investigate

commit 553b5d9b4402d893951344826b8ae7d6313af6c0
Author: Thorson Little 
Date:   2016-06-03T23:19:10Z

Added unit tests for various sampler configurations.  fixed bug where
disabled samplers are eliminated in addTestElement.  added an
abstraction over the randomizer for unit-test-ability

commit 31214ba265ce3e0774ba4a7fd48e13e8a842a6e2
Author: Thorson Little 
Date:   2016-06-05T08:35:39Z

removed referenced to perThreadCheckbox

commit 7807159a5ab0e7ed69ad1390acc7f469f51afcad
Author: Thorson Little 
Date:   2016-06-07T21:50:01Z

Added functionality to use variables for weights and will render those
variables in a column

commit b544c10a9312e9711e8962a78dd0c62ac591f012
Author: Thorson Little 
Date:   2016-06-08T18:38:58Z

Added xdocs component reference

commit 03c9d630d2e27878d87f6d6ceaf94500d7372a83
Author: Thorson Little 
Date:   2016-06-08T23:32:04Z

Code cleanup complete,  more unit tests to add, otehrwise I think that
this is done

commit eec359b7c33466891275568c134800dcb47fe902
Author: Thorson Little 
Date:   2016-06-08T23:36:43Z

copy & paste error in saveservice.props created duplicate
InterleaveControl entry

commit 657419583651d2c6036b82ef5cb90bcb9b7ea6ba
Author: Thorson Little 
Date:   2016-06-17T22:20:03Z

Code cleanup and more unit tests

commit 6a306f8f814d64d06257690be1c42a2d2061ed1d
Author: Thorson Little 
Date:   2016-06-23T23:04:01Z

Better comments and more unit tests

commit 6fbb363c79654072511e6dcc4058c6db1e6da809
Author: Thorson Little 
Date:   2016-06-23T23:10:26Z

Added one more unit test

commit 5b5670e53ca858f9a5daab23fba9b1e53831f321
Author: Thorson Little 
Date:   2016-06-24T21:58:59Z

variable and method renaming

commit eebb29a6407cd1ea658dd64b11fe97e713d97e9d
Author: Thorson Little 
Date:   2016-06-28T17:10:53Z

renamed seed to generator seed

commit 0938aed61bc65d28dbd416a6348008cc16bec060
Author: Thorson Little 
Date:   2016-06-28T17:53:09Z

Merge branch 'trunk' of https://github.com/Nordstrom/jmeter into trunk

commit f55d0e2005d0bcebf39725b2db9be05b0902df6b
Author: Thorson Little 
Date:   2016-06-28T18:03:50Z

Revert "Merge branch 'trunk' of https://github.com/Nordstrom/jmeter into 
trunk"

This reverts commit 0938aed61bc65d28dbd416a6348008cc16bec060, reversing
changes made to eebb29a6407cd1ea658dd64b11fe97e713d97e9d.

commit 6e4179ac513aa97385eb7b8a8bdba71162a378b3
Author: Thorson Little 
Date:   2016-06-28T21:57:06Z

manually merged due to confusion with earlier automated merge

commit e3199a46a5bc5912f90ffe9d1394ae20c50c3434
Author: Thorson Little 
Date:   2016-06-28T22:31:58Z

fixing logging messages

commit b4fe985a5560dd1166a40e8395be1cb27d1fb4d9
Author: Thorson Little 
Date:   2016-10-05T23:33:10Z

Merge branch 'trunk' of https://github.com/apache/jmeter into trunk

commit 84908bea2279749e922160ca512ebf0d85f05527
Author: Thorson Little 
Date:   2016-10-07T19:55:09Z

Refactored WeightedDistributionControllerTableModel to break out internal
classes so they coulb be made public and would not break JMeterTest when
it instantiates Serializable classes.

Added new lines to some files to meet style guidelines

Moved gui classes to sub package so the classes from
WeightedDistributionControllerTableModel would not pollute gui package

commit e8ef18c72ef5b5659f8d07dd1a8d055b56878a45
Author: Thorson Little 
Date:   2016-10-07T22