You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Myrna van Lunteren (JIRA)" <ji...@apache.org> on 2007/07/14 02:36:04 UTC

[jira] Resolved: (DERBY-2842) derbynet/testconnection.java fails with '...Connection refused: connect' expecting 'Connection refused'

     [ https://issues.apache.org/jira/browse/DERBY-2842?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Myrna van Lunteren resolved DERBY-2842.
---------------------------------------

       Resolution: Fixed
    Fix Version/s: 10.4.0.0
                   10.3.1.2

I think this was somehow a side effect of a check-in for DERBY-2796; I remember a discussion where it was decided either response is fine.
I added a testconnection_sed.properties file that modifies the output, whatever is following the port number & the first refused. Needed to also modify the master. (possible that it could've been done with more clever pattern replacements, but I chose to use - instead of , so the sed-ing would work quick).
committed to trunk with 556189, 10.3 with 556191.

> derbynet/testconnection.java fails with '...Connection refused: connect' expecting 'Connection refused'
> -------------------------------------------------------------------------------------------------------
>
>                 Key: DERBY-2842
>                 URL: https://issues.apache.org/jira/browse/DERBY-2842
>             Project: Derby
>          Issue Type: Bug
>          Components: Regression Test Failure
>    Affects Versions: 10.3.1.1, 10.4.0.0
>         Environment: OS: Win XP, Win 2003, Win Vista
> VM: Sun JVM 1.4, 1.5, 1.6
>            Reporter: Ole Solberg
>            Assignee: Myrna van Lunteren
>            Priority: Minor
>             Fix For: 10.3.1.2, 10.4.0.0
>
>
> See e.g.
> http://dbtg.thresher.com/derby/test/trunk15/jvm1.4/testing/testlog/CYGWIN_NT-5.1_i686-unknown/548421-derbyall_diff.txt
> http://dbtg.thresher.com/derby/test/trunk15/jvm1.5/testing/testlog/CYGWIN_NT-5.1_i686-unknown/548421-derbyall_diff.txt
> http://dbtg.thresher.com/derby/test/Daily/jvm1.5/testing/testlog/w2003/548386-derbyall_diff.txt
> http://dbtg.thresher.com/derby/test/Daily/jvm1.6/testing/testlog/vista/548386-derbyall_diff.txt
> <method>
> derbynet/testconnection.java
> </method>
> <signature>
> 13 del
> < Could not connect to Derby Network Server on host xxxFILTERED_HOSTNAMExxx, port 9393: Connection refused
> 13a13
> > Could not connect to Derby Network Server on host xxxFILTERED_HOSTNAMExxx, port 9393: Connection refused: connect
> 17 del
> < Could not connect to Derby Network Server on host xxxFILTERED_HOSTNAMExxx, port 9393: Connection refused
> 17a17
> > Could not connect to Derby Network Server on host xxxFILTERED_HOSTNAMExxx, port 9393: Connection refused: connect
> Test Failed.
> </signature>

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