You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by Claus Ibsen <cl...@gmail.com> on 2017/02/01 14:24:48 UTC

Re: [2/2] camel git commit: Upgrade Http Core to version 4.4.6

I get unit test error today on camel-http4. I wonder if its the upgrade?


Failed tests:
org.apache.camel.component.http4.HttpMethodsTest.httpPatch(org.apache.camel.component.http4.HttpMethodsTest)
  Run 1: HttpMethodsTest.httpPatch:99->Assert.assertEquals:144->Assert.assertEquals:118->Assert.failNotEquals:834->Assert.fail:88
expected:<501> but was:<200>
  Run 2: HttpMethodsTest.httpPatch:99->Assert.assertEquals:144->Assert.assertEquals:118->Assert.failNotEquals:834->Assert.fail:88
expected:<501> but was:<200>
  Run 3: HttpMethodsTest.httpPatch:99->Assert.assertEquals:144->Assert.assertEquals:118->Assert.failNotEquals:834->Assert.fail:88
expected:<501> but was:<200>

org.apache.camel.component.http4.HttpProducerContentTypeTest.testContentTypeWithBoundary(org.apache.camel.component.http4.HttpProducerContentTypeTest)
  Run 1: HttpProducerContentTypeTest.testContentTypeWithBoundary:91->Assert.assertFalse:64->Assert.assertTrue:41->Assert.fail:88
Should not fail
  Run 2: HttpProducerContentTypeTest.testContentTypeWithBoundary:91->Assert.assertFalse:64->Assert.assertTrue:41->Assert.fail:88
Should not fail
  Run 3: HttpProducerContentTypeTest.testContentTypeWithBoundary:91->Assert.assertFalse:64->Assert.assertTrue:41->Assert.fail:88
Should not fail

org.apache.camel.component.http4.HttpProducerContentTypeTest.testContentTypeWithBoundaryWithIgnoreResponseBody(org.apache.camel.component.http4.HttpProducerContentTypeTest)
  Run 1: HttpProducerContentTypeTest.testContentTypeWithBoundaryWithIgnoreResponseBody:109->Assert.assertFalse:64->Assert.assertTrue:41->Assert.fail:88
Should not fail
  Run 2: HttpProducerContentTypeTest.testContentTypeWithBoundaryWithIgnoreResponseBody:109->Assert.assertFalse:64->Assert.assertTrue:41->Assert.fail:88
Should not fail
  Run 3: HttpProducerContentTypeTest.testContentTypeWithBoundaryWithIgnoreResponseBody:109->Assert.assertFalse:64->Assert.assertTrue:41->Assert.fail:88
Should not fail



On Wed, Feb 1, 2017 at 12:45 PM,  <ac...@apache.org> wrote:
> Upgrade Http Core to version 4.4.6
>
>
> Project: http://git-wip-us.apache.org/repos/asf/camel/repo
> Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/018bef8a
> Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/018bef8a
> Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/018bef8a
>
> Branch: refs/heads/master
> Commit: 018bef8a193864beb87a7b404129a744c07841b0
> Parents: 2de6d90
> Author: Andrea Cosentino <an...@gmail.com>
> Authored: Wed Feb 1 11:55:56 2017 +0100
> Committer: Andrea Cosentino <an...@gmail.com>
> Committed: Wed Feb 1 12:45:20 2017 +0100
>
> ----------------------------------------------------------------------
>  parent/pom.xml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> ----------------------------------------------------------------------
>
>
> http://git-wip-us.apache.org/repos/asf/camel/blob/018bef8a/parent/pom.xml
> ----------------------------------------------------------------------
> diff --git a/parent/pom.xml b/parent/pom.xml
> index 32d1fb0..7b66736 100644
> --- a/parent/pom.xml
> +++ b/parent/pom.xml
> @@ -259,7 +259,7 @@
>      <htmlunit-bundle-version>2.23_1</htmlunit-bundle-version>
>      <htrace-version>3.1.0-incubating</htrace-version>
>      <httpunit-version>1.7</httpunit-version>
> -    <httpcore4-version>4.4.4</httpcore4-version>
> +    <httpcore4-version>4.4.6</httpcore4-version>
>      <httpclient4-version>4.5.3</httpclient4-version>
>      <httpasyncclient-version>4.1.2</httpasyncclient-version>
>      <httpclient-version>3.1</httpclient-version>
>



-- 
Claus Ibsen
-----------------
http://davsclaus.com @davsclaus
Camel in Action 2: https://www.manning.com/ibsen2

Re: [2/2] camel git commit: Upgrade Http Core to version 4.4.6

Posted by Andrea Cosentino <an...@yahoo.com.INVALID>.
Fixed.
--
Andrea Cosentino 
----------------------------------
Apache Camel PMC Member
Apache Karaf Committer
Apache Servicemix Committer
Email: ancosen1985@yahoo.com
Twitter: @oscerd2
Github: oscerd



