Skip to content

Test CanExtractSignatureFromCommit fails in master branch #1314

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

Closed
AArnott opened this issue May 5, 2016 · 1 comment
Closed

Test CanExtractSignatureFromCommit fails in master branch #1314

AArnott opened this issue May 5, 2016 · 1 comment

Comments

@AArnott
Copy link
Contributor

AArnott commented May 5, 2016

This test fails in the master branch (as of 1fb7fc5)

Test Name:  LibGit2Sharp.Tests.CommitFixture.CanExtractSignatureFromCommit
Test FullName:  LibGit2Sharp.Tests.CommitFixture.CanExtractSignatureFromCommit
Test Source:    C:\Users\andarno\git\libgit2sharp\LibGit2Sharp.Tests\CommitFixture.cs : line 1114
Test Outcome:   Failed
Test Duration:  0:00:00.011

Result StackTrace:  
at LibGit2Sharp.Core.Ensure.HandleError(Int32 result) in C:\Users\andarno\git\libgit2sharp\LibGit2Sharp\Core\Ensure.cs:line 154
   at LibGit2Sharp.Core.Ensure.ZeroResult(Int32 result) in C:\Users\andarno\git\libgit2sharp\LibGit2Sharp\Core\Ensure.cs:line 172
   at LibGit2Sharp.Core.Proxy.git_object_lookup(RepositoryHandle repo, ObjectId id, GitObjectType type) in C:\Users\andarno\git\libgit2sharp\LibGit2Sharp\Core\Proxy.cs:line 1448
   at LibGit2Sharp.Repository.LookupInternal(ObjectId id, GitObjectType type, FilePath knownPath) in C:\Users\andarno\git\libgit2sharp\LibGit2Sharp\Repository.cs:line 534
   at LibGit2Sharp.Repository.Lookup(ObjectId id, ObjectType type) in C:\Users\andarno\git\libgit2sharp\LibGit2Sharp\Repository.cs:line 516
   at LibGit2Sharp.RepositoryExtensions.Lookup[T](IRepository repository, ObjectId id) in C:\Users\andarno\git\libgit2sharp\LibGit2Sharp\RepositoryExtensions.cs:line 51
   at LibGit2Sharp.Tests.CommitFixture.CanExtractSignatureFromCommit() in C:\Users\andarno\git\libgit2sharp\LibGit2Sharp.Tests\CommitFixture.cs:line 1122
Result Message: LibGit2Sharp.LibGit2SharpException : Failed to parse bad commit object
@ethomson
Copy link
Member

ethomson commented May 5, 2016

Fixed via #1315

@ethomson ethomson closed this as completed May 5, 2016
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

No branches or pull requests

2 participants