Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ecf-dev] problem with testing httpclient provider


included, the tests pass though. Is there any reason not so include the
fragment in the httpclient.feature?

This is an interesting question.   o.e.e.ssl typically will come from eclipse/ecf core...but typically all of provider will also.  

I'm not certain of which installation use cases will work or fail here...eg for server installation, etc.  I'll do some experimentation when I can.

For the build/tests though...this is fine...thanks.

Scott
Sent from my Samsung Epicâ„¢ 4G Touch.  Please excuse my brevity.



-------- Original message --------
Subject: Re: [ecf-dev] problem with testing httpclient provider
From: Markus Alexander Kuppe <ecf-dev_eclipse.org@xxxxxxxxxxx>
To: "Eclipse Communication Framework (ECF) developer mailing list." <ecf-dev@xxxxxxxxxxx>
CC:


On 05/13/2012 06:57 AM, Scott Lewis wrote:
> Hi Folks,
>
> I've figured out what's wrong with test failures on the httpclient
> filetransfer build/automated tests. The problem is that the ssl tests
> are failing to connect.  Why are they failing to connect you say?
> That's because they the socket factory can't be created.  Why can't the
> socket factory be created?  That's because the
> org.eclipse.ecf.provider.httpclient.ssl fragment depends upon a service
> that is registered by the org.eclipse.ecf.ssl fragment.  Now, the
> o.e.e.provider.httpclient.ssl fragment is built by the
> httpclient.feature...but the org.eclipse.ecf.ssl fragment is built as
> part of the ecf core...not part of httpclient.
>
> For reasons unclear to me the org.eclipse.ecf.ssl fragment is *not*
> included in the test runtime for the httpclient feature tests.   There
> is no direct dependency on it, but it does need to be present in the
> test environment for the httpclient ssl tests to succeed.  Is there an
> easy way to make sure that the org.eclipse.ecf.ssl fragment (from the
> target platform) is included in the test runtime?

Hi Scott,

o.e.e.filetransfer.httpclient.feature contrary to filetransfer.feature
misses to include the org.eclipse.ecf.ssl fragment. With o.e.e.ssl
included, the tests pass though. Is there any reason not so include the
fragment in the httpclient.feature?

Markus

P.S.: I moved the httpclient.feature to releng/features in the git repo.
_______________________________________________
ecf-dev mailing list
ecf-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ecf-dev

Back to the top