Uh oh!
There was an error while loading. Please reload this page.
Fix HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext - #112753
Conversation
antonfirsov
commented
Feb 20, 2025
/azp run runtime-libraries-coreclr outerloop |
|
Azure Pipelines successfully started running 1 pipeline(s). |
tarekgh
commented
Feb 20, 2025
@antonfirsov the issue #112426 is opened against .NET 8.0. This PR will force closing the issue which will make the failure still show in .NET 8 builds. Will you port this fix to 8.0 and possibly 9.0? CC @noahfalk |
antonfirsov
commented
Feb 20, 2025
Sure, thanks for the heads-up! |
| } | ||
| } | ||
| [ActiveIssue("https://github.com/dotnet/runtime/issues/112792")] |
There was a problem hiding this comment.
I almost missed that this test is also failing. It seems to be a product bug, disabling for now. cc @tarekgh in case you have concerns.
antonfirsov
commented
Feb 21, 2025
/azp run runtime-libraries-coreclr outerloop |
|
Azure Pipelines successfully started running 1 pipeline(s). |
antonfirsov
commented
Feb 22, 2025
/azp run runtime-libraries-coreclr outerloop |
|
Azure Pipelines successfully started running 1 pipeline(s). |
antonfirsov
commented
Feb 24, 2025
/ba-g unrelated test failures reported in #112837 |
antonfirsov
commented
Feb 24, 2025
/backport to release/8.0-staging |
antonfirsov
commented
Feb 24, 2025
/backport to release/9.0-staging |
Started backporting to release/8.0-staging: https://github.com/dotnet/runtime/actions/runs/13507132223 |
Started backporting to release/9.0-staging: https://github.com/dotnet/runtime/actions/runs/13507133492 |
It's unclear to me how did this test pass before, but given it's testing W3C tracestate format behavior on .NET Framework,
ActivityIdFormat.W3Cshould be explicitly set asDefaultIdFormatin the test. This will ensure that theRequest-Idheader (that is specific to the Hierarchical format) will be absent, making the last Assert pass.Fixes#112426