You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Hadrian Zbarcea (JIRA)" <ji...@apache.org> on 2010/12/08 17:44:00 UTC

[jira] Created: (CAMEL-3411) Consolidate and remove duplicated tests

Consolidate and remove duplicated tests
---------------------------------------

                 Key: CAMEL-3411
                 URL: https://issues.apache.org/jira/browse/CAMEL-3411
             Project: Camel
          Issue Type: Task
    Affects Versions: 2.5.0
            Reporter: Hadrian Zbarcea


There is a lot of unit test overlap and duplicated tests. Consolidating them would reduce the number of files, sizes of jars and more importantly reduce testing time.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (CAMEL-3411) Consolidate and remove duplicated tests

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

Claus Ibsen resolved CAMEL-3411.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 2.6.0
         Assignee: Claus Ibsen

> Consolidate and remove duplicated tests
> ---------------------------------------
>
>                 Key: CAMEL-3411
>                 URL: https://issues.apache.org/jira/browse/CAMEL-3411
>             Project: Camel
>          Issue Type: Task
>    Affects Versions: 2.5.0
>            Reporter: Hadrian Zbarcea
>            Assignee: Claus Ibsen
>             Fix For: 2.6.0
>
>
> There is a lot of unit test overlap and duplicated tests. Consolidating them would reduce the number of files, sizes of jars and more importantly reduce testing time.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CAMEL-3411) Consolidate and remove duplicated tests

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CAMEL-3411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12969679#action_12969679 ] 

Claus Ibsen commented on CAMEL-3411:
------------------------------------

I have cut down tests times 2-3 min on camel-core by using NotifyBuilder and reducing wait times in other tests.

> Consolidate and remove duplicated tests
> ---------------------------------------
>
>                 Key: CAMEL-3411
>                 URL: https://issues.apache.org/jira/browse/CAMEL-3411
>             Project: Camel
>          Issue Type: Task
>    Affects Versions: 2.5.0
>            Reporter: Hadrian Zbarcea
>
> There is a lot of unit test overlap and duplicated tests. Consolidating them would reduce the number of files, sizes of jars and more importantly reduce testing time.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CAMEL-3411) Consolidate and remove duplicated tests

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CAMEL-3411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12969372#action_12969372 ] 

Claus Ibsen commented on CAMEL-3411:
------------------------------------

Which duplicated test? Can you give some examples?


> Consolidate and remove duplicated tests
> ---------------------------------------
>
>                 Key: CAMEL-3411
>                 URL: https://issues.apache.org/jira/browse/CAMEL-3411
>             Project: Camel
>          Issue Type: Task
>    Affects Versions: 2.5.0
>            Reporter: Hadrian Zbarcea
>
> There is a lot of unit test overlap and duplicated tests. Consolidating them would reduce the number of files, sizes of jars and more importantly reduce testing time.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CAMEL-3411) Consolidate and remove duplicated tests

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CAMEL-3411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12969380#action_12969380 ] 

Claus Ibsen commented on CAMEL-3411:
------------------------------------

I think if we should cut down testing times we should look for tests which has Thread.sleep() and replace that with NotifyBuilder which can be used to "wake up" when a condition is meet. NotifyBuilder is a fairly new feature and thus wasn't avail at that time, so we most likely just used Thread.sleep.



> Consolidate and remove duplicated tests
> ---------------------------------------
>
>                 Key: CAMEL-3411
>                 URL: https://issues.apache.org/jira/browse/CAMEL-3411
>             Project: Camel
>          Issue Type: Task
>    Affects Versions: 2.5.0
>            Reporter: Hadrian Zbarcea
>
> There is a lot of unit test overlap and duplicated tests. Consolidating them would reduce the number of files, sizes of jars and more importantly reduce testing time.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.