-
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
Test failure System.Text.Json.Tests.Serialization.MetadataTests_String.RoundTripSerializerOverloads #51969
Comments
Tagging subscribers to this area: @eiriktsarpalis, @layomia Issue DetailsRun: runtime 20210427.88 Failed test:
Error message:
|
Failed in runtime-coreclr libraries-jitstress 20210506.1 Failed test:
Error message:
|
@layomia looks like we have a bug here. This tests seems to be failing intermittently on OSX since being introduced. |
I haven't seen any more hits; the test is not disabled. The test uses a static string json = await Serializer.SerializeWrapper(expected, JsonContext.Default.WeatherForecastWithPOCOs); and my guess is that the generated code for public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Text.Json.Serialization.Tests.WeatherForecastWithPOCOs> WeatherForecastWithPOCOs
{
get
{
if (_WeatherForecastWithPOCOs == null) however it looks to be thread-safe now. Closing until we get another hit or more information. |
Run: runtime 20210427.88
Failed test:
Error message:
The text was updated successfully, but these errors were encountered: