Hi

So we had 2 wrongs - the 2nd one is one of mine

davsclaus:~/workspace/camel ((no branch))/$ git bisect bad
166c0be906aec697b6c5e6ef9c756510f64a94a2 is the first bad commit
commit 166c0be906aec697b6c5e6ef9c756510f64a94a2
Author: Claus Ibsen <davscl...@apache.org>
Date:   Fri Mar 27 18:47:35 2015 +0100

    CAMEL-8562: Removing a route - Should check if the route input
endpoint is static and used by other routes

:040000 040000 ab3b0e2392625541afab55c7fe0b953423f6c5f8
437ab32a40308ecd56aff963c5b23969c84cdd9a M camel-core


On Mon, Mar 30, 2015 at 6:59 PM, Claus Ibsen <claus.ib...@gmail.com> wrote:
> Hi
>
> Yeah so git bisect tells us. But it seems that since this commit some
> other commits have further added failing unit tests. The last couple
> of bad reports from bisect was only 1 unit test failing. In the start
> there was about 6-10 failing lists.
>
>
> davsclaus:~/workspace/camel ((no branch))/$ git bisect good
> 2fa60111add917affc161570892efda4a763f56a is the first bad commit
> commit 2fa60111add917affc161570892efda4a763f56a
> Author: Henryk Konsek <hekon...@gmail.com>
> Date:   Thu Mar 26 08:57:05 2015 +0100
>
>     [CAMEL-8554] Jackons component now provides map => pojo fallback 
> converter.
>
> :040000 040000 8c2d68075ed773a8a6c42d5ac49da4e69e0c7e99
> f093b17b9003fb43d98c88a783fc3e97ad216345 M components
> davsclaus:~/workspace/camel ((no branch))/$
>
>
>
>
> On Mon, Mar 30, 2015 at 3:19 PM, Claus Ibsen <claus.ib...@gmail.com> wrote:
>> Hi
>>
>> I will try to track down where it broke using git bisect.
>>
>> On Mon, Mar 30, 2015 at 3:16 PM, Claus Ibsen <claus.ib...@gmail.com> wrote:
>>> Hi
>>>
>>> I dont think its the jackson type converter. The test still fails if I
>>> removed the converter
>>>
>>> Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 1.431
>>> sec <<< FAILURE! - in
>>> org.apache.camel.component.jetty.HttpBasicAuthComponentConfiguredTest
>>> testHttpBasicAuth(org.apache.camel.component.jetty.HttpBasicAuthComponentConfiguredTest)
>>>  Time elapsed: 1.183 sec  <<< ERROR!
>>> org.apache.camel.CamelExecutionException: Exception occurred during
>>> execution on the exchange: Exchange[Message: Hello World]
>>>
>>>
>>> It must be something else, the last good full test was from 24 march
>>> on the CI servers
>>> https://builds.apache.org/view/All/job/Camel.trunk.fulltest/2232/
>>>
>>> On Sat, Mar 28, 2015 at 3:10 AM, Willem Jiang <willem.ji...@gmail.com> 
>>> wrote:
>>>> Hi Claus,
>>>>
>>>> Thanks for the reminding.
>>>>
>>>> The Jetty unit test error is caused by the CAMEL-8554[1], the new added 
>>>> fallback converter just  hijacks the default fallback converter of 
>>>> toString.  As it is not part of Camel 2.15.x, I will do the cut shortly, 
>>>> at the meantime I will try to find a way to fix the issue.
>>>>
>>>>
>>>> --
>>>> Willem Jiang
>>>>
>>>> Red Hat, Inc.
>>>> Web: http://www.redhat.com
>>>> Blog: http://willemjiang.blogspot.com (English)
>>>> http://jnn.iteye.com (Chinese)
>>>> Twitter: willemjiang
>>>> Weibo: 姜宁willem
>>>>
>>>>
>>>>
>>>> On March 28, 2015 at 4:19:21 AM, Claus Ibsen (claus.ib...@gmail.com) wrote:
>>>>> Hi Willem
>>>>>
>>>>> I see some unit test errors in camel-jetty8 and camel-jetty9 on master
>>>>> branch. I am not sure if its my current code working on CAMEL-8562, or
>>>>> maybe another recent change. For example that commons-codec upgrade?
>>>>>
>>>>> Just a caution to check the CI servers and/or test the 2.15.x branch
>>>>> that these works for you.
>>>>>
>>>>> On Fri, Mar 27, 2015 at 8:07 AM, Willem Jiang wrote:
>>>>> > Yeah, I did some tests and dry run, everything looks good.
>>>>> > I will cut Camel 2.15.1 tomorrow morning, please let me know if you 
>>>>> > have any last min change.
>>>>> >
>>>>> > --
>>>>> > Willem Jiang
>>>>> >
>>>>> > Red Hat, Inc.
>>>>> > Web: http://www.redhat.com
>>>>> > Blog: http://willemjiang.blogspot.com (English)
>>>>> > http://jnn.iteye.com (Chinese)
>>>>> > Twitter: willemjiang
>>>>> > Weibo: 姜宁willem
>>>>> >
>>>>> >
>>>>> >
>>>>> > On March 27, 2015 at 1:55:50 PM, Claus Ibsen (claus.ib...@gmail.com) 
>>>>> > wrote:
>>>>> >> Hi
>>>>> >>
>>>>> >> The branch looks good.
>>>>> >>
>>>>> >> The CI server is success for last build.
>>>>> >> https://builds.apache.org/view/All/job/Camel.2.15.x.fulltest/
>>>>> >>
>>>>> >> There is one more thing left to do on CAMEL-8558 which I just
>>>>> >> realized. To have better human friendly names for languages, data
>>>>> >> formats, as well. So I will get this sorted now this morning.
>>>>> >>
>>>>> >>
>>>>> >> On Tue, Mar 24, 2015 at 3:33 AM, Willem Jiang wrote:
>>>>> >> > I can do the release this week end if the branch is ready.
>>>>> >> >
>>>>> >> > --
>>>>> >> > Willem Jiang
>>>>> >> >
>>>>> >> > Red Hat, Inc.
>>>>> >> > Web: http://www.redhat.com
>>>>> >> > Blog: http://willemjiang.blogspot.com (English)
>>>>> >> > http://jnn.iteye.com (Chinese)
>>>>> >> > Twitter: willemjiang
>>>>> >> > Weibo: 姜宁willem
>>>>> >> >
>>>>> >> >
>>>>> >> >
>>>>> >> > On March 24, 2015 at 12:48:23 AM, Claus Ibsen 
>>>>> >> > (claus.ib...@gmail.com) wrote:
>>>>> >> >> Hi
>>>>> >> >>
>>>>> >> >> So we have about 40-50 tickets resolved since the 2.15.0 release.
>>>>> >> >> Thanks for the feedback.
>>>>> >> >>
>>>>> >> >> The issue with installing Camel in Karaf has been fixed, and 
>>>>> >> >> therefore
>>>>> >> >> we want to release a patch release, so people can start enjoy Camel 
>>>>> >> >> on
>>>>> >> >> Karaf/ServiceMix.
>>>>> >> >>
>>>>> >> >> Also for the ServiceMix team to be able to do a release with Camel
>>>>> >> >> 2.15.x out of the box.
>>>>> >> >>
>>>>> >> >>
>>>>> >> >> Willem do you have time to work on this release?
>>>>> >> >>
>>>>> >> >>
>>>>> >> >> --
>>>>> >> >> Claus Ibsen
>>>>> >> >> -----------------
>>>>> >> >> Red Hat, Inc.
>>>>> >> >> Email: cib...@redhat.com
>>>>> >> >> Twitter: davsclaus
>>>>> >> >> Blog: http://davsclaus.com
>>>>> >> >> Author of Camel in Action: http://www.manning.com/ibsen
>>>>> >> >> hawtio: http://hawt.io/
>>>>> >> >> fabric8: http://fabric8.io/
>>>>> >> >>
>>>>> >> >
>>>>> >>
>>>>> >>
>>>>> >>
>>>>> >> --
>>>>> >> Claus Ibsen
>>>>> >> -----------------
>>>>> >> Red Hat, Inc.
>>>>> >> Email: cib...@redhat.com
>>>>> >> Twitter: davsclaus
>>>>> >> Blog: http://davsclaus.com
>>>>> >> Author of Camel in Action: http://www.manning.com/ibsen
>>>>> >> hawtio: http://hawt.io/
>>>>> >> fabric8: http://fabric8.io/
>>>>> >>
>>>>> >
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Claus Ibsen
>>>>> -----------------
>>>>> Red Hat, Inc.
>>>>> Email: cib...@redhat.com
>>>>> Twitter: davsclaus
>>>>> Blog: http://davsclaus.com
>>>>> Author of Camel in Action: http://www.manning.com/ibsen
>>>>> hawtio: http://hawt.io/
>>>>> fabric8: http://fabric8.io/
>>>>>
>>>>
>>>
>>>
>>>
>>> --
>>> Claus Ibsen
>>> -----------------
>>> Red Hat, Inc.
>>> Email: cib...@redhat.com
>>> Twitter: davsclaus
>>> Blog: http://davsclaus.com
>>> Author of Camel in Action: http://www.manning.com/ibsen
>>> hawtio: http://hawt.io/
>>> fabric8: http://fabric8.io/
>>
>>
>>
>> --
>> Claus Ibsen
>> -----------------
>> Red Hat, Inc.
>> Email: cib...@redhat.com
>> Twitter: davsclaus
>> Blog: http://davsclaus.com
>> Author of Camel in Action: http://www.manning.com/ibsen
>> hawtio: http://hawt.io/
>> fabric8: http://fabric8.io/
>
>
>
> --
> Claus Ibsen
> -----------------
> Red Hat, Inc.
> Email: cib...@redhat.com
> Twitter: davsclaus
> Blog: http://davsclaus.com
> Author of Camel in Action: http://www.manning.com/ibsen
> hawtio: http://hawt.io/
> fabric8: http://fabric8.io/



-- 
Claus Ibsen
-----------------
Red Hat, Inc.
Email: cib...@redhat.com
Twitter: davsclaus
Blog: http://davsclaus.com
Author of Camel in Action: http://www.manning.com/ibsen
hawtio: http://hawt.io/
fabric8: http://fabric8.io/

Reply via email to