Refactor Selenium Grid scaler#6169
Conversation
5f1a9b5 to
7522f8c
Compare
|
/run-e2e selenium |
575beb3 to
fa7b01a
Compare
|
Noted that we also set up some e2e tests in the downstream repo https://github.com/SeleniumHQ/docker-selenium/tree/trunk/.keda for the evaluation and feedback from community |
|
/run-e2e selenium |
zroubalik
left a comment
There was a problem hiding this comment.
LGTM, this is really great, thanks for the contribution!
4e46487 to
86e662c
Compare
|
/run-e2e selenium |
|
@SpiritZhou, @zroubalik, could you please help trigger one more command for /run-e2e selenium ? |
Signed-off-by: Viet Nguyen Duc <nguyenducviet4496@gmail.com>
|
/run-e2e selenium |
Signed-off-by: Viet Nguyen Duc <nguyenducviet4496@gmail.com>
|
@JorTurFer, UTs and e2e passed. I also updated docs aligned with this. |
|
/run-e2e selenium |
Signed-off-by: Viet Nguyen Duc <nguyenducviet4496@gmail.com>
|
@JorTurFer, fixed conflicted from latest main branch |
|
/run-e2e selenium |
|
/run-e2e selenium |
|
Thanks a lot for your help and patience 🙇 |
* Refactor Selenium Grid scaler Signed-off-by: Viet Nguyen Duc <nguyenducviet4496@gmail.com> * Add unit tests from other PRs Signed-off-by: Viet Nguyen Duc <nguyenducviet4496@gmail.com> --------- Signed-off-by: Viet Nguyen Duc <nguyenducviet4496@gmail.com> Signed-off-by: michael pechner <mike.pechner@akasa.com>
* Refactor Selenium Grid scaler Signed-off-by: Viet Nguyen Duc <nguyenducviet4496@gmail.com> * Add unit tests from other PRs Signed-off-by: Viet Nguyen Duc <nguyenducviet4496@gmail.com> --------- Signed-off-by: Viet Nguyen Duc <nguyenducviet4496@gmail.com> Signed-off-by: Chirag Bhatia <chiragbhatia8@gmail.com>
Provide a description of what has been changed
nodeMaxSessions(default is 1), to configure the scaler to be aligned with option--max-sessions(env varSE_NODE_MAX_SESSIONS) in the Node. It helps the calculation be better.Checklist
Fixes #6144 Fixes #6080
Relates to SeleniumHQ/docker-selenium#2160, SeleniumHQ/docker-selenium#1925, #6047