Fix Service Bus session trace propagation in OpenTelemetry - #11946
Open
Rohit Ranjan (RohitRanjanMS) wants to merge 3 commits into
Open
Fix Service Bus session trace propagation in OpenTelemetry#11946Rohit Ranjan (RohitRanjanMS) wants to merge 3 commits into
Rohit Ranjan (RohitRanjanMS) wants to merge 3 commits into
Azure Pipelines / host.integration-tests
failed
Aug 28, 2026 in 32m 50s
Build #4.1055.100-pr.26428.4 had test failures
Details
- Failed: 1 (0.11%)
- Passed: 850 (95.94%)
- Other: 35 (3.95%)
- Total: 886
Annotations
Check failure on line 1302 in Build log
azure-pipelines / host.integration-tests
Build log #L1302
Error: The process 'C:\hostedtoolcache\windows\dotnet\dotnet.exe' failed with exit code 1
Check failure on line 1307 in Build log
azure-pipelines / host.integration-tests
Build log #L1307
Dotnet command failed with non-zero exit code on the following projects : [
'D:\\a\\_work\\1\\s\\test\\WebJobs.Script.Tests.Integration\\WebJobs.Script.Tests.Integration.csproj'
]
azure-pipelines / host.integration-tests
Microsoft.Azure.WebJobs.Script.Tests.Integration.WebHostEndToEnd.SamplesEndToEndTests_CustomHandlerRetry.HttpTrigger_CustomHandlerRetry_Get_Succeeds
CustomHandlerRetry invocation failed for 'HttpTrigger'.
Request URI: api/HttpTrigger
Expected status: OK
Actual status: InternalServerError
Expected body: Retry Count:2 Max Retry Count:2
Actual body:
Root script path: C:\Users\cloudtest\AppData\Local\Temp\FunctionsE2E\260828-194000_0
Host log path: C:\Users\cloudtest\AppData\Local\Temp\Functions\f3a8f332
Host logs:
[19:40:01.145] [cc06ad97] [Debug] [Microsoft.Extensions.Hosting.Internal.Host] Hosting starting
[19:40:01.151] [cc06ad97] [Debug] [Microsoft.Azure.WebJobs.Script.Workers.Rpc.RpcInitializationService] Starting Rpc Initialization Service.
[19:40:01.151] [cc06ad97] [Debug] [Microsoft.Azure.WebJobs.Script.Workers.Rpc.RpcInitializationService] Initializing RpcServer
[19:40:01.153] [cc06ad97] [Debug] [Microsoft.Azure.WebJobs.Script.Grpc.AspNetCoreGrpcServer] Started AspNetCoreGrpcServer on http://127.0.0.1:49414.
[19:40:01.153] [cc06ad97] [Debug] [Microsoft.Azure.WebJobs.Script.Workers.Rpc.RpcInitializationService] RpcServer initialized
[19:40:01.153] [cc06ad97] [Debug] [Microsoft.Azure.WebJobs.Script.Workers.Rpc.RpcInitializationService] Rpc Initialization Service started.
[19:40:01.154] [cc06ad97] [Debug] [Host.General] Startup operation '9c71c05f-c87c-47a7-825e-4c1659d2e861' with parent id '(null)' created.
[19:40:01.154] [cc06ad97] [Debug] [Host.General] Startup operation '9c71c05f-c87c-47a7-825e-4c1659d2e861' starting.
[19:40:01.154] [cc06ad97] [Information] [Host.General] Building host: version spec: , startup suppressed: 'False', configuration suppressed: 'False', startup operation id: '9c71c05f-c87c-47a7-825e-4c1659d2e861'
[19:40:01.154] [cc06ad97] [Debug] [Host.Startup] Host configuration applied.
[19:40:01.154] [cc06ad97] [Information] [Host.Startup] Reading host configuration file 'C:\Users\cloudtest\AppData\Local\Temp\FunctionsE2E\260828-194000_0\host.json'
[19:40:01.154] [cc06ad97] [Information] [Host.Startup] Host configuration file read:
{
"version": "2.0",
"customHandler": {
"enableForwardingHttpRequest": false,
"description": {
"defaultExecutablePath": "node",
"arguments": [
"server.js"
]
}
},
"retry": {
"strategy": "fixedDelay",
"maxRetryCount": 2,
"delayInterval": "00:00:00"
}
}
[19:40:01.154] [cc06ad97] [Debug] [Host.Startup] Loading host configuration profile 'default'.
[19:40:01.156] [cc06ad97] [Information] [Microsoft.Azure.WebJobs.Script.DependencyInjection.ScriptStartupTypeLocator] Extension Bundle not loaded. Loading extensions from C:\Users\cloudtest\AppData\Local\Temp\FunctionsE2E\260828-194000_0\bin. BundleConfigured: False, PrecompiledFunctionApp: False, LegacyBundle: False, DotnetIsolatedApp: False, isLogicApp: False
[19:40:01.156] [cc06ad97] [Information] [Microsoft.Azure.WebJobs.Script.DependencyInjection.ScriptStartupTypeLocator] Script Startup resetting load context with base path: 'C:\Users\cloudtest\AppData\Local\Temp\FunctionsE2E\260828-194000_0\bin'.
[19:40:01.156] [cc06ad97] [Debug] [Host.Startup] Host configuration applied.
[19:40:01.156] [cc06ad97] [Information] [Host.Startup] Reading host configuration file 'C:\Users\cloudtest\AppData\Local\Temp\FunctionsE2E\260828-194000_0\host.json'
[19:40:01.156] [cc06ad97] [Information] [Host.Startup] Host configuration file read:
{
"version": "2.0",
"customHandler": {
"enableForwardingHttpRequest": false,
"description": {
"defaultExecutablePath": "node",
"arguments": [
"server.js"
]
}
},
"retry": {
"strategy": "fixedDelay",
"maxRetryCount": 2,
"delayInterval": "00:00:00"
}
}
[19:40:01.156] [cc06ad97] [Debug] [Host.Startup] Loading host configuration profile 'default'.
[19:40:01.163] [cc06ad97] [Debug] [Microsoft.Azure.WebJobs.Script.WebHost.Metrics.HostMetricsProvider] FUNCTIONS_TARGET_GROUP is null or empty after specialization.
[19:40:01.163] [cc06ad97] [Information] [Microsoft.Azure.Web
Raw output
at Microsoft.Azure.WebJobs.Script.Tests.Integration.WebHostEndToEnd.SamplesEndToEndTests_CustomHandlerRetry.InvokeHttpTrigger(String functionName) in /_/test/WebJobs.Script.Tests.Integration/WebHostEndToEnd/SamplesEndToEndTests_CustomHandlerRetry.cs:line 43
at Microsoft.Azure.WebJobs.Script.Tests.Integration.WebHostEndToEnd.SamplesEndToEndTests_CustomHandlerRetry.HttpTrigger_CustomHandlerRetry_Get_Succeeds() in /_/test/WebJobs.Script.Tests.Integration/WebHostEndToEnd/SamplesEndToEndTests_CustomHandlerRetry.cs:line 30
--- End of stack trace from previous location ---
Loading