You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Darryl L. Pierce (Created) (JIRA)" <ji...@apache.org> on 2012/01/31 15:32:10 UTC

[jira] [Created] (QPID-3791) Provides Cucumber-based integration tests.

Provides Cucumber-based integration tests.
------------------------------------------

                 Key: QPID-3791
                 URL: https://issues.apache.org/jira/browse/QPID-3791
             Project: Qpid
          Issue Type: Test
          Components: Ruby Test Suite
            Reporter: Darryl L. Pierce
         Attachments: 0001-Added-support-in-the-Rakefile-for-running-Cucumber-t.patch, 0002-Created-a-Cucumber-based-acceptance-test-environment.patch

Provides integrations tests based on the Cucumber testing framework.

--
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

        

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] [Updated] (QPID-3791) Provides Cucumber-based integration tests.

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

Robbie Gemmell updated QPID-3791:
---------------------------------

    Labels: old_ruby_test_suite_component  (was: )
    
> Provides Cucumber-based integration tests.
> ------------------------------------------
>
>                 Key: QPID-3791
>                 URL: https://issues.apache.org/jira/browse/QPID-3791
>             Project: Qpid
>          Issue Type: Test
>            Reporter: Darryl L. Pierce
>            Assignee: Ted Ross
>              Labels: old_ruby_test_suite_component
>             Fix For: 0.15
>
>         Attachments: 0001-Added-support-in-the-Rakefile-for-running-Cucumber-t.patch, 0002-Created-a-Cucumber-based-acceptance-test-environment.patch
>
>
> Provides integrations tests based on the Cucumber testing framework.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org


[jira] [Updated] (QPID-3791) Provides Cucumber-based integration tests.

Posted by "Darryl L. Pierce (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-3791?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Darryl L. Pierce updated QPID-3791:
-----------------------------------

    Attachment: 0002-Created-a-Cucumber-based-acceptance-test-environment.patch
                0001-Added-support-in-the-Rakefile-for-running-Cucumber-t.patch
    
> Provides Cucumber-based integration tests.
> ------------------------------------------
>
>                 Key: QPID-3791
>                 URL: https://issues.apache.org/jira/browse/QPID-3791
>             Project: Qpid
>          Issue Type: Test
>          Components: Ruby Test Suite
>            Reporter: Darryl L. Pierce
>         Attachments: 0001-Added-support-in-the-Rakefile-for-running-Cucumber-t.patch, 0002-Created-a-Cucumber-based-acceptance-test-environment.patch
>
>
> Provides integrations tests based on the Cucumber testing framework.

--
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

        

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] [Commented] (QPID-3791) Provides Cucumber-based integration tests.

Posted by "jiraposter@reviews.apache.org (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/QPID-3791?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13196949#comment-13196949 ] 

jiraposter@reviews.apache.org commented on QPID-3791:
-----------------------------------------------------


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/3436/
-----------------------------------------------------------

(Updated 2012-01-31 14:33:04.351885)


Review request for Andrew Stitcher, Gordon Sim and Ted Ross.


Summary
-------

These tests can be extended, using other language bindings, to define a comprehensive set of integration tests.


This addresses bug QPID-3791.
    https://issues.apache.org/jira/browse/QPID-3791


