You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org> on 2011/06/10 18:28:58 UTC

[jira] [Created] (CAMEL-4084) Unit tests fail on AIX

Unit tests fail on AIX
----------------------

                 Key: CAMEL-4084
                 URL: https://issues.apache.org/jira/browse/CAMEL-4084
             Project: Camel
          Issue Type: Bug
          Components: camel-core
    Affects Versions: 2.8.0
         Environment: IBM pSeries 550 (PowerPC)
AIX 5.3
Maven 3.0.3
JDK IBM 1.6.0 64 bits
            Reporter: Jean-Baptiste Onofré
            Assignee: Jean-Baptiste Onofré
         Attachments: org.apache.camel.util.jsse.SSLContextParametersTest.txt

The following unit tests fail on AIX:

Failed tests: 
  testClientParameters(org.apache.camel.util.jsse.SSLContextParametersTest)
  testCipherSuitesFilter(org.apache.camel.util.jsse.SSLContextParametersTest)
  testSecureSocketProtocols(org.apache.camel.util.jsse.SSLContextParametersTest)
  testSecureSocketProtocolsFilter(org.apache.camel.util.jsse.SSLContextParametersTest)

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (CAMEL-4084) Unit tests fail on AIX

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

Daniel Kulp updated CAMEL-4084:
-------------------------------

    Attachment: CAMEL-4084b.txt

New version of the patch.  This get the tests for all the components passing.

Hadoop doesn't support IBM JDK so all tests are disabled on IBM there.

IBM JDK doesn't have the 3deswrap algorithm build in which is the "default" for the xmlsec component.   Thus, SOME tests are disabled if no 3deswrap cipher is found.  We could change the default algorithm, but disabling the tests seemed better.





> Unit tests fail on AIX
> ----------------------
>
>                 Key: CAMEL-4084
>                 URL: https://issues.apache.org/jira/browse/CAMEL-4084
>             Project: Camel
>          Issue Type: Test
>          Components: camel-core
>    Affects Versions: 2.8.0
>         Environment: IBM pSeries 550 (PowerPC)
> AIX 5.3
> Maven 3.0.3
> JDK IBM 1.6.0 64 bits
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Daniel Kulp
>            Priority: Minor
>         Attachments: CAMEL-4084.txt, CAMEL-4084b.txt, org.apache.camel.util.jsse.SSLContextParametersTest.txt
>
>
> The following unit tests fail on AIX:
> Failed tests: 
>   testClientParameters(org.apache.camel.util.jsse.SSLContextParametersTest)
>   testCipherSuitesFilter(org.apache.camel.util.jsse.SSLContextParametersTest)
>   testSecureSocketProtocols(org.apache.camel.util.jsse.SSLContextParametersTest)
>   testSecureSocketProtocolsFilter(org.apache.camel.util.jsse.SSLContextParametersTest)

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Updated] (CAMEL-4084) Unit tests fail on AIX

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

Claus Ibsen updated CAMEL-4084:
-------------------------------

      Priority: Minor  (was: Major)
    Issue Type: Test  (was: Bug)

> Unit tests fail on AIX
> ----------------------
>
>                 Key: CAMEL-4084
>                 URL: https://issues.apache.org/jira/browse/CAMEL-4084
>             Project: Camel
>          Issue Type: Test
>          Components: camel-core
>    Affects Versions: 2.8.0
>         Environment: IBM pSeries 550 (PowerPC)
> AIX 5.3
> Maven 3.0.3
> JDK IBM 1.6.0 64 bits
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Jean-Baptiste Onofré
>            Priority: Minor
>         Attachments: org.apache.camel.util.jsse.SSLContextParametersTest.txt
>
>
> The following unit tests fail on AIX:
> Failed tests: 
>   testClientParameters(org.apache.camel.util.jsse.SSLContextParametersTest)
>   testCipherSuitesFilter(org.apache.camel.util.jsse.SSLContextParametersTest)
>   testSecureSocketProtocols(org.apache.camel.util.jsse.SSLContextParametersTest)
>   testSecureSocketProtocolsFilter(org.apache.camel.util.jsse.SSLContextParametersTest)

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (CAMEL-4084) Unit tests fail on AIX

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

Daniel Kulp updated CAMEL-4084:
-------------------------------

    Attachment: CAMEL-4084.txt


The IBM jdk default SSLContext doesn't support some of the older and relatively insecure SSL protocols.   If you want them, you have to explicitly configure them in.   I've updated the test to take that into account.   Also, similar failures in https4.

