-
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 failed : System.Data.Tests.AppDomainsAndFormatInfo.Bug55978 #47968
Comments
Tagging subscribers to this area: @roji, @ajcvickers Issue DetailsRun: runtime 20210206.8 Failed test:
Error message:
|
Also failed on browser-wasm in #48181, so I don't believe this is x64 specific.
|
Failed again in runtime 20210425.28 Failed test:
Error message:
|
@eerhardt What's the appropriate action here? I don't believe we have touched this code in a long time, so it seems likely that if this has recently started failing, then this is due to some wider change. |
As far as I can tell, this is only failing on wasm, even though the label has
I think it was running browser-wasm on an x64 machine. This is a wasm bug. Fixing the labels. |
Tagging subscribers to 'arch-wasm': @lewing Issue DetailsRun: runtime 20210206.8 Failed test:
Error message:
|
Failed again - https://dev.azure.com/dnceng/public/_build/results?buildId=1274300&view=logs&jobId=108d2c4a-8a62-5a58-8dad-8e1042acc93c&j=108d2c4a-8a62-5a58-8dad-8e1042acc93c&t=568f884b-cc12-5fd3-e7fe-790b5ac403f4 on https://github.com/dotnet/runtime/pull/56802/checks?check_run_id=3236115645 @lewing do you think this needs to be looked at for 6.0? It has happened only thrice in the last month. But since it's happening only on wasm, and is sporadic, I wonder if it might be hiding some weird bug. |
The test has something to do with dates/times, so it's possible that it only fails at certain dates/times like at midnight etc. |
@radical we could try improving test assertions so that it was clear how it is failing |
`System.Data.Tests.AppDomainsAndFormatInfo.Bug55978` fails sometimes for wasm: ``` Assert.Equal() Failure Expected: 2 Actual: 3 Stack trace at System.Data.Tests.AppDomainsAndFormatInfo.Bug55978() at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) ``` To debug the issue, this dumps some state when the test fails. Issue: dotnet#47968
Opened a PR that will dump some info when the test fails - #56838 |
…ure (#56838) `System.Data.Tests.AppDomainsAndFormatInfo.Bug55978` fails sometimes for wasm: ``` Assert.Equal() Failure Expected: 2 Actual: 3 Stack trace at System.Data.Tests.AppDomainsAndFormatInfo.Bug55978() at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) ``` To debug the issue, this dumps some state when the test fails. Issue: #47968
Run: runtime 20210206.8
Failed test:
Error message:
The text was updated successfully, but these errors were encountered: