You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Regis Xu (JIRA)" <ji...@apache.org> on 2009/03/17 06:16:50 UTC

[jira] Created: (HARMONY-6120) [classlib][luni] - use Jetty as test http server in org.apache.harmony.luni.tests.internal.net.www.protocol.http.HttpURLConnectionTest

[classlib][luni] - use Jetty as test http server in org.apache.harmony.luni.tests.internal.net.www.protocol.http.HttpURLConnectionTest
--------------------------------------------------------------------------------------------------------------------------------------

                 Key: HARMONY-6120
                 URL: https://issues.apache.org/jira/browse/HARMONY-6120
             Project: Harmony
          Issue Type: Improvement
          Components: Classlib
    Affects Versions: 5.0M8
            Reporter: Regis Xu
             Fix For: 5.0M9


org.apache.harmony.luni.tests.internal.net.www.protocol.http.HttpURLConnectionTest try to connect "http://www.apache.org", this will cause test failures when the test ran behind firewall or without internet connection. 
Using Jetty as test http server could make test more robust.

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


[jira] Assigned: (HARMONY-6120) [classlib][luni] - use Jetty as test http server in org.apache.harmony.luni.tests.internal.net.www.protocol.http.HttpURLConnectionTest

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

Sian January reassigned HARMONY-6120:
-------------------------------------

    Assignee: Sian January

> [classlib][luni] - use Jetty as test http server in org.apache.harmony.luni.tests.internal.net.www.protocol.http.HttpURLConnectionTest
> --------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-6120
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6120
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>    Affects Versions: 5.0M8
>            Reporter: Regis Xu
>            Assignee: Sian January
>             Fix For: 5.0M9
>
>         Attachments: HARMONY-6120.diff
>
>
> org.apache.harmony.luni.tests.internal.net.www.protocol.http.HttpURLConnectionTest try to connect "http://www.apache.org", this will cause test failures when the test ran behind firewall or without internet connection. 
> Using Jetty as test http server could make test more robust.

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


[jira] Updated: (HARMONY-6120) [classlib][luni] - use Jetty as test http server in org.apache.harmony.luni.tests.internal.net.www.protocol.http.HttpURLConnectionTest

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

Tim Ellison updated HARMONY-6120:
---------------------------------

    Fix Version/s:     (was: 5.0M9)
                   5.0M10

> [classlib][luni] - use Jetty as test http server in org.apache.harmony.luni.tests.internal.net.www.protocol.http.HttpURLConnectionTest
> --------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-6120
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6120
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>    Affects Versions: 5.0M8
>            Reporter: Regis Xu
>             Fix For: 5.0M10
>
>         Attachments: HARMONY-6120.diff
>
>
> org.apache.harmony.luni.tests.internal.net.www.protocol.http.HttpURLConnectionTest try to connect "http://www.apache.org", this will cause test failures when the test ran behind firewall or without internet connection. 
> Using Jetty as test http server could make test more robust.

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


[jira] Updated: (HARMONY-6120) [classlib][luni] - use Jetty as test http server in org.apache.harmony.luni.tests.internal.net.www.protocol.http.HttpURLConnectionTest

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

Regis Xu updated HARMONY-6120:
------------------------------

    Attachment: HARMONY-6120.diff

I tested on Linux, all tests passed even I turned down the network, except testProxyAuthorization is intermittently faild.

> [classlib][luni] - use Jetty as test http server in org.apache.harmony.luni.tests.internal.net.www.protocol.http.HttpURLConnectionTest
> --------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-6120
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6120
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>    Affects Versions: 5.0M8
>            Reporter: Regis Xu
>             Fix For: 5.0M9
>
>         Attachments: HARMONY-6120.diff
>
>
> org.apache.harmony.luni.tests.internal.net.www.protocol.http.HttpURLConnectionTest try to connect "http://www.apache.org", this will cause test failures when the test ran behind firewall or without internet connection. 
> Using Jetty as test http server could make test more robust.

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


[jira] Closed: (HARMONY-6120) [classlib][luni] - use Jetty as test http server in org.apache.harmony.luni.tests.internal.net.www.protocol.http.HttpURLConnectionTest

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

Regis Xu closed HARMONY-6120.
-----------------------------


> [classlib][luni] - use Jetty as test http server in org.apache.harmony.luni.tests.internal.net.www.protocol.http.HttpURLConnectionTest
> --------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-6120
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6120
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>    Affects Versions: 5.0M8
>            Reporter: Regis Xu
>             Fix For: 5.0M9
>
>         Attachments: HARMONY-6120.diff
>
>
> org.apache.harmony.luni.tests.internal.net.www.protocol.http.HttpURLConnectionTest try to connect "http://www.apache.org", this will cause test failures when the test ran behind firewall or without internet connection. 
> Using Jetty as test http server could make test more robust.

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


[jira] Assigned: (HARMONY-6120) [classlib][luni] - use Jetty as test http server in org.apache.harmony.luni.tests.internal.net.www.protocol.http.HttpURLConnectionTest

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

Sian January reassigned HARMONY-6120:
-------------------------------------

    Assignee:     (was: Sian January)

Unassigning myself from this issue as Regis can check the patch in himself now he's a committer.

> [classlib][luni] - use Jetty as test http server in org.apache.harmony.luni.tests.internal.net.www.protocol.http.HttpURLConnectionTest
> --------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-6120
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6120
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>    Affects Versions: 5.0M8
>            Reporter: Regis Xu
>             Fix For: 5.0M9
>
>         Attachments: HARMONY-6120.diff
>
>
> org.apache.harmony.luni.tests.internal.net.www.protocol.http.HttpURLConnectionTest try to connect "http://www.apache.org", this will cause test failures when the test ran behind firewall or without internet connection. 
> Using Jetty as test http server could make test more robust.

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


[jira] Resolved: (HARMONY-6120) [classlib][luni] - use Jetty as test http server in org.apache.harmony.luni.tests.internal.net.www.protocol.http.HttpURLConnectionTest

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

Regis Xu resolved HARMONY-6120.
-------------------------------

    Resolution: Fixed

Patch applied at r764728

> [classlib][luni] - use Jetty as test http server in org.apache.harmony.luni.tests.internal.net.www.protocol.http.HttpURLConnectionTest
> --------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-6120
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6120
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>    Affects Versions: 5.0M8
>            Reporter: Regis Xu
>             Fix For: 5.0M9
>
>         Attachments: HARMONY-6120.diff
>
>
> org.apache.harmony.luni.tests.internal.net.www.protocol.http.HttpURLConnectionTest try to connect "http://www.apache.org", this will cause test failures when the test ran behind firewall or without internet connection. 
> Using Jetty as test http server could make test more robust.

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