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

0.6.1 Release #645

Merged
merged 7 commits into from
Dec 23, 2014
Merged

0.6.1 Release #645

merged 7 commits into from
Dec 23, 2014

Conversation

shiftkey
Copy link
Member

Just pushing out a few of the recent accepted PRs, and poking around the testing infrastructure changes...

While evaluating the integration test suite against the new xUnit test runner, I also monitored the network activity in Fiddler. Some integration tests were unnecessarily chatty - for example, fetching all commits for a repository, and some were unnecessarily bound to creating a dummy repository.

I focused on RepositoryCommitsClientTests and tuned these for faster feedback. I'll keep an eye on other slow tests as we're pushing out other releases. I'll come back to those other skipped tests as well.

  • version bump
  • release notes
  • publish to MyGet
  • tag the release
  • :shipit:

shiftkey added a commit that referenced this pull request Dec 23, 2014
@shiftkey shiftkey merged commit 091f28c into master Dec 23, 2014
@shiftkey shiftkey deleted the new-release branch December 23, 2014 02:15
@@ -262,7 +262,7 @@ public class TheCreateMethodForUser : IDisposable
}
}

[IntegrationTest]
[IntegrationTest(Skip="this test is bollocks")]
Copy link
Contributor

Choose a reason for hiding this comment

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

"bollocks" is the technical term, right?

@haacked
Copy link
Contributor

haacked commented Dec 24, 2014

:shipit:

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