[jira] [Commented] (CAMEL-7469) Make CamelBlueprintTestSupport tests more predictable
[ https://issues.apache.org/jira/browse/CAMEL-7469?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16884209#comment-16884209 ] Jan Bednar commented on CAMEL-7469: --- Hello [~arun12376]. Camel 2.17 is EOL and no more fixes will be released on 2.17 branch. You can try to find some help on [https://camel.apache.org/mailing-lists.html] or [https://stackoverflow.com|https://stackoverflow.com/]. Please post concrete problem with all relevant details, instead of "me too" as you did in this comment. > Make CamelBlueprintTestSupport tests more predictable > - > > Key: CAMEL-7469 > URL: https://issues.apache.org/jira/browse/CAMEL-7469 > Project: Camel > Issue Type: Improvement > Components: camel-blueprint >Affects Versions: 2.13.1 >Reporter: Grzegorz Grzybek >Assignee: Grzegorz Grzybek >Priority: Major > Fix For: 2.12.4, 2.13.2, 2.14.0 > > > Currently the tests which override > {{org.apache.camel.test.blueprint.CamelBlueprintTestSupport#useOverridePropertiesWithConfigAdmin}} > or > {{org.apache.camel.test.blueprint.CamelBlueprintTestSupport#loadConfigAdminConfigurationFile}} > have race issue, because changing configuration leads to reload of Blueprint > Container. -- This message was sent by Atlassian JIRA (v7.6.14#76016)
[jira] [Commented] (CAMEL-7469) Make CamelBlueprintTestSupport tests more predictable
[ https://issues.apache.org/jira/browse/CAMEL-7469?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16884146#comment-16884146 ] Arun Kumar commented on CAMEL-7469: --- I am using camel 2.17.0 but still having below error while running Junit using CamelBlueprintTestSupport even not overriding any config method. "java.lang.RuntimeException: Gave up waiting for service (objectClass=org.apache.camel.CamelContext)" > Make CamelBlueprintTestSupport tests more predictable > - > > Key: CAMEL-7469 > URL: https://issues.apache.org/jira/browse/CAMEL-7469 > Project: Camel > Issue Type: Improvement > Components: camel-blueprint >Affects Versions: 2.13.1 >Reporter: Grzegorz Grzybek >Assignee: Grzegorz Grzybek >Priority: Major > Fix For: 2.12.4, 2.13.2, 2.14.0 > > > Currently the tests which override > {{org.apache.camel.test.blueprint.CamelBlueprintTestSupport#useOverridePropertiesWithConfigAdmin}} > or > {{org.apache.camel.test.blueprint.CamelBlueprintTestSupport#loadConfigAdminConfigurationFile}} > have race issue, because changing configuration leads to reload of Blueprint > Container. -- This message was sent by Atlassian JIRA (v7.6.14#76016)
[jira] [Commented] (CAMEL-7469) Make CamelBlueprintTestSupport tests more predictable
[ https://issues.apache.org/jira/browse/CAMEL-7469?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14011090#comment-14011090 ] ASF GitHub Bot commented on CAMEL-7469: --- Github user asfgit closed the pull request at: https://github.com/apache/camel/pull/165 > Make CamelBlueprintTestSupport tests more predictable > - > > Key: CAMEL-7469 > URL: https://issues.apache.org/jira/browse/CAMEL-7469 > Project: Camel > Issue Type: Improvement > Components: camel-blueprint >Affects Versions: 2.13.1 >Reporter: Grzegorz Grzybek >Assignee: Grzegorz Grzybek > Fix For: 2.14.0 > > > Currently the tests which override > {{org.apache.camel.test.blueprint.CamelBlueprintTestSupport#useOverridePropertiesWithConfigAdmin}} > or > {{org.apache.camel.test.blueprint.CamelBlueprintTestSupport#loadConfigAdminConfigurationFile}} > have race issue, because changing configuration leads to reload of Blueprint > Container. -- This message was sent by Atlassian JIRA (v6.2#6252)
[jira] [Commented] (CAMEL-7469) Make CamelBlueprintTestSupport tests more predictable
[ https://issues.apache.org/jira/browse/CAMEL-7469?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14011054#comment-14011054 ] ASF GitHub Bot commented on CAMEL-7469: --- GitHub user grgrzybek opened a pull request: https://github.com/apache/camel/pull/165 [CAMEL-7469] adding some synchronization for BP container and config admin I checked 200 runs of the same test - all have passed! You can merge this pull request into a Git repository by running: $ git pull https://github.com/grgrzybek/camel CAMEL-7469 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/camel/pull/165.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #165 commit e21a6930a3da4c2698d2c1acfca1c4c8401c97dd Author: Grzegorz Grzybek Date: 2014-05-28T12:41:05Z [CAMEL-7469] adding some synchronization for BP container and config admin updates > Make CamelBlueprintTestSupport tests more predictable > - > > Key: CAMEL-7469 > URL: https://issues.apache.org/jira/browse/CAMEL-7469 > Project: Camel > Issue Type: Improvement > Components: camel-blueprint >Affects Versions: 2.13.1 >Reporter: Grzegorz Grzybek >Assignee: Grzegorz Grzybek > Fix For: 2.14.0 > > > Currently the tests which override > {{org.apache.camel.test.blueprint.CamelBlueprintTestSupport#useOverridePropertiesWithConfigAdmin}} > or > {{org.apache.camel.test.blueprint.CamelBlueprintTestSupport#loadConfigAdminConfigurationFile}} > have race issue, because changing configuration leads to reload of Blueprint > Container. -- This message was sent by Atlassian JIRA (v6.2#6252)