On Wednesday, February 1, 2017 3:27 PM, Andrea Cosentino <an...@yahoo.com.INVALID> wrote:
Maybe, let me check. 
--
Andrea Cosentino 
----------------------------------
Apache Camel PMC Member
Apache Karaf Committer
Apache Servicemix Committer
Email: ancosen1985@yahoo.com
Twitter: @oscerd2
Github: oscerd




On Wednesday, February 1, 2017 3:25 PM, Claus Ibsen <cl...@gmail.com> wrote:
I get unit test error today on camel-http4. I wonder if its the upgrade?


Failed tests:
org.apache.camel.component.http4.HttpMethodsTest.httpPatch(org.apache.camel.component.http4.HttpMethodsTest)
  Run 1: HttpMethodsTest.httpPatch:99->Assert.assertEquals:144->Assert.assertEquals:118->Assert.failNotEquals:834->Assert.fail:88
expected:<501> but was:<200>
  Run 2: HttpMethodsTest.httpPatch:99->Assert.assertEquals:144->Assert.assertEquals:118->Assert.failNotEquals:834->Assert.fail:88
expected:<501> but was:<200>
  Run 3: HttpMethodsTest.httpPatch:99->Assert.assertEquals:144->Assert.assertEquals:118->Assert.failNotEquals:834->Assert.fail:88
expected:<501> but was:<200>

org.apache.camel.component.http4.HttpProducerContentTypeTest.testContentTypeWithBoundary(org.apache.camel.component.http4.HttpProducerContentTypeTest)
  Run 1: HttpProducerContentTypeTest.testContentTypeWithBoundary:91->Assert.assertFalse:64->Assert.assertTrue:41->Assert.fail:88
Should not fail
  Run 2: HttpProducerContentTypeTest.testContentTypeWithBoundary:91->Assert.assertFalse:64->Assert.assertTrue:41->Assert.fail:88
Should not fail
  Run 3: HttpProducerContentTypeTest.testContentTypeWithBoundary:91->Assert.assertFalse:64->Assert.assertTrue:41->Assert.fail:88
Should not fail

org.apache.camel.component.http4.HttpProducerContentTypeTest.testContentTypeWithBoundaryWithIgnoreResponseBody(org.apache.camel.component.http4.HttpProducerContentTypeTest)
  Run 1: HttpProducerContentTypeTest.testContentTypeWithBoundaryWithIgnoreResponseBody:109->Assert.assertFalse:64->Assert.assertTrue:41->Assert.fail:88
Should not fail
  Run 2: HttpProducerContentTypeTest.testContentTypeWithBoundaryWithIgnoreResponseBody:109->Assert.assertFalse:64->Assert.assertTrue:41->Assert.fail:88
Should not fail
  Run 3: HttpProducerContentTypeTest.testContentTypeWithBoundaryWithIgnoreResponseBody:109->Assert.assertFalse:64->Assert.assertTrue:41->Assert.fail:88
Should not fail




On Wed, Feb 1, 2017 at 12:45 PM,  <ac...@apache.org> wrote:
> Upgrade Http Core to version 4.4.6
>
>
> Project: http://git-wip-us.apache.org/repos/asf/camel/repo
> Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/018bef8a
> Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/018bef8a
> Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/018bef8a
>
> Branch: refs/heads/master
> Commit: 018bef8a193864beb87a7b404129a744c07841b0
> Parents: 2de6d90
> Author: Andrea Cosentino <an...@gmail.com>
> Authored: Wed Feb 1 11:55:56 2017 +0100
> Committer: Andrea Cosentino <an...@gmail.com>
> Committed: Wed Feb 1 12:45:20 2017 +0100
>
> ----------------------------------------------------------------------
>  parent/pom.xml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> ----------------------------------------------------------------------
>
>
> http://git-wip-us.apache.org/repos/asf/camel/blob/018bef8a/parent/pom.xml
> ----------------------------------------------------------------------
> diff --git a/parent/pom.xml b/parent/pom.xml
> index 32d1fb0..7b66736 100644
> --- a/parent/pom.xml
> +++ b/parent/pom.xml
> @@ -259,7 +259,7 @@
>      <htmlunit-bundle-version>2.23_1</htmlunit-bundle-version>
>      <htrace-version>3.1.0-incubating</htrace-version>
>      <httpunit-version>1.7</httpunit-version>
> -    <httpcore4-version>4.4.4</httpcore4-version>
> +    <httpcore4-version>4.4.6</httpcore4-version>
>      <httpclient4-version>4.5.3</httpclient4-version>
>      <httpasyncclient-version>4.1.2</httpasyncclient-version>
>      <httpclient-version>3.1</httpclient-version>
>



-- 
Claus Ibsen
-----------------
http://davsclaus.com @davsclaus
Camel in Action 2: https://www.manning.com/ibsen2

