Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jgit-dev] Tests failing on Hudson, but running fine locally.

On Thu, Jan 26, 2017 at 8:02 PM, Thirumala Reddy (తిరుమల రెడ్డి) <thirumala@xxxxxxxxxx> wrote:
Hi,

Some tests started failing on Hudson today and the same tests are working fine when I ran them locally.


The test org.eclipse.jgit.api.AddCommandTest.testBuiltinCleanFilter is failing with the following message on Hudson and running with out any issue on my local workspace.

org.junit.experimental.theories.internal.ParameterizedAssertionError: testBuiltinCleanFilter("false" <from sleepBeforeAddOptions[1]>)
Caused by: java.lang.AssertionError: ERROR: Failed to delete /opt/public/hipp/ramdisk/jgit/jgit_test_4473054963164276222_tmp/tmp_463364796620824525/src/.nfs000000000ad4c559000004c9

Does anyone know what's going on here?

I configured temp directory used by the jgit jobs to use a RAM disk provided by webmaster.
This increased performance of builds considerably. Though I don't understand how a RAM
disk can have problems with .nfs files. I'll ask webmaster if he can explain that.


-Matthias

Back to the top