[release/6.0] Fix in-process decoding of DateTime in EventSource#68352
[release/6.0] Fix in-process decoding of DateTime in EventSource#68352carlossanlop merged 3 commits intorelease/6.0from
Conversation
|
Tagging subscribers to this area: @tarekgh, @tommcdon, @pjanotti Issue DetailsBackport of #67557 to release/6.0 /cc @josalem Customer ImpactTestingRiskIMPORTANT: If this change touches code that ships in a NuGet package, please make certain that you have added any necessary package authoring and gotten it explicitly reviewed.
|
jeffschwMSFT
left a comment
There was a problem hiding this comment.
Approved. We will take for consideration in 6.0.x. Please ensure to get another code review.
|
@jeffschwMSFT should I add the servicing-consider tag or will that be done by tactics? |
|
Added. Are the PR failures understood? |
The failures look related to TLS 1.0/1.1 disablement. I believe the test fixes have not yet been merged: #68332. |
|
Corroborating Tom's assertion. Nearly all the test failures look like:
|
|
/azp run runtime |
|
Running the tests again now that I merged #68332 . |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
Test failures unrelated, they will get disabled in this PR: #68867 |
Backport of #67557 to release/6.0
/cc @josalem
Customer Impact
@MihaZupan root caused this issue succinctly in this comment: #61563 (comment)
Testing
Test added with this PR and is running in main.
Risk
Low risk. The functional change is <1 LOC. The remainder are a test of the change.