-
-
Notifications
You must be signed in to change notification settings - Fork 8.6k
Recovering #15497
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
Recovering #15497
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
|||||||||||||
|
We appreciate your contribution. But can you please help add the issue title and description so we understand the incoming changes. I see changes done in two languages but those seem unrelated. Please create separate PRs for separate purposes. Thank you! |
|
We never got feedback from the comment above. |
User description
Thanks for contributing to Selenium!
A PR well described will help maintainers to quickly review and merge it
Before submitting your PR, please check our contributing guidelines.
Avoid large PRs, help reviewers by making them as simple and short as possible.
Motivation and Context
Types of changes
Checklist
PR Type
Enhancement, Tests, Configuration changes
Description
Improved graceful shutdown handling in
ExecutorServices.Refactored test methods in
ChromeDriverFunctionalTestandLocationContextTest.Increased heap size configurations in
.ideafiles.Minor updates to .NET test setup file.
Changes walkthrough 📝
ExecutorServices.java
Enhanced graceful shutdown handling in ExecutorServicesjava/src/org/openqa/selenium/concurrent/ExecutorServices.java
DEFAULT_SHUTDOWN_TIMEOUTconstant.awaitTerminationandforceShutdownmethods.concerns.
ChromeDriverFunctionalTest.java
Refactored ChromeDriver functional test methodsjava/test/org/openqa/selenium/chrome/ChromeDriverFunctionalTest.java
assertions.
LocationContextTest.java
Refactored LocationContext test methodsjava/test/org/openqa/selenium/html5/LocationContextTest.java
setAndRetrieveLocationfor location tests.AssemblyTeardown.cs
Minor updates to .NET AssemblyTeardowndotnet/test/remote/AssemblyTeardown.cs
Systemnamespace import.androidDexCompiler.xml
Updated Android Dex Compiler heap size.idea/androidDexCompiler.xml
MAX_HEAP_SIZEfrom 4096 to 8192.compiler.xml
Updated compiler heap size configurations.idea/compiler.xml
BUILD_PROCESS_HEAP_SIZEandMAXIMUM_HEAP_SIZEto 2048.