-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
System.Text.Json.SourceGeneration.Tests.MetadataWithPerTypeAttributeContextTests.RoundTripCollectionsDictionary failing with Actual: 0001-01-01T00:00:00.0000000+00:00 #67948
Comments
Tagging subscribers to this area: @dotnet/area-system-text-json, @gregsdennis Issue Details
|
Not Mono specific, not OS specific, failing on 1x per day. TestResults
| join kind=inner WorkItems on WorkItemId
| join kind=inner Jobs on JobId
| where Type == "System.Text.Json.SourceGeneration.Tests.MetadataWithPerTypeAttributeContextTests" and Method == "RoundTripCollectionsDictionary"
| where Result == "Fail"
| where Message contains "2019-08"
| project //Type,
Method,
Pipeline = tostring(parse_json(Properties).DefinitionName),
Pipeline_Configuration = tostring(parse_json(Properties).configuration),
OS = QueueName,
Container = tostring(parse_json(Properties).operatingSystem),
Arch = tostring(parse_json(Properties).architecture),
Finished,
Build
//Duration,
// Method,
// Build = tostring(parse_json(Properties).BuildNumber),
,Message//,StackTrace
|
System.Text.Json.SourceGeneration.Tests.MetadataWithPerTypeAttributeContextTests.RoundTripCollectionsDictionary
Failed again in: runtime-coreclr libraries-jitstress2-jitstressregs 20220423.1 Failed test:
Error message:
|
@layomia could you take a look? |
In case it's related, there's another test in this assembly that has failed recently exactly once in the CI, on win-x86, in a jitstress job, but I can't repro the failure locally:
|
We hit another similar failure in rolling build today: https://dev.azure.com/dnceng/public/_build/results?buildId=1738148&view=logs&j=ee1d0ee6-ff1e-56e7-4a8c-87d1cd9cc235&t=6efd574a-0ddf-56af-d302-e49d8731e67b
|
I'm curious if we've seen any recent instances as this might be already fixed. I've made a fix on April 28 (7654bf2) which fixed many concurrency issues in System.Text.Json. The last reported hit is on April 27 and it seems to be silent since then... |
Actually considering monthly hits shows as zero seems the answer is this might be already fixed. I'll close this issue. Please re-open if you see any recent instances. |
Build for #67944:
Runfo Tracking Issue: system.text.json.sourcegeneration.tests.mixedmodecontexttests.roundtripcollectionsdictionary
Build Result Summary
The text was updated successfully, but these errors were encountered: