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

## Description Support to http.socket.timeout through properties - read httpclient parameters from hc.parameters.file if provided in jmeter.properties - set http socket timeout for HTTP Sampler in the following preference order:...

See https://github.com/vlsi/github-actions-random-matrix ## Motivation and Context This enables testing with different Java distributions, Java versions, Locales, Time Zones, etc. Open issues so far: - [ ] https://github.com/spockframework/spock/issues/1414 (reproducer PR https://github.com/spockframework/spock/pull/1415)...

- Add variable support for includePath - Add tests for getIncludePathAsFunction() ## Description The IncludePath field has added support for variables. ## Motivation and Context I want to use files...

## Description See https://lists.apache.org/thread/52o722d7npsjj99m4k2zdz44mstl02lg ## TODO * [ ] Should there be an intermediate test plan representation or should the current `ListedHashTree` and other classes represent the tree? I incline...

## Description Calculate the DST offset in a special scenario for timeshift function tests, that cross DST switching. ## Motivation and Context Our tests (for timeshift function) started to fail...

## Description ## Motivation and Context ## How Has This Been Tested? ## Screenshots (if appropriate): ## Types of changes - Bug fix (non-breaking change which fixes an issue) -...

## Description See https://lists.apache.org/thread.html/df0349a01889bec3a202f25dfdcf1ecd7fc9da535a48799576aff4bb@%3Cdev.jmeter.apache.org%3E ## Motivation and Context JMeter should not block threads on long pauses. That would enable testing with big "think times" with little amount of threads (==save...

@vlsi ([Bug 66270](https://bz.apache.org/bugzilla//show_bug.cgi?id=66270&redirect=false)): Currently, JMeter notifies TestStateListener from a single thread only, and it collects listeners **before** they are cloned for the execution. For instance, HTTPSamplerBase is cloned for every...

os: All
P2

@vlsi ([Bug 66269](https://bz.apache.org/bugzilla//show_bug.cgi?id=66269&redirect=false)): It is unlikely that HeaderManager would be mutated during test plan execution, so adding NoThreadClone would reduce heap utilization when the test plan uses many HeaderManager elements...

os: All
P2

## Motivation and Context HeaderManager consumes heap, and it looks it can be reused between threads. See https://bz.apache.org/bugzilla/show_bug.cgi?id=66269