-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implementation of sessionBrowserName and a fix for maxSessions (#2709 and #3061 #3062
Conversation
Signed-off-by: Brandon Wolfe <Wolfe1@gmail.com>
Signed-off-by: Brandon Wolfe <Wolfe1@gmail.com>
Signed-off-by: Brandon Wolfe <Wolfe1@gmail.com>
Signed-off-by: Brandon Wolfe <Wolfe1@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In general, looks good. Thanks for these improvements.
Only 2 things:
- Unit tests are failing (Test_getCountFromSeleniumResponse)
- Please, add an e2e test case covering this change (adding an edge node)
/run-e2e selenium* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Next time please open a separate PR for each change, it is easier to review and maintain then.
I think this has been due to me. Sorry, next time I'll remember it |
Signed-off-by: Brandon Wolfe <Wolfe1@gmail.com>
/run-e2e selenium* |
/run-e2e selenium* |
Signed-off-by: Brandon Wolfe <Wolfe1@gmail.com>
� Conflicts: � CHANGELOG.md
hey @Wolfe1 |
@JorTurFer Really giving me the full tour of the keda repos haha |
yes, and I only can say one thing, THANKS for the huge effort you are doing ❤️ ❤️ ❤️ |
@JorTurFer Haha no worry, enjoying it. Still working through these unit tests, not quite sure why I am getting the results I am but at least I figured out how to run them locally now so you should get less spam from me. |
/run-e2e selenium* |
This reverts commit 2e2aa80. Signed-off-by: Brandon Wolfe <Wolfe1@gmail.com>
Signed-off-by: Brandon Wolfe <Wolfe1@gmail.com>
7b77bd2
to
14e4664
Compare
Signed-off-by: Brandon Wolfe <Wolfe1@gmail.com>
Signed-off-by: Brandon Wolfe <Wolfe1@gmail.com>
Signed-off-by: Brandon Wolfe <Wolfe1@gmail.com>
Signed-off-by: Brandon Wolfe <Wolfe1@gmail.com>
Alright @JorTurFer I think we are ready for one last e2e run and it should be good to review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
/run-e2e selenium* |
Thanks a lot for these improvements! ❤️ |
sessionBrowserName
to allow users to specify a different name for their browser in the active sessions list. In this case this is the behavior of Edge where in the session queue it is called "MicrosoftEdge" and as an active session it is called "msedge".Checklist
Fixes #2709
Fixes #3061
Docs PR: kedacore/keda-docs#764