Commit Graph

463 Commits

Author SHA1 Message Date
Sebastian Bazley cfa6ebffae Give BeanShell, Javascript and Jexl functions access to JMeter properties via the "props" object
git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@655843 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: d87994dbf4
2008-05-13 12:53:39 +00:00
Sebastian Bazley dafd37c2c1 Bug 44418/42178 - CSV Dataset file handling improvements
git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@654944 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: 1ad8d74109
2008-05-09 21:37:13 +00:00
Sebastian Bazley 5f35db0850 Re-add current ant-jmeter jar
git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@654659 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: f7c24f3fd9
2008-05-09 00:49:21 +00:00
Sebastian Bazley a53bc45289 Allow use of special name LAST to mean the last test run; applies to -t, -l, -j flags
git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@654572 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: 928a27dc0d
2008-05-08 16:13:16 +00:00
Sebastian Bazley 56d39ce8b0 Bug 42833 - Argument class uses LinkedHashMap in getArgumentsAsMap() to preserve ordering
git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@654500 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: 44000a95f8
2008-05-08 12:10:26 +00:00
Sebastian Bazley d0b48ce384 Bug 19128 - Added multiple file POST support to HTTP Samplers
git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@654389 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: 0431342fc6
2008-05-08 02:15:58 +00:00
Sebastian Bazley 9085b41e0b Save the current engine object, so Test Action "Stop Test" now works
git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@654280 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: 663e267bd6
2008-05-07 21:14:48 +00:00
Sebastian Bazley 4d8b7b99b6 Mirror server can now be run independently (mirror-server.cmd and mirror-server.sh)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@653832 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: 8945b2fd9c
2008-05-06 16:39:29 +00:00
Sebastian Bazley a61c07230b BSF Sampler now works properly with Javascript
git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@653124 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: 78a2ada714
2008-05-03 20:10:41 +00:00
Sebastian Bazley feefc88fa7 The BeanShell and BSF component documentation made some incorrect references to the "SampleResponse" object; this has been corrected to "SampleResult"
git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@653072 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: 06fd3eb23b
2008-05-03 13:02:38 +00:00
Sebastian Bazley 95e2f3510d Bug 44912 - Filter not working in Log Parser
git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@652839 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: 0e782d8cac
2008-05-02 17:34:08 +00:00
Sebastian Bazley 2b727823b5 Bug 44910 - close previous socket (if any) in TCP Sampler
git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@652380 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: 0c1e9a1d65
2008-04-30 12:48:07 +00:00
Sebastian Bazley c3beae3148 Webservice(SOAP) sampler can now load WSDL using file: protocol
git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@652352 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: 809f6d6cda
2008-04-30 12:06:22 +00:00
Sebastian Bazley 92a0198c28 Function calls now trim variable name parameters
git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@652343 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: 04b0d1bc74
2008-04-30 11:33:20 +00:00
Sebastian Bazley 508e0804b5 Recent changes
git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@652161 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: 5903a35719
2008-04-29 21:50:29 +00:00
Sebastian Bazley 3841b50f26 Fixup InterleaveTestPlan and description
git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@652140 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: ef44ab7fcb
2008-04-29 21:21:05 +00:00
Sebastian Bazley 2900305ec5 JUnit sampler GUI now also finds Test classes defined in user.classpath
git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@652033 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: 262ba984f2
2008-04-28 00:22:08 +00:00
Sebastian Bazley 5b50e2afc3 The supplied TCPClient implementation no longer treats tcp.eolByte=0 as special.
To skip EOL checking, set tcp.eolByte=1000 (or some other value which is not a valid byte)

git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@650843 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: 1609c89d80
2008-04-23 12:22:09 +00:00
Sebastian Bazley 5525b4bce7 Add POP3S and IMAPS protocols to Mail Reader Sampler.
Mail Reader Sampler now creates a sub-sample for each mail

git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@649613 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: 0ea91a20d7
2008-04-18 17:07:52 +00:00
Sebastian Bazley d9fdcf5486 Added TESTSTART.MS property / variable = test start time in milliseconds
git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@649517 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: b0b042f266
2008-04-18 13:07:23 +00:00
Sebastian Bazley 37485b4d0e Bug 44784 - allow for broken server returning additional charset
git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@648916 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: 70cc8674fe
2008-04-17 01:34:33 +00:00
Sebastian Bazley 59cbcb58ef Bug 44807 - allow session ids to be terminated by backslash
git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@648901 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: 45587f9f5d
2008-04-16 23:56:34 +00:00
Sebastian Bazley cc12e9b9a5 Minor documentation updates
git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@646397 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: 67acf4f7c7
2008-04-09 15:11:19 +00:00
Sebastian Bazley ab249de380 Recent changes
git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@646120 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: 1e1d9ffddb
2008-04-08 22:50:30 +00:00
Sebastian Bazley f637607035 Bug 40850 - BeanShell memory leak
Update documentation for Beanshell reset etc

