Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: felayman/gatling

Tags

v3.4.2

Toggle v3.4.2's commit message
Release v3.4.2

v3.3.1

Toggle v3.3.1's commit message
Release v3.3.1

v3.1.2

Toggle v3.1.2's commit message
Release v3.1.2

v2.3.1

Toggle v2.3.1's commit message
Release v2.3.1

v2.2.5

Toggle v2.2.5's commit message
Release v2.2.5

3.4-abandon

Toggle 3.4-abandon's commit message
doc: improve Simulation lifecycle documentation

3.3-abandon

Toggle 3.3-abandon's commit message
Eagerly copy response body bytes when using a poller, close gatling#3822



Motivation:

When using a poller, checks processing is performed asynchronously in an Actor, so ByteBufs have already been relased and we get a IllegalReferenceCountException.

Modifications:

Eagerly copy ByteBufs content into a byte array.

Result:

No more IllegalReferenceCountException when applying body check on a poller request.

3.1-abandon

Toggle 3.1-abandon's commit message
Make Series non final for now as it's extended in highcharts module

Make

v2.2.0

Toggle v2.2.0's commit message
Releasing 2.2.0

2.1.X-abandon

Toggle 2.1.X-abandon's commit message
Fix Recorder header filtering, close gatling#2838