You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (Created) (JIRA)" <ji...@apache.org> on 2012/04/17 07:55:22 UTC

[jira] [Created] (CAMEL-5184) Faster testing with seda endpoints by shutting down seda endpoints faster

Faster testing with seda endpoints by shutting down seda endpoints faster
-------------------------------------------------------------------------

                 Key: CAMEL-5184
                 URL: https://issues.apache.org/jira/browse/CAMEL-5184
             Project: Camel
          Issue Type: Improvement
          Components: tests
            Reporter: Claus Ibsen
             Fix For: 2.10.0


When shutting down seda endpoints they take a lille while to shutdown properly.

However during testing we dont need to do that, so we could shortcut this and shutdown faster.
For example the camel-test kit could tweak that. As well in camel-core.

I suspect we can cut down minutes of testing times.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Assigned] (CAMEL-5184) Faster testing with seda endpoints by shutting down seda endpoints faster

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

Claus Ibsen reassigned CAMEL-5184:
----------------------------------

    Assignee: Claus Ibsen
    
> Faster testing with seda endpoints by shutting down seda endpoints faster
> -------------------------------------------------------------------------
>
>                 Key: CAMEL-5184
>                 URL: https://issues.apache.org/jira/browse/CAMEL-5184
>             Project: Camel
>          Issue Type: Improvement
>          Components: tests
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>             Fix For: 2.10.0
>
>
> When shutting down seda endpoints they take a lille while to shutdown properly.
> However during testing we dont need to do that, so we could shortcut this and shutdown faster.
> For example the camel-test kit could tweak that. As well in camel-core.
> I suspect we can cut down minutes of testing times.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CAMEL-5184) Faster testing with seda endpoints by shutting down seda endpoints faster

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

Claus Ibsen commented on CAMEL-5184:
------------------------------------

Testing seda component in Camel core

Before:
[INFO] Total time: 2:34.154s

Improvement 1:
[INFO] Total time: 1:54.353s

Improvement 2:
[INFO] Total time: 53.398s
                
> Faster testing with seda endpoints by shutting down seda endpoints faster
> -------------------------------------------------------------------------
>
>                 Key: CAMEL-5184
>                 URL: https://issues.apache.org/jira/browse/CAMEL-5184
>             Project: Camel
>          Issue Type: Improvement
>          Components: tests
>            Reporter: Claus Ibsen
>             Fix For: 2.10.0
>
>
> When shutting down seda endpoints they take a lille while to shutdown properly.
> However during testing we dont need to do that, so we could shortcut this and shutdown faster.
> For example the camel-test kit could tweak that. As well in camel-core.
> I suspect we can cut down minutes of testing times.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (CAMEL-5184) Faster testing with seda endpoints by shutting down seda endpoints faster

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

Claus Ibsen updated CAMEL-5184:
-------------------------------

    Fix Version/s: 2.9.3

Backported to 2.9 branch, as it cuts more than 5 minutes in total testing camel-core. 
                
> Faster testing with seda endpoints by shutting down seda endpoints faster
> -------------------------------------------------------------------------
>
>                 Key: CAMEL-5184
>                 URL: https://issues.apache.org/jira/browse/CAMEL-5184
>             Project: Camel
>          Issue Type: Improvement
>          Components: tests
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>             Fix For: 2.9.3, 2.10.0
>
>
> When shutting down seda endpoints they take a lille while to shutdown properly.
> However during testing we dont need to do that, so we could shortcut this and shutdown faster.
> For example the camel-test kit could tweak that. As well in camel-core.
> I suspect we can cut down minutes of testing times.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (CAMEL-5184) Faster testing with seda endpoints by shutting down seda endpoints faster

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

Claus Ibsen resolved CAMEL-5184.
--------------------------------

    Resolution: Fixed

Added pollTimeout option to seda endpoint. The testing in camel-core will set that to a lower value to cut down 100 sec during testing.
                
> Faster testing with seda endpoints by shutting down seda endpoints faster
> -------------------------------------------------------------------------
>
>                 Key: CAMEL-5184
>                 URL: https://issues.apache.org/jira/browse/CAMEL-5184
>             Project: Camel
>          Issue Type: Improvement
>          Components: tests
>            Reporter: Claus Ibsen
>             Fix For: 2.10.0
>
>
> When shutting down seda endpoints they take a lille while to shutdown properly.
> However during testing we dont need to do that, so we could shortcut this and shutdown faster.
> For example the camel-test kit could tweak that. As well in camel-core.
> I suspect we can cut down minutes of testing times.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira