-
-
Notifications
You must be signed in to change notification settings - Fork 8.4k
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
base: trunk
Are you sure you want to change the base?
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! |
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
ChromeDriverFunctionalTest
andLocationContextTest
.Increased heap size configurations in
.idea
files.Minor updates to .NET test setup file.
Changes walkthrough 📝
ExecutorServices.java
Enhanced graceful shutdown handling in ExecutorServices
java/src/org/openqa/selenium/concurrent/ExecutorServices.java
DEFAULT_SHUTDOWN_TIMEOUT
constant.awaitTermination
andforceShutdown
methods.concerns.
ChromeDriverFunctionalTest.java
Refactored ChromeDriver functional test methods
java/test/org/openqa/selenium/chrome/ChromeDriverFunctionalTest.java
assertions.
LocationContextTest.java
Refactored LocationContext test methods
java/test/org/openqa/selenium/html5/LocationContextTest.java
setAndRetrieveLocation
for location tests.AssemblyTeardown.cs
Minor updates to .NET AssemblyTeardown
dotnet/test/remote/AssemblyTeardown.cs
System
namespace import.androidDexCompiler.xml
Updated Android Dex Compiler heap size
.idea/androidDexCompiler.xml
MAX_HEAP_SIZE
from 4096 to 8192.compiler.xml
Updated compiler heap size configurations
.idea/compiler.xml
BUILD_PROCESS_HEAP_SIZE
andMAXIMUM_HEAP_SIZE
to 2048.