-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
[release/6.0] Fix in-process decoding of DateTime in EventSource #68352
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.
|
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.
Approved. We will take for consideration in 6.0.x. Please ensure to get another code review.
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
@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.