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

turn off xunit shadowCopy #496

Merged
merged 1 commit into from
Aug 6, 2019
Merged

Conversation

ericsink
Copy link
Contributor

@ericsink ericsink commented Aug 5, 2019

What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)

This is a way to fix the problems with the xunit tests running under net461 with SQLitePCLRaw 2.0.

What is the current behavior? (You can also link to an open issue here)

An attempt to update the SQLitePCLRaw dependency to 2.0 caused problems with the xunit tests running under net461. I've generally found xunit with .NET Framework to be problematic for SQLitePCLRaw. Turning off shadowCopy has been an effective solution before.

See xunit/xunit#1198 for a bit more info.

What is the new behavior (if this is a feature change)?

The tests now run, on my machine anyway.

Does this PR introduce a breaking change?

I hope not.

Please check if the PR fulfills these requirements

Other information:

…1 with SQLitePCLRaw 2.0. turn off shadowCopy for xunit.
@dnfclas
Copy link

dnfclas commented Aug 5, 2019

CLA assistant check
All CLA requirements met.

@ericsink
Copy link
Contributor Author

ericsink commented Aug 5, 2019

Note that I am seeing intermittent failures of FetchFunctionShouldBeCalledOnceForGetOrFetchObject. Not consistently. Just sometimes.

Was this happening before?

@glennawatson glennawatson merged commit 3f38977 into reactiveui:master Aug 6, 2019
@glennawatson
Copy link
Contributor

I think I seen it happen yeah. I'm going to commit this change in and then fix the unit test. Thanks for helping out.

@lock lock bot locked and limited conversation to collaborators Nov 4, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants