Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jgit-dev] Missing tree during self-tests on NonStop

I have a second issue that I am trying to resolve for our NonStop port. This one is a failure in both GitConstructionTest and PushCommandTest. Both have the virtually the same stack trace and look a little (maybe) like bugs 445744 and 422988. Both tests point to the same missing tree id (4b825dc6...). It seems like something in the FileObjectDatabase hierarchy is not liking what the platform is doing with java.io.File, but I am looking for a pointer to where to look next.

testClose(org.eclipse.jgit.api.GitConstructionTest)  Time elapsed: 9.15 sec  <<< ERROR!
org.eclipse.jgit.api.errors.JGitInternalException: Missing tree 4b825dc642cb6eb9a060e54bf8d69288fbee4904
        at org.eclipse.jgit.internal.storage.file.WindowCursor.open(WindowCursor.java:149)
        at org.eclipse.jgit.treewalk.CanonicalTreeParser.reset(CanonicalTreeParser.java:202)
        at org.eclipse.jgit.treewalk.TreeWalk.parserFor(TreeWalk.java:988)
        at org.eclipse.jgit.treewalk.TreeWalk.addTree(TreeWalk.java:468)
        at org.eclipse.jgit.dircache.DirCacheCheckout.addTree(DirCacheCheckout.java:267)
        at org.eclipse.jgit.dircache.DirCacheCheckout.preScanTwoTrees(DirCacheCheckout.java:249)
        at org.eclipse.jgit.dircache.DirCacheCheckout.doCheckout(DirCacheCheckout.java:410)
        at org.eclipse.jgit.dircache.DirCacheCheckout.checkout(DirCacheCheckout.java:397)
        at org.eclipse.jgit.api.CheckoutCommand.call(CheckoutCommand.java:261)
        at org.eclipse.jgit.api.GitConstructionTest.testClose(GitConstructionTest.java:145)

Cheers,
Randall

-- Brief whoami: NonStop&UNIX developer since approximately UNIX(421664400)/NonStop(211288444200000000)
-- In real life, I talk too much.



Back to the top