Sebastian Bazley
788a8248f9
Bug 46821 - JDBC select request doesn't store the first column in the variables
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@751560 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: 2cc81308fd
2009-03-09 00:18:04 +00:00
Sebastian Bazley
1dac8e986a
Bug 46636 - rmi ports
...
Remote server now uses port defined by the property server.rmi.localport if present
Simplified Client / Server classes
Show remote object connections on console
git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@747989 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: 7902bed60b
2009-02-26 02:32:31 +00:00
Sebastian Bazley
d17c91510c
Bug 40045 - Allow Results monitor to select a specific connector
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@747112 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: 586f8e314a
2009-02-23 19:47:38 +00:00
Sebastian Bazley
8561038da7
The JMeter variable "sample_variables" is sent to all server instances to ensure the data is available to the client.
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@744592 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: 2599772fc5
2009-02-15 01:15:11 +00:00
Sebastian Bazley
1ba2f2419e
Bug 46491 - Incorrect value for the last variable in "CSV Data Set Config" (error in processing quoted strings)
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@740183 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: bb1dc0669c
2009-02-03 01:33:53 +00:00
Sebastian Bazley
e85e7e39da
Bug 46435 - More verbose error msg for error 501 (Proxy Server)
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@739445 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: 273b2f87d3
2009-01-30 23:00:17 +00:00
Sebastian Bazley
04dc25698d
Mailer Visualiser - fix parsing of multiple e-mail address when using Test button
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@738505 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: 3d04036abb
2009-01-28 14:58:28 +00:00
Sebastian Bazley
da4f1b8961
Bug 46436 - Improve error reporting in Proxy Gui
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@737411 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: 52b820acdd
2009-01-24 18:23:07 +00:00
Sebastian Bazley
b447f67faf
Bug 46424 - corrections to French translations
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@737387 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: 7ff89679e1
2009-01-24 16:26:52 +00:00
Sebastian Bazley
684a5eddbd
Bug 46522 - Incorrect "Response data" in JDBC sample when column names are missing
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@735548 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: a72493034c
2009-01-18 21:12:34 +00:00
Sebastian Bazley
ff8f8a4996
Fix variable name "theadName" => "threadName" in __jexl() and __javaScript() functions
...
Add variable "log" to __jexl() and __javaScript()
git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@732569 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: 78fcbdcfc4
2009-01-08 00:34:52 +00:00
Sebastian Bazley
09c5562d19
Recent changes
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@732429 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: 495abb2194
2009-01-07 18:45:17 +00:00
Sebastian Bazley
c72b76d10e
Bug 46407 - BSF elements do not load script files, attempt to interpret filename as script
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@728228 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: 4be3414bb0
2008-12-20 03:54:40 +00:00
Sebastian Bazley
ad1f5f9fb6
Bug 46332 - HTTP Cookie Manager ignores manually defined cookies (bug introduced in r707810)
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@724454 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: db6298afd0
2008-12-08 19:24:51 +00:00
Sebastian Bazley
8260140060
Bug 46359 - BSF JavaScript Preprocessor cannot access sampler variable on first interation (Implement temporary work-round for BSF-22)
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@724447 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: ea4302d526
2008-12-08 18:59:38 +00:00
Sebastian Bazley
2b8983b124
Need to override SocketFactory#createSocket() because Java 1.6 uses that rather than any of the createSocket(...) methods with parameters.
...
This avoids the error: java.net.SocketException: Unconnected sockets not implemented
git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@723926 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: ab0a0accea
2008-12-05 23:36:29 +00:00
Sebastian Bazley
12be87653f
Fix regex function - was failing to process $m$mid$n$ correctly
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@718745 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: b84283a0a2
2008-11-18 22:32:33 +00:00
Sebastian Bazley
e698c143db
Fixed language change handling for menus (does not yet work for TestBeans)
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@718244 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: ed7b196c5f
2008-11-17 13:25:20 +00:00
Sebastian Bazley
fac0351db3
Revert previous change to ObjectTableModel and PowerTableModel as that was the wrong place to fix the displays
...
Add HeaderAsPropertyRenderer class instead and use this to convert the table header names
git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@713400 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: f41517133c
2008-11-12 15:26:58 +00:00
Sebastian Bazley
71a87b2a5b
Enhance ObjectTableModel to support header resource names; use this to fix locale changes in various GUI elements
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@713246 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: ca976c0dda
2008-11-12 02:25:37 +00:00
Sebastian Bazley
bf3a2bc6c5
Enhance PowerTableModel to support header resource names; use this to fix locale changes in Proxy, Response Assertion, Cookie Manager
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@713239 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: 6968d61eec
2008-11-12 01:23:28 +00:00
Sebastian Bazley
52f29a9a46
Major overhaul of JMS classes to:
...
- improve thread-safety
- make JMX values locale-independent
- improve dynamic locale change handling
Had to move JLabelledRadioI18N to core because it uses JMeterUtils
git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@713190 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: 96efc6a381
2008-11-11 22:03:43 +00:00
Sebastian Bazley
373fb6fc60
Bug 44941 - Throughput controllers should not share global counters
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@712458 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: cb0947bf71
2008-11-09 01:25:03 +00:00
Sebastian Bazley
f610dc7917
Bug 44521 - empty variables for a POST in the HTTP Request don't get ignored
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@712453 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: 006b977a07
2008-11-09 00:44:31 +00:00
Sebastian Bazley
ee217e9ead
Bug 34096 - Duplicate samples not eliminated when writing to CSV files
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@712443 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: 52b27f7789
2008-11-08 22:35:12 +00:00
Sebastian Bazley
39a66c59a6
More efficient loading of JTL files
...
Don't clear Visualizer before loading the file
git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@712398 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: 663185ada7
2008-11-08 14:19:48 +00:00
Sebastian Bazley
a4d5ffa51b
Bug 45460 - JMS TestPlan elements depend on resource property
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@712032 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: 008bd94d17
2008-11-07 01:30:43 +00:00
Sebastian Bazley
009ab1354e
Bug 45458 - Point to Point JMS in combination with authentication
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@712018 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: 624583024e
2008-11-07 00:17:46 +00:00
Sebastian Bazley
8d7bad030d
TCP sampler now calls setupTest() and teardownTest() methods
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@711614 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: d89a1ea71e
2008-11-05 16:55:29 +00:00
Sebastian Bazley
be5c1c3458
Bug 46030 - Extend TCP Sampler to Support Length-Prefixed Binary Data
...
Commit of 3rd party code (ICLA and CCLA have been received)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@711601 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: ce7f25de13
2008-11-05 16:18:49 +00:00
Sebastian Bazley
a025419334
Bug 46148 - HTTP sampler fails on SSL requests when logging for jmeter.util is set to DEBUG
...
Remove the debug code, as it has side effects
git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@711582 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: 504369d02f
2008-11-05 15:00:31 +00:00
Sebastian Bazley
e5f0870fd2
Bug 46142 - JMS Receiver now uses MessageID
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@711364 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: 6d00aa2a0c
2008-11-04 19:27:40 +00:00
Sebastian Bazley
21f02d1a93
JDBC Request now handles arbitray variable types
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@711279 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: 2b6a11a119
2008-11-04 15:55:01 +00:00
Sebastian Bazley
a66378d47d
JDBC Request now handles quoted strings.
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@711240 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: e761a4c542
2008-11-04 12:28:40 +00:00
Sebastian Bazley
869e2022c3
JDBC Request can optionally save the results of Select statements to variables.
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@711154 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: cda7873dab
2008-11-04 01:27:51 +00:00
Sebastian Bazley
0daa5963fb
Cookie Manager no longer stores cookies by default
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@710091 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: 032a993b86
2008-11-03 16:09:20 +00:00
Sebastian Bazley
0df220f77f
Allow jexl() function to have multiple statements
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@710045 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: aec7ec3323
2008-11-03 12:42:16 +00:00
Sebastian Bazley
cc1822d0f5
Bug 41608 - misleading warning log message removed
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@708896 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: 3588ee1283
2008-10-29 12:56:22 +00:00
Sebastian Bazley
67e6baeacc
Cookie Manager now saves/restores cookie versions
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@707849 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: cfb9bf9b08
2008-10-25 14:47:39 +00:00
Sebastian Bazley
e758b44d67
Add version attribute to JMeter Cookie class (needed for proper cookie support)
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@707848 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: c46f6fa249
2008-10-25 14:45:36 +00:00
Sebastian Bazley
ce2e0b8031
Add some new convenience property methods:
...
boolean with default, integer, integer with default
git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@707847 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: 6440584e97
2008-10-25 14:43:15 +00:00
Sebastian Bazley
e984acc671
Cookie Manager was not passing cookie policy to runtime threads so they always used compatibility mode
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@707810 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: 85c77fabcd
2008-10-25 02:08:26 +00:00
Sebastian Bazley
2653e1c64b
Apache SOAP 2.3.1 does not give access to HTTP response code/message, so WebService sampler now treats an empty response as an error
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@707681 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: 7310e2a95a
2008-10-24 16:49:44 +00:00
Sebastian Bazley
1708f277f1
Add classname field to TCP Sampler GUIs
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@707243 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: feb4819a54
2008-10-23 01:33:30 +00:00
Sebastian Bazley
9e65996590
Add setProperty() methods with defaults to the interface
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@707242 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: a8a096c867
2008-10-23 01:21:47 +00:00
Sebastian Bazley
77c5fffa36
Recent change
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@707180 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: 685d59f7d9
2008-10-22 19:59:28 +00:00
Sebastian Bazley
3abb3a83db
Trim spaces from While Controller condition before comparing against LAST, blank or false
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@706279 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: 33ff64edcb
2008-10-20 13:39:17 +00:00
Sebastian Bazley
8cccd6e306
recent changes
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@703793 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: 3f7cb0270e
2008-10-12 11:59:57 +00:00
Sebastian Bazley
abce44806a
Webservice(SOAP) Sampler improvements
...
- better content-type handling
- fetch actual response headers
- save request data earlier so can still be seen if connect fails
git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@703675 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: 692859a8f3
2008-10-11 15:36:01 +00:00
Sebastian Bazley
abab46e690
Bug 45425 - JDBC Request does not support Unicode
...
- changed sampler to use UTF-8
- added parameter values and types to request data
- set content-type to text/plain
git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@703617 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: a4aefcc8ec
2008-10-11 00:37:49 +00:00