Philippe Mouawad
18c6c45a7a
Bug 63464 - image/svg+xml is wrongly considered as binary
...
Bugzilla Id: 63464
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1860060 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: df47d4692b
2019-05-26 12:30:13 +00:00
Philippe Mouawad
540583a025
Bug 62672 - HTTP Request send double requests when configure proxy with authentication
...
This closes #397
Bugzilla Id: 62672
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1859826 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: 56fd1f009c
2019-05-23 21:26:12 +00:00
Bruno Demion
9ed47da30b
Updated to tika 1.21
...
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1859681 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: b7373fee37
2019-05-22 00:29:57 +00:00
Philippe Mouawad
d350fd630a
Bug 63394 - JMeter should fail with non-zero when test execution fails (due to missing test plan or other reason)
...
Contributed by UbikLoadPack
This closes #458
This closes #456
Bugzilla Id: 63394
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1859615 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: 285c723135
2019-05-21 08:32:36 +00:00
Philippe Mouawad
265e01d858
Mention people who helped
...
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1859538 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: 68316fbcd9
2019-05-20 08:41:58 +00:00
Philippe Mouawad
b2d5d7952e
Bug 63129 - JMeter can not identify encoding during first time page submission
...
This closes #441
Bugzilla Id: 63129
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1859523 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: 74ce954f3e
2019-05-19 20:55:31 +00:00
Philippe Mouawad
beba713038
Bug 63450 - HTTP(S) Test Script Recorder: Put number at end instead of beginning
...
It's an enhancement not a bug
Bugzilla Id: 63450
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1859472 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: 89df5a1e65
2019-05-18 18:57:21 +00:00
Philippe Mouawad
ad8c2a1b51
Bug 63450 - HTTP(S) Test Script Recorder: Put number at end instead of beginning
...
Bugzilla Id: 63450
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1859471 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: a5c1bfc3b2
2019-05-18 18:55:33 +00:00
Felix Schumacher
6ffc65c264
Reduce scanning for LogParser implementations in AccessLogSamplerBeanInfo.
...
I am not sure, that it fixes 63442, but it seems nonsense to re-scan all classes
over and over again. The classpath doesn't change that often.
Bugzilla 63442
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1859442 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: 4640ed9d12
2019-05-17 17:00:32 +00:00
Philippe Mouawad
3374f8302f
Bug 63433 - ListenerNotifier: Detected problem in Listener NullPointerException if filename is null
...
Bugzilla Id: 63433
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1859277 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: c63d8c15c0
2019-05-15 08:31:06 +00:00
Philippe Mouawad
0df27cf816
Bug 63364 - When setting "subresults.disable_renaming=true", sub results are still renamed using their parent SampleLabel while they shouldn't
...
Bugzilla Id: 63364
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1859230 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: c7b9bb935e
2019-05-14 13:14:11 +00:00
Philippe Mouawad
4b3f879a51
Bug 63347 - View result tree: The search field is so small that even a single character is not visible on Windows 7
...
Bugzilla Id: 63347
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1859185 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: 4d612f36f8
2019-05-13 12:36:28 +00:00
Felix Schumacher
e0eded5639
Slight performance improvement in PoissonRandomTimer by using ThreadLocalRandom.
...
Based on a patch by Xia Li.
Closes #457
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1859133 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: da64e05465
2019-05-12 08:54:50 +00:00
Felix Schumacher
1bb11a36c8
Selection of table rows in Aggregate Graph gets lost too often
...
Bugzilla Id: 63423
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1859119 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: ad4f3edc1e
2019-05-11 17:12:51 +00:00
Felix Schumacher
a154fb6524
ArrayIndexOutOfBoundsException in Aggregate Graph when selecting 90% or 95% columns
...
The labels for the graph models need other parameters than those for the table.
Bugzilla Id: 63319
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1859118 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: a3963b007d
2019-05-11 17:12:15 +00:00
Philippe Mouawad
19086aa0ec
Bug 63396 - JSR223 Test Elements: Description of Parameters is misleading, same for Script
...
Bugzilla Id: 63396
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1858520 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: f69f66e217
2019-05-02 07:19:20 +00:00
Philippe Mouawad
0af5b91a60
Bug 63219 - New function "__StringToFile" to save a string into a file
...
Contributed by UbikLoadPack (https://ubikloadpack.com )
Bugzilla Id: 63219
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1857453 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: d7c18c33b7
2019-04-13 08:25:35 +00:00
Philippe Mouawad
df5c2917f1
Bug 63298 - HTTP Requests with encoded URLs are being sent in decoded format
...
Bugzilla Id: 63298
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1856845 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: 5493594696
2019-04-02 20:39:58 +00:00
Felix Schumacher
02245ed23b
Enable PKCS11 keystores for usage with KeyStore Manager
...
Based on a patch by Clifford Harms (clifford.harms at gmail.com).
Bugzilla Id: 62863
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1856146 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: 0facf1525a
2019-03-24 13:13:40 +00:00
Felix Schumacher
73c3ba6214
Next dev version (5.2-SNAPSHOT)
...
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1856142 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: 2cf6446384
2019-03-24 12:25:20 +00:00
Bruno Demion
2c82699edf
Prepare Changes.xml to the next release (5.1.1)
...
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1855135 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: 9ed4d20351
2019-03-10 07:33:27 +00:00
Philippe Mouawad
9a0e28e169
Bug 63241 - __threadGroupName causes a NullPointerException if called from non Test threads
...
Bugzilla Id: 63241
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1855127 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: ad2f5a8247
2019-03-09 16:36:50 +00:00
Philippe Mouawad
13ad7e9d1c
Clarify feature
...
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1855125 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: c4694416d1
2019-03-09 16:01:43 +00:00
Bruno Demion
5860c84679
Fix missing slash in </code>
...
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1855107 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: 462a25b088
2019-03-09 13:11:50 +00:00
Felix Schumacher
844c82ad4a
Markup changes in docs and spacepolice (mainly to trigger ci)
...
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1855101 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: 88093a334c
2019-03-09 10:49:34 +00:00
Philippe Mouawad
f1c2fe73ab
Bug 59896 - Report / Dashboard : Add a menu entry to generate a report on demand from a CSV file
...
Contributed by UbikLoadPack
This closes #453
Bugzilla Id: 59896
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1854942 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: cb0f115fda
2019-03-06 19:59:29 +00:00
Philippe Mouawad
40a66cfbbe
Bug 58183 - Rampup may not be respected if thread take time to start leading to threads continuing to start post ramp up time
...
Bugzilla Id: 58183
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1854738 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: 773285bb6b
2019-03-03 20:23:18 +00:00
Philippe Mouawad
456bc5219c
Bug 62327 - TestPlan: In library table if path is modified and plan saved, the modification is lost on file reload
...
Bugzilla Id: 62327
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1854713 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: e50a60518f
2019-03-03 13:51:48 +00:00
Philippe Mouawad
00392173c7
Bug 62446 - Counter documentation is wrong in required fieds
...
Bugzilla Id: 62446
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1854709 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: 970379cdc2
2019-03-03 13:31:55 +00:00
Philippe Mouawad
149daa7ac4
Bug 62977 - Unable to send HTTP requests without a User-Agent header
...
Bugzilla Id: 62977
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1854682 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: dd0a9f877e
2019-03-03 10:19:20 +00:00
Philippe Mouawad
8f42fd371e
Fix typo
...
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1854670 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: d34d97f0f9
2019-03-02 20:08:40 +00:00
Philippe Mouawad
ffdcb94f78
Bug 63178 - CSS Selector Extractor : Improve performance of JODD (JoddExtractor) based implementation
...
Bugzilla Id: 63178
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1854669 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: 0a2ae319b7
2019-03-02 20:02:41 +00:00
Philippe Mouawad
0f29c59f11
Bug 63220 - Function Helper Dialog,Export transactions for report and Import from cURL disappear being master JFrame.
...
Bugzilla Id: 63220
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1854638 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: 94115dc51e
2019-03-02 11:03:38 +00:00
Philippe Mouawad
13890bcedf
Bug 63185 - Add option to implicitly trust SSL/TLS connections/Disable hostname verification
...
Based on contribution by Brian Wolfe
Changes:
- Fixed existing NPE if log level is DEBUG if attr is null
- Fixed some SONAR warning
- Simplified code
- Modified TrustAllSocketFactory (renamed and fixed static attribute sf affectation from Constructor)
This closes #443
Bugzilla Id: 63185
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1854570 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: 54eeb6d6a3
2019-03-01 10:03:02 +00:00
Philippe Mouawad
7f646d7819
Improve a few unit tests and classes
...
This closes #451
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1854416 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: dd799955d4
2019-02-26 19:50:43 +00:00
Philippe Mouawad
18509f7e91
Abstract graph consumer improvements
...
This closes #450
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1854415 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: 0255e9af18
2019-02-26 19:42:49 +00:00
Philippe Mouawad
3a431e1aa0
Refactor and Test ResponseTimePercentilesOverTimeGraphConsumer
...
This closes #449
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1854414 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: 99a837ee6a
2019-02-26 19:32:36 +00:00
Philippe Mouawad
b3d143263d
Bug 63207 - java.lang.NullPointerException: null when run Jmeter 5.1 with proxy options
...
Bugzilla Id: 63207
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1854317 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: be3271fbce
2019-02-25 15:47:07 +00:00
Philippe Mouawad
0d5bf6fd71
Bug 63204 - RenderAsJSON#prettyJSON : JSONParser#parse cannot return JSONValue
...
Also increase coverage
Bugzilla Id: 63204
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1854276 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: c1e9540f2f
2019-02-24 19:21:14 +00:00
Philippe Mouawad
f8ee638147
Bug 63203 - Unit Tests : Replace use of @Deprecated by @VisibleForTesting for methods/constructors/classes made public for Unit Testing only
...
Bugzilla Id: 63203
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1854261 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: 4e2f96e09e
2019-02-24 14:14:09 +00:00
Philippe Mouawad
7fe4bda7ed
Improve Unit tests readability and use of Spock #446
...
Contributed by Graham Russell
This closes #446
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1854237 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: 46363a079b
2019-02-23 23:47:26 +00:00
Philippe Mouawad
02dfcd348a
Bug 63202 - JMS Publisher : ObjectMessageRenderer creates XStream instance with unitialized security
...
Bugzilla Id: 63202
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1854217 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: 1f5fcdf58d
2019-02-23 15:35:32 +00:00
Philippe Mouawad
9216e5e335
Updated to latest Spock-core v1.0 -> v1.2
...
Contributed by Graham Russell
This closes #444
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1854212 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: f088ec7631
2019-02-23 14:50:07 +00:00
Felix Schumacher
03e506e213
SearchTreeDialog disappears behind master JFrame
...
Contributed by Benoit Vatan (benoit.vatan at gmail.com)
Bugzilla Id: 63201
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1854171 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: c215996a93
2019-02-22 19:49:30 +00:00
Philippe Mouawad
a18576ad57
Bug 63198 - Response Time Vs Request and Latency Vs Request graphs don't line up with throughput
...
Bugzilla Id: 63198
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1854130 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: 5fd95384b4
2019-02-22 10:03:21 +00:00
Philippe Mouawad
192d52289c
Start a new version
...
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1854127 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: abf109da75
2019-02-22 09:56:30 +00:00
Philippe Mouawad
e554113960
Bug 63180 - Apply Naming Policy allows multi selection but only considers first node
...
Bugzilla Id: 63180
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1853614 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: 6359394181
2019-02-15 07:24:36 +00:00
Philippe Mouawad
7bf0e097e1
Bug 63177 - Rename NON GUI mode into CLI Mode in documentation
...
Update docs
Bugzilla Id: 63177
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1853594 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: 09a9616cbc
2019-02-14 17:56:13 +00:00
pmouawad
8397c35f7b
Remove old known issue
...
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1853323 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: 89a18ad94c
2019-02-10 21:46:24 +00:00
milamber
e0b1d41484
Add some screenshots on changes
...
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1853307 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: b5802322c6
2019-02-10 13:33:05 +00:00