You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jspwiki.apache.org by "Harry Metske (JIRA)" <ji...@apache.org> on 2009/01/05 21:21:44 UTC

[jira] Created: (JSPWIKI-466) FileSystemProviderTest rücksichtslos empties java.io.tmpdir

FileSystemProviderTest rücksichtslos empties java.io.tmpdir
-----------------------------------------------------------

                 Key: JSPWIKI-466
                 URL: https://issues.apache.org/jira/browse/JSPWIKI-466
             Project: JSPWiki
          Issue Type: Bug
    Affects Versions: 2.8.1, 2.8.2, 3.0
         Environment: JSPWIKI 3.0
Ubuntu Linux
            Reporter: Harry Metske
            Assignee: Harry Metske
             Fix For: 3.0


I was wondering for many months why I got completely unexpectedl strange behavior for my Gnome environment.
Console sessions did not start anymore, Nautilus did not start anymore, configuration settings for several application could not be found anymore.
Only logoff/logon could solve it.
Last week I noticed that files in the /tmp directory that were only a few minutes old, got deleted.

After monitoring my /tmp for a while,  I noticed today that this happens when I run the JSPWiki tests.
Further narrowing down reveals that the FileSystemProviderTest happily empties the java.io.tmpdir during teardown.

the tearDown() does:

TestEngine.deleteAll( new File(m_pagedir) );

where m_pagedir is System.getProperties().getProperty("java.io.tmpdir")

Patch is coming.......

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (JSPWIKI-466) FileSystemProviderTest rücksichtslos empties java.io.tmpdir

Posted by "Harry Metske (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JSPWIKI-466?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Harry Metske closed JSPWIKI-466.
--------------------------------

    Resolution: Fixed

Fixed in 3.0.0-svn-45

> FileSystemProviderTest rücksichtslos empties java.io.tmpdir
> -----------------------------------------------------------
>
>                 Key: JSPWIKI-466
>                 URL: https://issues.apache.org/jira/browse/JSPWIKI-466
>             Project: JSPWiki
>          Issue Type: Bug
>    Affects Versions: 2.8.1, 2.8.2, 3.0
>         Environment: JSPWIKI 3.0
> Ubuntu Linux
>            Reporter: Harry Metske
>            Assignee: Harry Metske
>             Fix For: 3.0
>
>
> I was wondering for many months why I got completely unexpectedl strange behavior for my Gnome environment.
> Console sessions did not start anymore, Nautilus did not start anymore, configuration settings for several application could not be found anymore.
> Only logoff/logon could solve it.
> Last week I noticed that files in the /tmp directory that were only a few minutes old, got deleted.
> After monitoring my /tmp for a while,  I noticed today that this happens when I run the JSPWiki tests.
> Further narrowing down reveals that the FileSystemProviderTest happily empties the java.io.tmpdir during teardown.
> the tearDown() does:
> TestEngine.deleteAll( new File(m_pagedir) );
> where m_pagedir is System.getProperties().getProperty("java.io.tmpdir")
> Patch is coming.......

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (JSPWIKI-466) FileSystemProviderTest rücksichtslos empties java.io.tmpdir

Posted by "Harry Metske (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/JSPWIKI-466?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12673512#action_12673512 ] 

Harry Metske commented on JSPWIKI-466:
--------------------------------------

also fixed in 2.8.2-svn-12

> FileSystemProviderTest rücksichtslos empties java.io.tmpdir
> -----------------------------------------------------------
>
>                 Key: JSPWIKI-466
>                 URL: https://issues.apache.org/jira/browse/JSPWIKI-466
>             Project: JSPWiki
>          Issue Type: Bug
>    Affects Versions: 2.8.1, 2.8.2, 3.0
>         Environment: JSPWIKI 3.0
> Ubuntu Linux
>            Reporter: Harry Metske
>            Assignee: Harry Metske
>             Fix For: 3.0
>
>
> I was wondering for many months why I got completely unexpectedl strange behavior for my Gnome environment.
> Console sessions did not start anymore, Nautilus did not start anymore, configuration settings for several application could not be found anymore.
> Only logoff/logon could solve it.
> Last week I noticed that files in the /tmp directory that were only a few minutes old, got deleted.
> After monitoring my /tmp for a while,  I noticed today that this happens when I run the JSPWiki tests.
> Further narrowing down reveals that the FileSystemProviderTest happily empties the java.io.tmpdir during teardown.
> the tearDown() does:
> TestEngine.deleteAll( new File(m_pagedir) );
> where m_pagedir is System.getProperties().getProperty("java.io.tmpdir")
> Patch is coming.......

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.