jmeter icon indicating copy to clipboard operation
jmeter copied to clipboard

Apache JMeter open-source load testing tool for analyzing and measuring the performance of a variety of services

Results 416 jmeter issues
Sort by recently updated
recently updated
newest added

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [org.eclipse.jgit:org.eclipse.jgit](https://eclipse.gerrithub.io/admin/repos/eclipse-jgit/jgit) | `6.10.1.202505221210-r` -> `7.4.0.202509020913-r` | ![age](https://developer.mend.io/api/mc/badges/age/maven/org.eclipse.jgit:org.eclipse.jgit/7.4.0.202509020913-r?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.eclipse.jgit:org.eclipse.jgit/6.10.1.202505221210-r/7.4.0.202509020913-r?slim=true) | --- ### Configuration...

dependencies

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [com.github.autostyle:com.github.autostyle.gradle.plugin](https://redirect.github.com/autostyle/autostyle) | `4.0` -> `4.0.1` | ![age](https://developer.mend.io/api/mc/badges/age/maven/com.github.autostyle:com.github.autostyle.gradle.plugin/4.0.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.github.autostyle:com.github.autostyle.gradle.plugin/4.0/4.0.1?slim=true) | --- ### Release...

dependencies

### Expected behavior The bug #6044 has not been fixed properly and still exist. Using a transaction controller for every thread and loop an entry will be written in the...

defect
to-triage

### Expected behavior The ` __RandomDate` function should treat the provided end date as inclusive. When the start and end dates are the same, the function should simply return that...

defect
to-triage

### Expected behavior Test working correctly ### Actual behavior If user does not fill filename for View Result Tree then test does not start: After clicks Append to existing file...

regression
to-triage

## Description RandomDate now picks inclusive date ranges by delegating the day selection to a new `pickRandomDay(...)` helper. That method returns the single-day range immediately and otherwise calls `ThreadLocalRandom.nextLong(start, end...

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [com.github.autostyle](https://redirect.github.com/autostyle/autostyle) | `4.0` -> `4.0.1` | ![age](https://developer.mend.io/api/mc/badges/age/maven/com.github.autostyle:com.github.autostyle.gradle.plugin/4.0.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.github.autostyle:com.github.autostyle.gradle.plugin/4.0/4.0.1?slim=true) | --- ### Release...

dependencies

JMeter ships with Xalan, however, many its features are available with Java. Xalan is not actively maintained, so we should consider removing Xalan APIs. Unfortuantely, JMeter public APIs include Xalan...

### Expected behavior Expected: I should be able to right-click on thread group to utilize some function like disable/enable ### Actual behavior Actual: Unable to perform right-click anywhere under stepping...

defect
to-triage

## Description Introduce `listenerIsEnabled` to InfluxdbBackendListenerClient and InfluxDBRawBackendListenerClient. By this it is possible to enable/disable the sending of Metrics by properties (like in the Dynatrace/MINT Backend Listener) ## Motivation and...