Philippe Mouawad
c67d8701bb
Bug 55064 - Useless processing in ReportTreeListener.isValidDragAction()
...
Bugzilla Id: 55064
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1490008 13f79535-47bb-0310-9956-ffa450edef68
2013-06-05 19:04:42 +00:00
Philippe Mouawad
386d7a43ca
Bug 55065 - wasted work in Spline3.converge()
...
Bugzilla Id: 55065
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1490003 13f79535-47bb-0310-9956-ffa450edef68
2013-06-05 18:59:09 +00:00
Philippe Mouawad
e554711a80
Bug 55023 - SSL Context reuse feature (51380) adversely affects non-ssl request performance/throughput
...
Fixed regression on 51380 introduced by fix
Bugzilla Id: 55023
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1489603 13f79535-47bb-0310-9956-ffa450edef68
2013-06-04 20:56:41 +00:00
Sebastian Bazley
6ba2d9d111
wasted work in Data.append()
...
Bugzilla Id: 55056
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1489490 13f79535-47bb-0310-9956-ffa450edef68
2013-06-04 15:59:02 +00:00
Sebastian Bazley
107624fad3
SSL Context reuse feature (51380) adversely affects non-ssl request performance/throughput
...
Move testIterationStart code to samplers that actually need it; allows it to be done on first actual sample
Bugzilla Id: 55023
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1489189 13f79535-47bb-0310-9956-ffa450edef68
2013-06-03 21:35:55 +00:00
Philippe Mouawad
5ec765ec38
Bug 54985 - Make Transaction Controller set Response Code of Generated Parent Sampler to response code of first failing child in case of failure of one of its children
...
Bugzilla Id: 54985
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1489182 13f79535-47bb-0310-9956-ffa450edef68
2013-06-03 21:19:07 +00:00
Philippe Mouawad
1f995e5243
Bug 54990 - Download large files avoiding outOfMemory
...
Rollback as per sebb comment on dev list
Bugzilla Id: 54990
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1489124 13f79535-47bb-0310-9956-ffa450edef68
2013-06-03 19:40:17 +00:00
Philippe Mouawad
a5e689c175
Bug 54990 - Download large files avoiding outOfMemory
...
Use method from commons-io
Bugzilla Id: 54990
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1487627 13f79535-47bb-0310-9956-ffa450edef68
2013-05-29 20:07:20 +00:00
Philippe Mouawad
ae40b4e00e
Bug 55027 - Test Action regression, duration value are not record
...
Bugzilla Id: 55027
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1487615 13f79535-47bb-0310-9956-ffa450edef68
2013-05-29 19:53:36 +00:00
Sebastian Bazley
e1c293599f
Download large files avoiding outOfMemory
...
Add utility method to do chunking and use in ResultSaver
Bugzilla Id: 54990
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1484366 13f79535-47bb-0310-9956-ffa450edef68
2013-05-19 23:21:23 +00:00
Bruno Demion
2263e26b12
Add functions to encode/decode URL encoded chars (__urlencode and __urldecode)
...
Bugzilla Id: 54991
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1484160 13f79535-47bb-0310-9956-ffa450edef68
2013-05-18 18:23:07 +00:00
Bruno Demion
c3e49f1fe7
Small user interaction improvements in Row parameter Detail Box
...
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1484159 13f79535-47bb-0310-9956-ffa450edef68
2013-05-18 18:18:44 +00:00
Bruno Demion
381fc3cfeb
Re-add Apache License v2
...
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1484155 13f79535-47bb-0310-9956-ffa450edef68
2013-05-18 18:03:56 +00:00
Bruno Demion
33671289dc
Add tr, update project name
...
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1484149 13f79535-47bb-0310-9956-ffa450edef68
2013-05-18 17:24:34 +00:00
Bruno Demion
ebc4173446
Add mongo protocol entry
...
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1484148 13f79535-47bb-0310-9956-ffa450edef68
2013-05-18 17:20:53 +00:00
Philippe Mouawad
801cf41092
Bug 54584 - MongoDB plugin
...
Finalize documentation
Bugzilla Id: 54584
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1481562 13f79535-47bb-0310-9956-ffa450edef68
2013-05-12 14:11:02 +00:00
Philippe Mouawad
05f071840c
Clarify HTTPs recording
...
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1481155 13f79535-47bb-0310-9956-ffa450edef68
2013-05-10 19:27:47 +00:00
Sebastian Bazley
bb3b882155
Add Shutdown Hook to enable trapping kill or CTRL+C signals
...
Simplify; only add the hook once
Bugzilla Id: 54945
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1480819 13f79535-47bb-0310-9956-ffa450edef68
2013-05-09 22:35:48 +00:00
Philippe Mouawad
fa01ece63c
Bug 54945 - Add Shutdown Hook to enable trapping kill or CTRL+C signals
...
Bugzilla Id: 54945
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1480762 13f79535-47bb-0310-9956-ffa450edef68
2013-05-09 20:32:55 +00:00
Sebastian Bazley
df3baaa32e
Add tag for 2.9
...
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1480594 13f79535-47bb-0310-9956-ffa450edef68
2013-05-09 11:33:06 +00:00
Philippe Mouawad
7c7edbccff
Removal from GUI of Deprecated of Webservice SOAP Request
...
Fixed HTML Parameter Mask not being removed from GUI due to change in label
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1480463 13f79535-47bb-0310-9956-ffa450edef68
2013-05-08 21:08:53 +00:00
Philippe Mouawad
10c1830d92
Updated to commons-codec 1.8 (from 1.6)
...
Updated to commons-io 2.4 (from 2.2)
Updated to commons-net 3.2 (from 3.1)
Updated to jdom-1.1.3 (from 1.1.2)
Updated to jodd-lagarto and jodd-core 3.4.3 (from 3.4.1)
Updated to junit 4.11 (from 4.10)
Updated to slf4j-api 1.7.5 (from 1.7.2)
Updated to xmlgraphics-commons 1.5 (from 1.3.1)
Updated to xstream 1.4.4 (from 1.4.2)
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1480444 13f79535-47bb-0310-9956-ffa450edef68
2013-05-08 20:39:12 +00:00
Philippe Mouawad
da898ad90c
Fixed typo
...
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1480439 13f79535-47bb-0310-9956-ffa450edef68
2013-05-08 20:18:08 +00:00
Philippe Mouawad
626d0d5f5a
Bug 54584 - MongoDB plugin
...
Update docs
Bugzilla Id: 54584
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1479389 13f79535-47bb-0310-9956-ffa450edef68
2013-05-05 20:55:32 +00:00
Philippe Mouawad
0c9d1a9765
Bug 54584 - MongoDB plugin
...
Bugzilla Id: 54584
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1479387 13f79535-47bb-0310-9956-ffa450edef68
2013-05-05 20:52:24 +00:00
Philippe Mouawad
f3dac24c9f
Bug 54924 - XMLAssertion uses JMeter JVM file.encoding instead of response encoding and does not clean threadlocal variable
...
Bugzilla Id: 54924
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1478975 13f79535-47bb-0310-9956-ffa450edef68
2013-05-03 20:51:47 +00:00
Sebastian Bazley
16ebd78729
Propagate the input event ID
...
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1477874 13f79535-47bb-0310-9956-ffa450edef68
2013-04-30 23:29:11 +00:00
Sebastian Bazley
ede7c2e04a
Propagate the input event ID
...
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1477873 13f79535-47bb-0310-9956-ffa450edef68
2013-04-30 23:28:42 +00:00
Philippe Mouawad
0da3ba6db7
Bug 54913 - JMSPublisherGui incorrectly restore its state
...
Bugzilla Id: 54913
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1477850 13f79535-47bb-0310-9956-ffa450edef68
2013-04-30 21:46:34 +00:00
Philippe Mouawad
80a9a5cdfb
Bug 54912 - JMeterTreeListener should use constants
...
Bugzilla Id: 54912
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1477844 13f79535-47bb-0310-9956-ffa450edef68
2013-04-30 21:40:49 +00:00
Philippe Mouawad
2820e9e52a
Bug 54584 - MongoDB plugin
...
Bugzilla Id: 54584
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1477841 13f79535-47bb-0310-9956-ffa450edef68
2013-04-30 21:35:38 +00:00
Philippe Mouawad
40bf052a2a
upgrade to httpclient 4.2.5
...
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1477810 13f79535-47bb-0310-9956-ffa450edef68
2013-04-30 20:25:32 +00:00
Philippe Mouawad
c31f91a4d5
upgrade to httpclient 4.2.5
...
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1477809 13f79535-47bb-0310-9956-ffa450edef68
2013-04-30 20:24:43 +00:00
Philippe Mouawad
a131b7918f
Bug 54901 - Response Assertion GUI behaves weirdly
...
Bugzilla Id: 54901
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1476828 13f79535-47bb-0310-9956-ffa450edef68
2013-04-28 20:26:06 +00:00
Sebastian Bazley
493324ba1b
Spelling: instanciat[e|ing] => instantiat[e|ing]
...
Bugzilla Id: 54896
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1476784 13f79535-47bb-0310-9956-ffa450edef68
2013-04-28 14:43:50 +00:00
Philippe Mouawad
26c54f46c7
Bug 54896 - JUnit sampler gives only “failed to create an instance of the class” message with constructor problems
...
Bugzilla Id: 54896
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1476768 13f79535-47bb-0310-9956-ffa450edef68
2013-04-28 13:55:43 +00:00
Philippe Mouawad
22ce57a68b
Bug 54870 - Tree D&D may lost leaf nodes
...
Bugzilla Id: 54870
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1470027 13f79535-47bb-0310-9956-ffa450edef68
2013-04-19 20:31:01 +00:00
Philippe Mouawad
8a3c9d4dcc
Bug 54864 - Enable multi selection drag&drop in the tree without having to start dragging before releasing Shift or Control
...
Bugzilla Id: 54864
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1469553 13f79535-47bb-0310-9956-ffa450edef68
2013-04-18 20:30:06 +00:00
Philippe Mouawad
5b144c0e56
Bug 54834 - Improve Drag & Drop in the jmeter tree
...
fix entity
Bugzilla Id: 54834
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1469066 13f79535-47bb-0310-9956-ffa450edef68
2013-04-17 20:41:44 +00:00
Philippe Mouawad
6baaf2ec3c
upgrade to mongo-java-driver-2.11.1
...
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1469063 13f79535-47bb-0310-9956-ffa450edef68
2013-04-17 20:31:08 +00:00
Philippe Mouawad
9bb76e1635
Bug 54834 - Improve Drag & Drop in the jmeter tree
...
FIX EOL
Bugzilla Id: 54834
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1469058 13f79535-47bb-0310-9956-ffa450edef68
2013-04-17 20:17:48 +00:00
Philippe Mouawad
0adec3b67f
Bug 54834 - Improve Drag & Drop in the jmeter tree
...
Bugzilla Id: 54834
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1469057 13f79535-47bb-0310-9956-ffa450edef68
2013-04-17 20:16:53 +00:00
Sebastian Bazley
a3fa9efabc
Can now drop work-round for obtaining default HTTP params
...
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1468570 13f79535-47bb-0310-9956-ffa450edef68
2013-04-16 19:21:51 +00:00
Sebastian Bazley
bd1d2fdd77
Start unit test for sanitizeUrl
...
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1468548 13f79535-47bb-0310-9956-ffa450edef68
2013-04-16 18:33:19 +00:00
Sebastian Bazley
9d5906a1d0
More info on why change was done
...
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1468543 13f79535-47bb-0310-9956-ffa450edef68
2013-04-16 18:24:22 +00:00
Philippe Mouawad
4e1ad62752
Bug 54847 - Cut & Paste is broken with tree multi-selection
...
Take into account sebb remark on dev mailing list
Bugzilla Id: 54847
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1468374 13f79535-47bb-0310-9956-ffa450edef68
2013-04-16 11:29:14 +00:00
Philippe Mouawad
9951cf5d28
Bug 54847 - Cut & Paste is broken with tree multi-selection
...
Bugzilla Id: 54847
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1468204 13f79535-47bb-0310-9956-ffa450edef68
2013-04-15 19:52:08 +00:00
Philippe Mouawad
08c9666ec3
Bug 54759 - SSLPeerUnverifiedException using HTTPS , property documented
...
Bugzilla Id: 54759
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1467823 13f79535-47bb-0310-9956-ffa450edef68
2013-04-14 20:04:49 +00:00
Philippe Mouawad
0554cd7393
Bug 54844 - Set the application icon on Mac Os
...
Bugzilla Id: 54844
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1467816 13f79535-47bb-0310-9956-ffa450edef68
2013-04-14 19:21:36 +00:00
Philippe Mouawad
f89759f4f4
Bug 54841 - Correctly handle the quit shortcut on Mac Os (CMD-Q)
...
Bugzilla Id: 54841
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1467775 13f79535-47bb-0310-9956-ffa450edef68
2013-04-14 13:41:38 +00:00