Skip to content
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

[wasm] System.Data.Tests - add debug info, to help with the test failure #56838

Merged
merged 1 commit into from
Aug 5, 2021

Conversation

radical
Copy link
Member

@radical radical commented Aug 4, 2021

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

`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
@radical radical added arch-wasm WebAssembly architecture area-System.Data labels Aug 4, 2021
@ghost
Copy link

ghost commented Aug 4, 2021

Tagging subscribers to 'arch-wasm': @lewing
See info in area-owners.md if you want to be subscribed.

Issue Details

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

Author: radical
Assignees: -
Labels:

arch-wasm, area-System.Data

Milestone: -

@radical radical changed the title [wasm] System.Data.Tests - add debug info, to help with the failure [wasm] System.Data.Tests - add debug info, to help with the test failure Aug 4, 2021
@radical
Copy link
Member Author

radical commented Aug 4, 2021

runtime-staging (Build tvOSSimulator x64 Release AllSubsets_Mono) - helix step timed out. It shouldn't be related to this PR.

@radical radical merged commit f11c8ff into dotnet:main Aug 5, 2021
@radical radical deleted the debug-sys-data-test branch August 5, 2021 00:52
@ghost ghost locked as resolved and limited conversation to collaborators Sep 4, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
arch-wasm WebAssembly architecture area-System.Data
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants