-
Notifications
You must be signed in to change notification settings - Fork 447
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
Register the profile manager at the WebHost scope only #8763
Conversation
d89a4c9
to
dd0a902
Compare
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.
just a couple minor comments...
src/WebJobs.Script/Workers/Rpc/Configuration/RpcWorkerConfigFactory.cs
Outdated
Show resolved
Hide resolved
10e8492
to
40199f2
Compare
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.
Small question. No need to block
/backport to v3.x |
Started backporting to v3.x: https://github.com/Azure/azure-functions-host/actions/runs/3109489697 |
@liliankasem backporting to v3.x failed, the patch most likely resulted in conflicts: $ git am --3way --ignore-whitespace --keep-non-patch changes.patch
Applying: register profile manager at the webhost scope only
Using index info to reconstruct a base tree...
M src/WebJobs.Script/ScriptHostBuilderExtensions.cs
M test/WebJobs.Script.Tests/Workers/Rpc/RpcWorkerConfigFactoryTests.cs
Falling back to patching base and 3-way merge...
Auto-merging test/WebJobs.Script.Tests/Workers/Rpc/RpcWorkerConfigFactoryTests.cs
Auto-merging src/WebJobs.Script/ScriptHostBuilderExtensions.cs
Applying: revert pattern matching becaue perf
Applying: Missing using statement for profiles namespace
Using index info to reconstruct a base tree...
M src/WebJobs.Script/ScriptHostBuilderExtensions.cs
M test/WebJobs.Script.Tests/Workers/Rpc/RpcWorkerConfigFactoryTests.cs
Falling back to patching base and 3-way merge...
Auto-merging test/WebJobs.Script.Tests/Workers/Rpc/RpcWorkerConfigFactoryTests.cs
Auto-merging src/WebJobs.Script/ScriptHostBuilderExtensions.cs
Applying: Fix license comment
Applying: Add tests for profile manager
Using index info to reconstruct a base tree...
M test/WebJobs.Script.Tests.Shared/TestHelpers.cs
M test/WebJobs.Script.Tests/Workers/Profiles/ProfilesTestUtilities.cs
Falling back to patching base and 3-way merge...
Auto-merging test/WebJobs.Script.Tests/Workers/Profiles/ProfilesTestUtilities.cs
Auto-merging test/WebJobs.Script.Tests.Shared/TestHelpers.cs
Applying: cleanup test
Applying: Address PR feedback
Applying: using statement fix
Using index info to reconstruct a base tree...
M test/WebJobs.Script.Tests.Shared/TestHelpers.cs
Falling back to patching base and 3-way merge...
Auto-merging test/WebJobs.Script.Tests.Shared/TestHelpers.cs
CONFLICT (content): Merge conflict in test/WebJobs.Script.Tests.Shared/TestHelpers.cs
error: Failed to merge in the changes.
hint: Use 'git am --show-current-patch=diff' to see the failed patch
Patch failed at 0008 using statement fix
When you have resolved this problem, run "git am --continue".
If you prefer to skip this patch, run "git am --skip" instead.
To restore the original branch and stop patching, run "git am --abort".
Error: The process '/usr/bin/git' failed with exit code 128 Please backport manually! |
resolves #8516
Change to DI WorkerProfileManager so there is only one instance