Uh oh!
There was an error while loading. Please reload this page.
Cleanup some XML tests - #65290
Conversation
ghost
commented
Feb 14, 2022
Tagging subscribers to this area: @dotnet/area-system-xml Issue DetailsFix #65235 ... hopefully. The XML tests are very old, and thus messy. Making significant changes is a non goal and I'm not certain what caused this failure. In separated commit order
|
Uh oh!
There was an error while loading. Please reload this page.
| { | ||
| MemoryStream ms = new MemoryStream(); | ||
| TextWriter tw = new StreamWriter(ms); | ||
| using var tw = new StreamWriter(ms, encoding:null, bufferSize:-1, leaveOpen:true); |
There was a problem hiding this comment.
I actually don't know what our prevailing style is. I will have to check. @sharwell is there any StyleCop or editorconfig linting of this available?
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
danmoseley
commented
Feb 14, 2022
@dotnet/dncenghot can you please help with these? |
MattGal
commented
Feb 14, 2022
@lpatalas I think was looking earlier but I'll take a look too to make sure it's not ongoing. I'd expect this to be a burst of trouble with the Service Bus endpoint we were talking to and not a persistent issue since work has continued to be enqueued this whole time. |
MattGal
commented
Feb 15, 2022
@danmoseley this was an outage from Service bus clustered between 2/13/2022 6:12:08.241 PM -> 2/13/2022, 8:47:12.666 PM PST. It self resolved and was external to us, so hopefully just a blip. |
Fix#65235 ... hopefully.
The XML tests are very old, and thus messy. Making significant changes is a non goal and I'm not certain what caused this failure.
In separated commit order