Diffs
-----

  trunk/qpid/cpp/bindings/qpid/ruby/Rakefile 1233125 
  trunk/qpid/cpp/bindings/qpid/ruby/features/closing_a_connection.feature PRE-CREATION 
  trunk/qpid/cpp/bindings/qpid/ruby/features/closing_a_session.feature PRE-CREATION 
  trunk/qpid/cpp/bindings/qpid/ruby/features/connecting_to_a_broker.feature PRE-CREATION 
  trunk/qpid/cpp/bindings/qpid/ruby/features/creating_a_receiver.feature PRE-CREATION 
  trunk/qpid/cpp/bindings/qpid/ruby/features/creating_a_sender.feature PRE-CREATION 
  trunk/qpid/cpp/bindings/qpid/ruby/features/creating_a_session.feature PRE-CREATION 
  trunk/qpid/cpp/bindings/qpid/ruby/features/getting_the_connections_authenticated_username.feature PRE-CREATION 
  trunk/qpid/cpp/bindings/qpid/ruby/features/receiving_a_message.feature PRE-CREATION 
  trunk/qpid/cpp/bindings/qpid/ruby/features/sending_a_message.feature PRE-CREATION 
  trunk/qpid/cpp/bindings/qpid/ruby/features/session_returns_its_connection.feature PRE-CREATION 
  trunk/qpid/cpp/bindings/qpid/ruby/features/sessions_have_names.feature PRE-CREATION 
  trunk/qpid/cpp/bindings/qpid/ruby/features/step_definitions/address_steps.rb PRE-CREATION 
  trunk/qpid/cpp/bindings/qpid/ruby/features/step_definitions/connection_steps.rb PRE-CREATION 
  trunk/qpid/cpp/bindings/qpid/ruby/features/step_definitions/receiver_steps.rb PRE-CREATION 
  trunk/qpid/cpp/bindings/qpid/ruby/features/step_definitions/sender_steps.rb PRE-CREATION 
  trunk/qpid/cpp/bindings/qpid/ruby/features/step_definitions/session_steps.rb PRE-CREATION 
  trunk/qpid/cpp/bindings/qpid/ruby/features/support/env.rb PRE-CREATION 
  trunk/qpid/cpp/bindings/qpid/ruby/old-features/receiver.feature PRE-CREATION 
  trunk/qpid/cpp/bindings/qpid/ruby/old-features/sender.feature PRE-CREATION 
  trunk/qpid/cpp/bindings/qpid/ruby/old-features/step_definitions/connection_steps.rb PRE-CREATION 
  trunk/qpid/cpp/bindings/qpid/ruby/old-features/step_definitions/receiver_steps.rb PRE-CREATION 
  trunk/qpid/cpp/bindings/qpid/ruby/old-features/step_definitions/sender_steps.rb PRE-CREATION 
  trunk/qpid/cpp/bindings/qpid/ruby/old-features/step_definitions/session_steps.rb PRE-CREATION 
  trunk/qpid/cpp/bindings/qpid/ruby/old-features/support/env.rb PRE-CREATION 

Diff: https://reviews.apache.org/r/3436/diff


Testing
-------


Thanks,

Darryl


                
> Provides Cucumber-based integration tests.
> ------------------------------------------
>
>                 Key: QPID-3791
>                 URL: https://issues.apache.org/jira/browse/QPID-3791
>             Project: Qpid
>          Issue Type: Test
>          Components: Ruby Test Suite
>            Reporter: Darryl L. Pierce
>         Attachments: 0001-Added-support-in-the-Rakefile-for-running-Cucumber-t.patch, 0002-Created-a-Cucumber-based-acceptance-test-environment.patch
>
>
> Provides integrations tests based on the Cucumber testing framework.

--
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

        

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] [Resolved] (QPID-3791) Provides Cucumber-based integration tests.

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

Ted Ross resolved QPID-3791.
----------------------------

       Resolution: Fixed
    Fix Version/s: 0.15
         Assignee: Ted Ross
    
> Provides Cucumber-based integration tests.
> ------------------------------------------
>
>                 Key: QPID-3791
>                 URL: https://issues.apache.org/jira/browse/QPID-3791
>             Project: Qpid
>          Issue Type: Test
>          Components: Ruby Test Suite
>            Reporter: Darryl L. Pierce
>            Assignee: Ted Ross
>             Fix For: 0.15
>
>         Attachments: 0001-Added-support-in-the-Rakefile-for-running-Cucumber-t.patch, 0002-Created-a-Cucumber-based-acceptance-test-environment.patch
>
>
> Provides integrations tests based on the Cucumber testing framework.

--
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

        

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org