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

Upgrade xUnit to 2.0.0 #45

Merged
merged 7 commits into from
Nov 16, 2015
Merged

Upgrade xUnit to 2.0.0 #45

merged 7 commits into from
Nov 16, 2015

Conversation

robhruska
Copy link
Member

Would've jumped to 2.1.0, but ran into some issues with our internal build system and dependency management. Made the jump up to 2.0.0 anyway, it's a good first step.

Parallelism (introduced in xUnit 2) has been turned off in the assembly and msbuild directive. A number of test rely on static config state, and parallelism was causing those tests to fail. Let's revisit those tests in the future.

robhruska added a commit that referenced this pull request Nov 16, 2015
@robhruska robhruska merged commit e8ba4af into next Nov 16, 2015
@robhruska robhruska deleted the UpgradeXunit branch November 16, 2015 04:25
@robhruska robhruska mentioned this pull request Nov 16, 2015
<package id="xunit.assert" version="2.0.0" targetFramework="net45" />
<package id="xunit.core" version="2.0.0" targetFramework="net45" />
<package id="xunit.extensibility.core" version="2.0.0" targetFramework="net45" />
<package id="xunit.runner.visualstudio" version="2.0.0" targetFramework="net45" />
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not as familiar with the Mjolnir tests, but should these also have xunit.runner.msbuild pulled in?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The SystemTests don't need it (yet?) - they're more standalone and long-running and aren't kicked off by TeamCity. I've only run them manually from VisualStudio.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants