You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Vladimir Ivanov (JIRA)" <ji...@apache.org> on 2007/06/27 06:49:26 UTC

[jira] Created: (HARMONY-4289) [classlib][net] test org.apache.harmony.prefs.tests.java.util.prefs.AbstractPreferencesTest should not depends on Internet connection

[classlib][net] test org.apache.harmony.prefs.tests.java.util.prefs.AbstractPreferencesTest should not depends on Internet connection
-------------------------------------------------------------------------------------------------------------------------------------

                 Key: HARMONY-4289
                 URL: https://issues.apache.org/jira/browse/HARMONY-4289
             Project: Harmony
          Issue Type: Improvement
          Components: Classlib
            Reporter: Vladimir Ivanov
            Priority: Minor


The test org.apache.harmony.prefs.tests.java.util.prefs.AbstractPreferencesTest should not depend on Internet connection. Now it requires the direct internet connection. In the environment where box is not connected or works through the proxy this test failed with log:

Test:  testExportNode
Class:  org.apache.harmony.prefs.tests.java.util.prefs.AbstractPreferencesTest
 java.net.ConnectException: java.sun.com/72.5.124.55:80 - Connection timed out

Test:  testExportSubtree
Class:  org.apache.harmony.prefs.tests.java.util.prefs.AbstractPreferencesTest
 java.net.ConnectException: java.sun.com/72.5.124.55:80 - Connection timed out


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


[jira] Assigned: (HARMONY-4289) [classlib][prefs] test org.apache.harmony.prefs.tests.java.util.prefs.AbstractPreferencesTest should not depends on Internet connection

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

Regis Xu reassigned HARMONY-4289:
---------------------------------

    Assignee: Regis Xu

> [classlib][prefs] test org.apache.harmony.prefs.tests.java.util.prefs.AbstractPreferencesTest should not depends on Internet connection
> ---------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-4289
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4289
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>            Reporter: Vladimir Ivanov
>            Assignee: Regis Xu
>            Priority: Minor
>
> The test org.apache.harmony.prefs.tests.java.util.prefs.AbstractPreferencesTest should not depend on Internet connection. Now it requires the direct internet connection. In the environment where box is not connected or works through the proxy this test failed with log:
> Test:  testExportNode
> Class:  org.apache.harmony.prefs.tests.java.util.prefs.AbstractPreferencesTest
>  java.net.ConnectException: java.sun.com/72.5.124.55:80 - Connection timed out
> Test:  testExportSubtree
> Class:  org.apache.harmony.prefs.tests.java.util.prefs.AbstractPreferencesTest
>  java.net.ConnectException: java.sun.com/72.5.124.55:80 - Connection timed out

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


[jira] Updated: (HARMONY-4289) [classlib][prefs] test org.apache.harmony.prefs.tests.java.util.prefs.AbstractPreferencesTest should not depends on Internet connection

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

Vladimir Ivanov updated HARMONY-4289:
-------------------------------------

    Summary: [classlib][prefs] test org.apache.harmony.prefs.tests.java.util.prefs.AbstractPreferencesTest should not depends on Internet connection  (was: [classlib][net] test org.apache.harmony.prefs.tests.java.util.prefs.AbstractPreferencesTest should not depends on Internet connection)

it is definitely 'prefs' module.
test was excluded while it may fail in the default configuration.


> [classlib][prefs] test org.apache.harmony.prefs.tests.java.util.prefs.AbstractPreferencesTest should not depends on Internet connection
> ---------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-4289
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4289
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>            Reporter: Vladimir Ivanov
>            Priority: Minor
>
> The test org.apache.harmony.prefs.tests.java.util.prefs.AbstractPreferencesTest should not depend on Internet connection. Now it requires the direct internet connection. In the environment where box is not connected or works through the proxy this test failed with log:
> Test:  testExportNode
> Class:  org.apache.harmony.prefs.tests.java.util.prefs.AbstractPreferencesTest
>  java.net.ConnectException: java.sun.com/72.5.124.55:80 - Connection timed out
> Test:  testExportSubtree
> Class:  org.apache.harmony.prefs.tests.java.util.prefs.AbstractPreferencesTest
>  java.net.ConnectException: java.sun.com/72.5.124.55:80 - Connection timed out

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


[jira] Resolved: (HARMONY-4289) [classlib][prefs] test org.apache.harmony.prefs.tests.java.util.prefs.AbstractPreferencesTest should not depends on Internet connection

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

Regis Xu resolved HARMONY-4289.
-------------------------------

       Resolution: Fixed
    Fix Version/s: 5.0M13

The internet accessing is caused by xml validating, fix was applied at r896746, please verify if it works for you.

> [classlib][prefs] test org.apache.harmony.prefs.tests.java.util.prefs.AbstractPreferencesTest should not depends on Internet connection
> ---------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-4289
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4289
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>            Reporter: Vladimir Ivanov
>            Assignee: Regis Xu
>            Priority: Minor
>             Fix For: 5.0M13
>
>
> The test org.apache.harmony.prefs.tests.java.util.prefs.AbstractPreferencesTest should not depend on Internet connection. Now it requires the direct internet connection. In the environment where box is not connected or works through the proxy this test failed with log:
> Test:  testExportNode
> Class:  org.apache.harmony.prefs.tests.java.util.prefs.AbstractPreferencesTest
>  java.net.ConnectException: java.sun.com/72.5.124.55:80 - Connection timed out
> Test:  testExportSubtree
> Class:  org.apache.harmony.prefs.tests.java.util.prefs.AbstractPreferencesTest
>  java.net.ConnectException: java.sun.com/72.5.124.55:80 - Connection timed out

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


[jira] Commented: (HARMONY-4289) [classlib][prefs] test org.apache.harmony.prefs.tests.java.util.prefs.AbstractPreferencesTest should not depends on Internet connection

Posted by "Mark Hindess (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-4289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12872164#action_12872164 ] 

Mark Hindess commented on HARMONY-4289:
---------------------------------------

Removed test from exclude list with commit r948719.


> [classlib][prefs] test org.apache.harmony.prefs.tests.java.util.prefs.AbstractPreferencesTest should not depends on Internet connection
> ---------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-4289
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4289
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>            Reporter: Vladimir Ivanov
>            Assignee: Regis Xu
>            Priority: Minor
>             Fix For: 5.0M13
>
>
> The test org.apache.harmony.prefs.tests.java.util.prefs.AbstractPreferencesTest should not depend on Internet connection. Now it requires the direct internet connection. In the environment where box is not connected or works through the proxy this test failed with log:
> Test:  testExportNode
> Class:  org.apache.harmony.prefs.tests.java.util.prefs.AbstractPreferencesTest
>  java.net.ConnectException: java.sun.com/72.5.124.55:80 - Connection timed out
> Test:  testExportSubtree
> Class:  org.apache.harmony.prefs.tests.java.util.prefs.AbstractPreferencesTest
>  java.net.ConnectException: java.sun.com/72.5.124.55:80 - Connection timed out

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


[jira] Commented: (HARMONY-4289) [classlib][prefs] test org.apache.harmony.prefs.tests.java.util.prefs.AbstractPreferencesTest should not depends on Internet connection

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-4289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12797494#action_12797494 ] 

Hudson commented on HARMONY-4289:
---------------------------------

Integrated in Harmony-1.5-head-linux-x86_64 #592 (See [http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64/592/])
    Apply fix for : [classlib][prefs] test org.apache.harmony.prefs.tests.java.util.prefs.AbstractPreferencesTest should not depends on Internet connection

validating xml may need to access resource on internet, that may cause test
failure if testing machine can't connect to interent.


> [classlib][prefs] test org.apache.harmony.prefs.tests.java.util.prefs.AbstractPreferencesTest should not depends on Internet connection
> ---------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-4289
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4289
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>            Reporter: Vladimir Ivanov
>            Assignee: Regis Xu
>            Priority: Minor
>             Fix For: 5.0M13
>
>
> The test org.apache.harmony.prefs.tests.java.util.prefs.AbstractPreferencesTest should not depend on Internet connection. Now it requires the direct internet connection. In the environment where box is not connected or works through the proxy this test failed with log:
> Test:  testExportNode
> Class:  org.apache.harmony.prefs.tests.java.util.prefs.AbstractPreferencesTest
>  java.net.ConnectException: java.sun.com/72.5.124.55:80 - Connection timed out
> Test:  testExportSubtree
> Class:  org.apache.harmony.prefs.tests.java.util.prefs.AbstractPreferencesTest
>  java.net.ConnectException: java.sun.com/72.5.124.55:80 - Connection timed out

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