> Unit tests fail on AIX
> ----------------------
>
>                 Key: CAMEL-4084
>                 URL: https://issues.apache.org/jira/browse/CAMEL-4084
>             Project: Camel
>          Issue Type: Test
>          Components: camel-core
>    Affects Versions: 2.8.0
>         Environment: IBM pSeries 550 (PowerPC)
> AIX 5.3
> Maven 3.0.3
> JDK IBM 1.6.0 64 bits
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Daniel Kulp
>            Priority: Minor
>         Attachments: CAMEL-4084.txt, org.apache.camel.util.jsse.SSLContextParametersTest.txt
>
>
> The following unit tests fail on AIX:
> Failed tests: 
>   testClientParameters(org.apache.camel.util.jsse.SSLContextParametersTest)
>   testCipherSuitesFilter(org.apache.camel.util.jsse.SSLContextParametersTest)
>   testSecureSocketProtocols(org.apache.camel.util.jsse.SSLContextParametersTest)
>   testSecureSocketProtocolsFilter(org.apache.camel.util.jsse.SSLContextParametersTest)

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Updated] (CAMEL-4084) Unit tests fail on AIX

Posted by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CAMEL-4084?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Baptiste Onofré updated CAMEL-4084:
----------------------------------------

    Attachment: org.apache.camel.util.jsse.SSLContextParametersTest.txt

Surefire report.

> Unit tests fail on AIX
> ----------------------
>
>                 Key: CAMEL-4084
>                 URL: https://issues.apache.org/jira/browse/CAMEL-4084
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-core
>    Affects Versions: 2.8.0
>         Environment: IBM pSeries 550 (PowerPC)
> AIX 5.3
> Maven 3.0.3
> JDK IBM 1.6.0 64 bits
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Jean-Baptiste Onofré
>         Attachments: org.apache.camel.util.jsse.SSLContextParametersTest.txt
>
>
> The following unit tests fail on AIX:
> Failed tests: 
>   testClientParameters(org.apache.camel.util.jsse.SSLContextParametersTest)
>   testCipherSuitesFilter(org.apache.camel.util.jsse.SSLContextParametersTest)
>   testSecureSocketProtocols(org.apache.camel.util.jsse.SSLContextParametersTest)
>   testSecureSocketProtocolsFilter(org.apache.camel.util.jsse.SSLContextParametersTest)

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Resolved] (CAMEL-4084) Unit tests fail on AIX

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

Hadrian Zbarcea resolved CAMEL-4084.
------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.8.0

Patch applied with thanks to Dan Kulp.

> Unit tests fail on AIX
> ----------------------
>
>                 Key: CAMEL-4084
>                 URL: https://issues.apache.org/jira/browse/CAMEL-4084
>             Project: Camel
>          Issue Type: Test
>          Components: camel-core
>    Affects Versions: 2.8.0
>         Environment: IBM pSeries 550 (PowerPC)
> AIX 5.3
> Maven 3.0.3
> JDK IBM 1.6.0 64 bits
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Daniel Kulp
>            Priority: Minor
>             Fix For: 2.8.0
>
>         Attachments: CAMEL-4084.txt, CAMEL-4084b.txt, org.apache.camel.util.jsse.SSLContextParametersTest.txt
>
>
> The following unit tests fail on AIX:
> Failed tests: 
>   testClientParameters(org.apache.camel.util.jsse.SSLContextParametersTest)
>   testCipherSuitesFilter(org.apache.camel.util.jsse.SSLContextParametersTest)
>   testSecureSocketProtocols(org.apache.camel.util.jsse.SSLContextParametersTest)
>   testSecureSocketProtocolsFilter(org.apache.camel.util.jsse.SSLContextParametersTest)

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Assigned] (CAMEL-4084) Unit tests fail on AIX

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

Daniel Kulp reassigned CAMEL-4084:
----------------------------------

    Assignee: Daniel Kulp  (was: Jean-Baptiste Onofré)

> Unit tests fail on AIX
> ----------------------
>
>                 Key: CAMEL-4084
>                 URL: https://issues.apache.org/jira/browse/CAMEL-4084
>             Project: Camel
>          Issue Type: Test
>          Components: camel-core
>    Affects Versions: 2.8.0
>         Environment: IBM pSeries 550 (PowerPC)
> AIX 5.3
> Maven 3.0.3
> JDK IBM 1.6.0 64 bits
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Daniel Kulp
>            Priority: Minor
>         Attachments: org.apache.camel.util.jsse.SSLContextParametersTest.txt
>
>
> The following unit tests fail on AIX:
> Failed tests: 
>   testClientParameters(org.apache.camel.util.jsse.SSLContextParametersTest)
>   testCipherSuitesFilter(org.apache.camel.util.jsse.SSLContextParametersTest)
>   testSecureSocketProtocols(org.apache.camel.util.jsse.SSLContextParametersTest)
>   testSecureSocketProtocolsFilter(org.apache.camel.util.jsse.SSLContextParametersTest)

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira