elastic / kibana-load-testing

Http load testing project for Kibana
Apache License 2.0
6 stars 19 forks source link

use 1 session #329

Closed dmlemeshko closed 1 year ago

dmlemeshko commented 1 year ago

Summary

According to Kibana security folks, it does not make any difference to use unique cookie for individual user (tcp connection), unless we test Kibana. Since I saw instability during running 100+ concurrent session creating, this PR limits it to 1 per scalability journey run.

I also updated other existing journeys to use generated session cookie instead of login api call.

Checklist

Delete any items that are not applicable to this PR.