Re: [2/2] camel git commit: Upgrade Http Core to version 4.4.6

Posted by Andrea Cosentino <an...@yahoo.com.INVALID>.
Maybe, let me check. 
 --
Andrea Cosentino 
----------------------------------
Apache Camel PMC Member
Apache Karaf Committer
Apache Servicemix Committer
Email: ancosen1985@yahoo.com
Twitter: @oscerd2
Github: oscerd



On Wednesday, February 1, 2017 3:25 PM, Claus Ibsen <cl...@gmail.com> wrote:
I get unit test error today on camel-http4. I wonder if its the upgrade?


Failed tests:
org.apache.camel.component.http4.HttpMethodsTest.httpPatch(org.apache.camel.component.http4.HttpMethodsTest)
  Run 1: HttpMethodsTest.httpPatch:99->Assert.assertEquals:144->Assert.assertEquals:118->Assert.failNotEquals:834->Assert.fail:88
expected:<501> but was:<200>
  Run 2: HttpMethodsTest.httpPatch:99->Assert.assertEquals:144->Assert.assertEquals:118->Assert.failNotEquals:834->Assert.fail:88
expected:<501> but was:<200>
  Run 3: HttpMethodsTest.httpPatch:99->Assert.assertEquals:144->Assert.assertEquals:118->Assert.failNotEquals:834->Assert.fail:88
expected:<501> but was:<200>

org.apache.camel.component.http4.HttpProducerContentTypeTest.testContentTypeWithBoundary(org.apache.camel.component.http4.HttpProducerContentTypeTest)
  Run 1: HttpProducerContentTypeTest.testContentTypeWithBoundary:91->Assert.assertFalse:64->Assert.assertTrue:41->Assert.fail:88
Should not fail
  Run 2: HttpProducerContentTypeTest.testContentTypeWithBoundary:91->Assert.assertFalse:64->Assert.assertTrue:41->Assert.fail:88
Should not fail
  Run 3: HttpProducerContentTypeTest.testContentTypeWithBoundary:91->Assert.assertFalse:64->Assert.assertTrue:41->Assert.fail:88
Should not fail

org.apache.camel.component.http4.HttpProducerContentTypeTest.testContentTypeWithBoundaryWithIgnoreResponseBody(org.apache.camel.component.http4.HttpProducerContentTypeTest)
  Run 1: HttpProducerContentTypeTest.testContentTypeWithBoundaryWithIgnoreResponseBody:109->Assert.assertFalse:64->Assert.assertTrue:41->Assert.fail:88
Should not fail
  Run 2: HttpProducerContentTypeTest.testContentTypeWithBoundaryWithIgnoreResponseBody:109->Assert.assertFalse:64->Assert.assertTrue:41->Assert.fail:88
Should not fail
  Run 3: HttpProducerContentTypeTest.testContentTypeWithBoundaryWithIgnoreResponseBody:109->Assert.assertFalse:64->Assert.assertTrue:41->Assert.fail:88
Should not fail




On Wed, Feb 1, 2017 at 12:45 PM,  <ac...@apache.org> wrote:
> Upgrade Http Core to version 4.4.6
>
>
> Project: http://git-wip-us.apache.org/repos/asf/camel/repo
> Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/018bef8a
> Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/018bef8a
> Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/018bef8a
>
> Branch: refs/heads/master
> Commit: 018bef8a193864beb87a7b404129a744c07841b0
> Parents: 2de6d90
> Author: Andrea Cosentino <an...@gmail.com>
> Authored: Wed Feb 1 11:55:56 2017 +0100
> Committer: Andrea Cosentino <an...@gmail.com>
> Committed: Wed Feb 1 12:45:20 2017 +0100
>
> ----------------------------------------------------------------------
>  parent/pom.xml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> ----------------------------------------------------------------------
>
>
> http://git-wip-us.apache.org/repos/asf/camel/blob/018bef8a/parent/pom.xml
> ----------------------------------------------------------------------
> diff --git a/parent/pom.xml b/parent/pom.xml
> index 32d1fb0..7b66736 100644
> --- a/parent/pom.xml
> +++ b/parent/pom.xml
> @@ -259,7 +259,7 @@
>      <htmlunit-bundle-version>2.23_1</htmlunit-bundle-version>
>      <htrace-version>3.1.0-incubating</htrace-version>
>      <httpunit-version>1.7</httpunit-version>
> -    <httpcore4-version>4.4.4</httpcore4-version>
> +    <httpcore4-version>4.4.6</httpcore4-version>
>      <httpclient4-version>4.5.3</httpclient4-version>
>      <httpasyncclient-version>4.1.2</httpasyncclient-version>
>      <httpclient-version>3.1</httpclient-version>
>



-- 
Claus Ibsen
-----------------
http://davsclaus.com @davsclaus
Camel in Action 2: https://www.manning.com/ibsen2