-
Notifications
You must be signed in to change notification settings - Fork 535
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
Preparation for IContainerRuntimeOptions.enableGroupedBatching removal #23325
Merged
MarioJGMsoft
merged 4 commits into
microsoft:main
from
MarioJGMsoft:removeDeprecatedEnableGroupedBatching
Dec 16, 2024
Merged
Preparation for IContainerRuntimeOptions.enableGroupedBatching removal #23325
MarioJGMsoft
merged 4 commits into
microsoft:main
from
MarioJGMsoft:removeDeprecatedEnableGroupedBatching
Dec 16, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
github-actions
bot
added
area: runtime
Runtime related issues
area: tests
Tests to add, test infrastructure improvements, etc
public api change
Changes to a public API
base: main
PRs targeted against main branch
labels
Dec 13, 2024
markfields
reviewed
Dec 13, 2024
packages/test/test-end-to-end-tests/src/test/benchmark/opCriticalPath.time.spec.ts
Outdated
Show resolved
Hide resolved
🔗 No broken links found! ✅ Your attention to detail is admirable. linkcheck output
|
noencke
approved these changes
Dec 16, 2024
MarioJGMsoft
requested review from
a team,
pragya91,
markfields,
jatgarg,
tyler-cai-microsoft,
kian-thompson and
rajatch-ff
and removed request for
a team
December 16, 2024 20:36
markfields
reviewed
Dec 16, 2024
packages/runtime/container-runtime/src/test/containerRuntime.spec.ts
Outdated
Show resolved
Hide resolved
markfields
approved these changes
Dec 16, 2024
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!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area: runtime
Runtime related issues
area: tests
Tests to add, test infrastructure improvements, etc
base: main
PRs targeted against main branch
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR is a preparation for the breaking change that will happen when we remove IContainerRuntimeOptions.enableGroupedBatching
Breaking Changes
Link to the breaking issue: #23270
Reviewer Guidance
Owning Task: AB#26793