Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jgit-dev] [jgit-build] Build failed in Hudson: jgit #653

On Wed, Mar 9, 2011 at 12:29, Shawn Pearce <spearce@xxxxxxxxxxx> wrote:
> On Wed, Mar 9, 2011 at 12:22,  <hudsonbuild@xxxxxxxxxxx> wrote:
>> See <https://hudson.eclipse.org/hudson/job/jgit/653/changes>
>>
>> Changes:
>>
>> [Jesse Greenwald] Fixed ordering of Config.getSubsections(...)
> ...
>> Failed tests:
>>  testCheckoutWithNonDeletedFiles(org.eclipse.jgit.api.CheckoutCommandTest)
>
> Hmm? This builds and runs fine on my workstation. And in the CI bot,
> which is why I submitted it in the first place. What's up with the
> post-submit CI bot?

java.lang.AssertionError: ERROR: Failed to delete
target/trash/test1299701957925_432/.nfs0000000066b151ef0000010e in
org.eclipse.jgit.api.CheckoutCommandTest.433
	at org.junit.Assert.fail(Assert.java:91)

Oh. Its using an NFS volume for its working directory, and the tests
cannot clean up the special NFS magic files that NFS writes... cute.

-- 
Shawn.


Back to the top