apache / jmeter

Apache JMeter open-source load testing tool for analyzing and measuring the performance of a variety of services
https://jmeter.apache.org/
Apache License 2.0
7.97k stars 2.02k forks source link

Loop Controller causes "Existing CookieManager HTTP Cookie Manager superseded by HTTP Cookie Manager" #6235

Open dberchtold opened 3 months ago

dberchtold commented 3 months ago

Expected behavior

When using a request which sets a Cookie inside a Loop no Warnings should be written to log.

If the same requests are executed outside the Loop no Warning is written in log - see Screenshot: image

Actual behavior

When using a request which sets a Cookie inside a Loop this Warning is written to log WARN o.a.j.p.h.s.HTTPSamplerBase: Existing CookieManager HTTP Cookie Manager superseded by HTTP Cookie Manager image

Steps to reproduce the problem

Run CookieManagerLoopWarning.jmx (inside attached zip file) compoare with running CookieManagerNoWarning.jmx

CookieManagerWarning.zip

JMeter Version

5.6.3

Java Version

openjdk 11.0.21

OS Version

Windows 10