-
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
Timeout running System.Text.Json.Serialization.Tests.CustomConverterTests.GetConverter_Poco_WriteThrowsNotSupportedException
on mono interpreter
#66371
Comments
Tagging subscribers to this area: @dotnet/area-system-text-json Issue DetailsFrom test result and log:
This test was added in #66248. @eiriktsarpalis can you take a look? Is this expected to take a long time on mono interpreter / should it be disabled (looks like some other Json tests are disabled that way)?
|
Looks like we've hit the timeout five times since the test was added yesterday - the console logs from the five hits indicate WorkItems
| where Queued > ago(2d)
| where FriendlyName == "System.Text.Json.Tests"
| where Status == "Timeout"
| join Jobs on JobId
| project
Queued,
FriendlyName, ExitCode, Status,
ConsoleUri,
PhaseName = tostring(parse_json(Properties)["System.PhaseName"]),
Pipeline = tostring(parse_json(Properties).DefinitionName),
QueueName, Source |
System.Text.Json.Serialization.Tests.CustomConverterTests.GetConverter_Poco_WriteThrowsNotSupportedException
System.Text.Json.Serialization.Tests.CustomConverterTests.GetConverter_Poco_WriteThrowsNotSupportedException
on mono interpreter
The test logic itself is a fairly trivial unit test, however it does run as an isolated process using Should we just slap a |
cc @BrzVlad |
I couldn't reproduce this hang locally |
From test result and log from #66307:
This test was added in #66248.
@eiriktsarpalis can you take a look? Is this expected to take a long time on mono interpreter / should it be disabled (looks like some other Json tests are disabled that way)?
The text was updated successfully, but these errors were encountered: