在2.6 jter 上我有一个奇怪的问题。 我有一个非常简单的测试计划, 与几个有缓存和饼干管理器的 http 网站样本进行测试。 每当“ 使用并存池” 被允许给 http 取样器使用时, 我在日志中看到以下警告 :
jmeter.protocol.http.sampler.HTTPSamplerBase: Existing CacheManager HTTP Cache Manager superseded by HTTP Cache Manager
jmeter.protocol.http.sampler.HTTPSamplerBase: Existing CookieManager HTTP Cookie Manager superseded by HTTP Cookie Manager
这为每条线索重复大量次, 并可能挂起弹痕。 但是如果“ 使用同时的游泳池” 设置被禁用, 那么一切都会好起来。 在取样器级别上没有额外的 cookie 或缓存管理器 。 没有 Cookie 管理器的功能, 我无法在测试计划中完成此项 。
My test plan looks like this:
Test plan
---Thread Group
------Cookie Manager
------Cache Manager
------Response assertion
------HTTP sampler
--------Header Manager
------HTTP sampler
--------Header Manager
------Aggregate report