git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@645012 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: 1a42cfe4ac
2008-04-05 02:01:51 +00:00
Sebastian Bazley f4941044dc Update to Commons IO 1.4, Commons Lang 2.4
git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@643692 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: 7801843b50
2008-04-02 02:54:11 +00:00
Sebastian Bazley 5de9a0150e Regex Function can now also be applied to a variable rather than just the previous sample result.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@642994 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: 2029765956
2008-03-31 14:05:02 +00:00
Sebastian Bazley 11f2c09143 Update to XStream 1.3, XPP3 1.1.4c
git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@642857 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: 0762e25859
2008-03-31 02:20:33 +00:00
Sebastian Bazley dc805fda99 Implement Bug 41921 for HTTP Samplers
git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@642854 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: 6ccc5cf068
2008-03-31 01:45:15 +00:00
Sebastian Bazley 562031ff72 FTP Sampler sets a URL if it can
git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@642766 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: bd2750a055
2008-03-30 16:11:07 +00:00
Sebastian Bazley 9fc59cc0c5 FTP Sampler sets latency = time to login
git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@642761 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: d73c7dd60e
2008-03-30 15:42:21 +00:00
Sebastian Bazley 52320b38ba Bug 44625 - Cannot have two or more FTP samplers with different "put" and "get" actions
git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@642759 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: bd70109903
2008-03-30 15:26:10 +00:00
Sebastian Bazley a41527eb95 Tweak description
git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@642748 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: 3fe92ca5cc
2008-03-30 14:37:20 +00:00
Sebastian Bazley 74216397c5 Bug 44707 - Running remote test changes stored tree
git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@642746 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: c2ec287428
2008-03-30 14:35:01 +00:00
Sebastian Bazley c2af218d38 Bug 42204 - add thread group name to Aggregate and Summary reports
git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@642732 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: 0b12a08e70
2008-03-30 13:19:15 +00:00
Sebastian Bazley bec2dc8df6 Bug 44632 - Text input enhancement to FTP Sampler
git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@642552 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: 93c40e8f39
2008-03-29 16:03:59 +00:00
Sebastian Bazley e6d2d89ee5 Bug 44600 - 1-ms resolution timer when running with Java 1.5+
git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@642469 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: e48b6d0c92
2008-03-29 01:10:57 +00:00
Sebastian Bazley 36c1513184 intSum and longSum reference parameters are now optional
git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@641859 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: 5017d987ca
2008-03-27 15:50:47 +00:00
Sebastian Bazley 9f4d94ecb9 evalVar cannot be used on Test Plan
Log error rather than generating NPE.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@640866 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: db6a0e5073
2008-03-25 15:54:24 +00:00
Sebastian Bazley ebe63b0c7e Bug 44650 - CSV Dataset now handles quoted column values
git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@640095 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: 6b24c1c6a3
2008-03-22 22:18:40 +00:00
Sebastian Bazley 971764c654 Bug 44575 - Result Saver can now save only successful results
git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@639127 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: 657691cdcb
2008-03-20 03:04:18 +00:00
Sebastian Bazley 97180f55ae As a special case, if the HTTP Sampler path starts with "http://" or "https://" then this is used as the full URL.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@638608 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: b1f25b7f77
2008-03-18 22:16:12 +00:00
Sebastian Bazley 5ef64f4a7d Regular Expression Extractor now deletes all stale variables from previous matches.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@634504 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: 15dffef790
2008-03-07 02:24:48 +00:00
Sebastian Bazley 2b7bad3ee3 Revert to pre-2.3.1 behaviour - only check content-type for known binary types.
Originally just image/; now also audio/ and video/

git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@632707 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: b99306e2b3
2008-03-02 03:41:10 +00:00
Sebastian Bazley 933e396903 Document recent fixes
git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@632696 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: 2788f3a3f8
2008-03-02 02:10:00 +00:00
Sebastian Bazley f969c5fdf8 Tidy updates
git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@631802 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: 2dd4d35d26
2008-02-28 01:33:04 +00:00
Sebastian Bazley 6c37a116b6 Fix typo; warn that XPath parser can be slow
git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@631461 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: 2623b9f5a8
2008-02-27 01:50:57 +00:00
Sebastian Bazley e908b5f449 Use JTidy to display XML in View Results Tree Listener (avoids fetching DTDs)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@631454 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: e25c779294
2008-02-27 01:22:37 +00:00
Sebastian Bazley 429cc04945 Add application/vnd.wap.xhtml+xml as a text type
Allow View Results Tree maximum display size to be configured

git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@631417 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: 26401dca04
2008-02-26 22:54:37 +00:00
Sebastian Bazley 2daa3ceb3b Update to Xerces 2.9.1
git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@631242 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: bba58bfe3a
2008-02-26 14:58:27 +00:00