jgaalen

Results 12 issues of jgaalen

When useGroupDurationMetric is set to true, the report displays the true duration of a group, including pauses. But response time assertion on groups only verifies on the cumulated response times...

Module - Core

When gatling does a preflight request, so using the method OPTIONS, it also sends the cookie. By standards, cookies shouldn't be sent for preflight requests. So Gatling should avoid sending...

Module - HTTP
help wanted

### Expected behavior When 'generate parent sample' is enabled on a Transaction Controller, it should clear the data once the transaction is finished and processed by the listeners. This is...

defect
to-triage

## Description This change adds the option to automatically fail a sampler if a regular expression extraction can't find any matches. ## Motivation and Context This saves the need to...

Currently there seems to be no support for handling select boxes / option fields well. It's almost impossible to select option[X]. Mouse clicks, keyboard inputs don't work and direct manipulation...

good first issue

### Expected behavior If the server closes an HTTP connection, jmeter should handle the closed connection immediately and not keeping it in CLOSE_WAIT state until the next request, which could...

defect
to-triage

I've noticed the K6 Browser adds the no-cache headers to all requests, preventing the browser from using a cache. This means that subsequent actions/pages can't use the cache. The problem...

triage
area: browser

Currently, K6 stores way too many values per single request to influxdb or whatever output you use causing a very high overhead in terms of network bandwidth, cpu and storage....

triage

## Description Follow issue in this [issue](https://github.com/apache/jmeter/issues/6237) Basically, there's a memory leak, specifically when transactions are set as a parent. All the sub results maintains their data until the end...

## Description Based on idea and discussion [here](https://github.com/apache/jmeter/issues/6388), this PR make it work ## Motivation and Context For every single requests which is compressed, JMeter always decompresses the data and...