Commit Graph

16981 Commits

Author SHA1 Message Date
pmouawad 65b75c0e74 Bug 64581 - Allow SampleResult#setIgnore to influence behaviour on
Sampler Error

Fix also misnamed lastSampleInError to lastSampleOk
When SampleResult#isIgnore() is true, use is for impacting algorithmic
execution, it will be taken into account to:

- Decide what to do on Error ("Action to be taken after a Sampler error"
in Thread Group)
- set JMeterThread.last_sample_ok
2020-07-06 13:19:27 +02:00
pmouawad fadf375b00 Mention real name 2020-06-24 08:51:16 +02:00
pmouawad 020b10930f Mention contributor 2020-06-24 08:46:15 +02:00
topicus-pw-dvdouden 8b43d6a7f6
Set JMSType header field through JMSProperties. (#600)
* Set JMSType header field through JMSProperties.

* Fixed indenting

This fixes https://bz.apache.org/bugzilla/show_bug.cgi?id=64555
2020-06-24 08:45:43 +02:00
pmouawad 507ae37b88 Updates with latest bug fixes and mention Weisj 2020-06-24 08:41:35 +02:00
Jannis Weis 0c9606ad52
Ensure all buttons added to the toolbar behave/look consistently. (#599) 2020-06-24 08:38:08 +02:00
Felix Schumacher 1d7cc1b073 Use StringUtils#defaultIfBlank instead of simulating it 2020-06-23 19:16:59 +02:00
pmouawad 69ecfde59a Bug 64547 - Report/Dashboard: Ensure graphs Response codes per second is
not broken by empty response code in SampleResult

Contributed by UbikLoadPack
2020-06-23 12:09:40 +02:00
Felix Schumacher bae1b43443 Duplicate entry in changelog 2020-06-22 12:30:31 +02:00
pmouawad 1cba228421 Upgrade darklaf to fix bug 64510, 64543 2020-06-22 08:51:10 +02:00
Felix Schumacher 913735db54 Fix ProxyControl timer that prevents correct shutdown
Regression introduced with Bug 64400

Bugzilla Id: 64479
2020-06-17 12:35:25 +02:00
Felix Schumacher 56abc9ed7a Markup changes 2020-06-16 19:11:33 +02:00
Felix Schumacher ad47a03b77 No space in front of a colon 2020-06-16 19:07:36 +02:00
Felix Schumacher 1aaeb70fb8 darklaf update was reverted (plus one typo correction) 2020-06-16 19:05:37 +02:00
jmetertea 3484eb7628 Add option to create a diff
Closes #598
2020-06-16 19:00:49 +02:00
Felix Schumacher 72aac86581 Use same wording as the docs for mongodb 2020-06-16 18:51:28 +02:00
Felix Schumacher 4e90a0d9d6 Allow build failurs on s390x on travis. 2020-06-14 17:08:09 +02:00
Felix Schumacher 28fce6057c Updated commons-collections to 4.4 (from 3.2.2)
Keep old commons-collections 3.x for compatibility

Bugzilla Id: 63809
Closes #557 on github
2020-06-14 16:53:29 +02:00
pmouawad 23776e4e87 Revert to darklaf 2.1.1 as 2.2.x break Guis that use GroupLayout 2020-06-13 18:51:03 +02:00
Felix Schumacher bf7de5ba88 Use neutral wording
Closes #596 on github
2020-06-09 21:16:44 +02:00
Felix Schumacher 1a1984ae3f Try to use neutral words
Name the remote systems that do the work "worker nodes" and the one
the controlls all the stuff "controller node".
2020-06-09 21:13:47 +02:00
Felix Schumacher 353ad79c54 Better parse curl commands with backslash at line endings and support PUT method with data arguments
Bugzilla Id: 64446
2020-06-09 12:49:00 +02:00
pmouawad 44a634ddbb Updated Darklaf to 2.2.1 (from 2.1.1) 2020-06-07 11:01:41 +02:00
pmouawad 9f3cc5f15c Fix documentation: sampleresult.timestamp.start is false by default 2020-06-06 22:06:55 +02:00
pmouawad c06f730889 Show how to setup rotating logs 2020-06-06 22:00:20 +02:00
pmouawad 0318c50a8a Bug 64499 - Exiting JMeter when "jmeterengine.stopfail.system.exit=true"
takes too much time if threads are not stopped
2020-06-06 21:57:52 +02:00
pmouawad a0e132e59c Bug 64448 - User Defined Variable Duplication in Right Click Context
Menu
2020-06-06 11:27:35 +02:00
Felix Schumacher 779f4984af Correct xml markup
Follow-up to 380ed39785
Relates to #591
2020-05-30 16:49:47 +02:00
Felix Schumacher 3f2a588213 Spacepolice 2020-05-30 16:42:59 +02:00
dengliming 380ed39785 Remove deprecated sudo setting.
Closes #591 on github
2020-05-30 15:10:46 +02:00
Felix Schumacher 0434e54f32 Extract functionality to get methods into private method 2020-05-28 21:22:15 +02:00
Felix Schumacher dca1b9ab6b Re-use methods in unit tests
There is no need to re-fetch methods from the same class in one method,
so re-use them.
2020-05-28 21:11:48 +02:00
Felix Schumacher f26ca25815 Get rid of warnings in unit test
There were warnings about missing generic information in variable declarations.
Newer Java versions can use varargs for the methods involved. That seems nicer to
look at and gets rid of the warnings on the go
2020-05-28 21:05:27 +02:00
Felix Schumacher e4e784b55f Correct javadoc and a bit of spacepolice 2020-05-28 20:35:26 +02:00
Felix Schumacher a3128d243c Fix tests to check for changed error messages
Follow-up to fe4d4d6074
Bugzilla Id: 64454
2020-05-28 16:36:41 +02:00
Felix Schumacher 6e13c4d2c7 Log exeptions reported via JMeterUtils#reportToUser even when in GUI mode
Bugzilla Id: 64440
2020-05-28 16:14:32 +02:00
Felix Schumacher fe4d4d6074 More precise error message, when no datasource value can be found in JDBC sampler
Bugzilla Id: 64454
2020-05-28 16:06:26 +02:00
Felix Schumacher cd9475996c Prepare next development round
Bump version to 5.3.1 and copy changes to old_changes
Keep the changelog entry from pr #594 as it was added after the last release.
2020-05-28 15:58:53 +02:00
Michael Weidmann cc499d7aa1
Update neo4j-java-driver from 1.7.5 to 4.0.1 (#594) 2020-05-26 14:47:58 +02:00
Jakub Bednář 3fb8bf1546
docs: clarify how to configure InfluxDB v1 and InfluxDB v2 (#592) 2020-05-26 14:46:41 +02:00
Milamber 0dde72017f
Add the 5.3 release 2020-05-16 16:45:51 +00:00
pmouawad a30e806b80 Update screenshot 2020-05-16 18:24:03 +02:00
pmouawad c164446867 5.3 is not a minor bugfix 2020-05-16 15:06:47 +02:00
Vladimir Sitnikov eae06c65b0
Update JMeter screen preview (#575) 2020-05-16 15:02:23 +02:00
Milamber 8fd448fe36
prepare new version 5.3 2020-05-10 16:32:57 +00:00
Felix Schumacher 740a2066b0 When preemptive auth is disabled HTTP Sampler does not automatically respond to Basic Auth challenge
Bugzilla Id: 64267
2020-05-09 19:54:05 +02:00
Felix Schumacher dc3d0e3bb7 Split long lines 2020-05-09 11:55:31 +02:00
Felix Schumacher 9a8f0fac61 Markup changes 2020-05-09 11:46:02 +02:00
Felix Schumacher 6199fe2bb9 Add a note about the Groovy update to the incompatible changes section
Relates to #590
2020-05-09 11:43:01 +02:00
Felix Schumacher da402cab01 Update Groovy to 3.0.3 and switch from groovy-all to single jars
As a side-effect, we have to update Spock to 2.0-M2
Closes #590
2020-05-09 11:37:19 +02:00