Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cross-project-issues-dev] Recent Hudson problem accessing /tmp

Hi,

Since yesterday night a number of unit tests in the the rap runtime
jobs [1] fail when trying to delete files from /tmp. I've never seen
such failures before and there hasn't been any change in the code, so
I assume that some change in the environment may have triggered it?
It's always the method File#delete() that returns false, so I can't
tell whether it's because of permissions or because of the file to
delete has vanished.

Has any one else seen similar problems or has some idea what could
have caused this?

Thanks,
Ralf

[1] Examples:
    https://hudson.eclipse.org/hudson/job/rap-1.5-runtime/655/
    https://hudson.eclipse.org/hudson/job/rap-2.0-runtime/4/


Back to the top