ryos-io / Rhino

Rhino: Dockerized Distributed Load and Performance Testing Framework
http://ryos.io
Apache License 2.0
18 stars 3 forks source link

Distinct user provider #65

Closed reevik closed 5 years ago

reevik commented 5 years ago

The load testing user which is streamed through the reactive pipeline and the user injected by provider, are to be different so that the multi-user tests can be carried out. As a matter of fact that the user repository is the same one as the user provider, it is likely that the same user is injected into the injection point is currently active in the pipeline in which case that multi user testing cannot be run.

reevik commented 5 years ago

the changes are on master. take(user exclusion) method addad to OAuthUserProvider.