You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by Julien Le Dem <ju...@twitter.com> on 2012/09/19 19:35:41 UTC

CI server and /tmp

Hello,
Do the Jenkins slaves cleanup their /tmp regularly?
If this is the case, would it be possible to delete only stuff that is
older than a day ?
Many things write to /tmp and it seems tests fail from time to time
because of a /tmp file missing.
We could try hard to have everything being written only to the build
workspace but this is sometimes embedded in dependencies' logic.
I would very much like to get rid of they false test failures.
Thank you, Julien

Re: CI server and /tmp

Posted by Julien Le Dem <ju...@twitter.com>.
Sorry about that.
Julien

On Wed, Sep 19, 2012 at 12:35 PM, Dmitriy Ryaboy <dv...@gmail.com> wrote:
> Wrong pig-dev :)
>
> On Wed, Sep 19, 2012 at 10:35 AM, Julien Le Dem <ju...@twitter.com> wrote:
>
>> Hello,
>> Do the Jenkins slaves cleanup their /tmp regularly?
>> If this is the case, would it be possible to delete only stuff that is
>> older than a day ?
>> Many things write to /tmp and it seems tests fail from time to time
>> because of a /tmp file missing.
>> We could try hard to have everything being written only to the build
>> workspace but this is sometimes embedded in dependencies' logic.
>> I would very much like to get rid of they false test failures.
>> Thank you, Julien
>>

Re: CI server and /tmp

Posted by Dmitriy Ryaboy <dv...@gmail.com>.
Wrong pig-dev :)

On Wed, Sep 19, 2012 at 10:35 AM, Julien Le Dem <ju...@twitter.com> wrote:

> Hello,
> Do the Jenkins slaves cleanup their /tmp regularly?
> If this is the case, would it be possible to delete only stuff that is
> older than a day ?
> Many things write to /tmp and it seems tests fail from time to time
> because of a /tmp file missing.
> We could try hard to have everything being written only to the build
> workspace but this is sometimes embedded in dependencies' logic.
> I would very much like to get rid of they false test failures.
> Thank you, Julien
>