Re: [Dev] [DEV] Running Intergration Tests On ESB 490 Cluster

2015-07-14 Thread Yasassri Ratnayake
Hi Saneth,

Yes that was the initial intention, but before running it on the cluster
in-order to validate whether the test cases can be executed remotely (By
pointing it to an already started server) I executed the integration tests
in the aforementioned manner.

With Regards,

On Tue, Jul 14, 2015 at 9:48 AM, Saneth Dharmakeerthi sane...@wso2.com
wrote:

 Hi Yasassri,

  What you mean by ESB Cluster here. Are you goon to run the integration
 test on ESB cluster with multiple nodes?

 Thanks and Best Regards,

 Saneth Dharmakeerthi
 Senior Software Engineer
 WSO2, Inc.
 Mobile: +94772325511

 On Sun, Jul 12, 2015 at 11:54 PM, Yasassri Ratnayake yasas...@wso2.com
 wrote:

 Hi Malaka,

 I ran the tests in an Open Stack Instances with Java 1.7.0_65.

 In the tests-mediator-1 module following tests failed

- CallOut-mediator-Test (2 Test Cases)
- Call-mediator-Test (2 Test Cases)
- Property-mediator-Test-1 (I Test Case)
- Fault-mediator-Test (1 Test Case)


 In tests-mediator-2 there was only one skipped test case (Above table
 should be corrected), and it has occurred due to an connection failure with
 the following exception.

 Unable to add local entry :: Error connecting to URL :
 https://svn.wso2.org/repos/wso2/trunk/commons/qa/qa-artifacts/esb/esb450/mediators/xslt/transform.xslt

 I have added both sure-fire reports, please have a look.

 With Regards,


 On Sun, Jul 12, 2015 at 8:07 PM, Malaka Silva mal...@wso2.com wrote:

 Hi Yasassri,

 There are some tests fails and we are currently fixing those. (There
 were few some commented tests and we uncomment it last week.)

 However tests-mediator-1 and tests-mediator-2 is passing all the tests
 in our ec2 instance.

 What is the environment and jdk you are running the tests?

 What are the failing test cases?

 What

 On Sun, Jul 12, 2015 at 4:53 PM, Yasassri Ratnayake yasas...@wso2.com
 wrote:

 Hi All,

 Before running the integration tests on the cluster I tried to run some
 of the test modules locally. I ran following two scenarios.

 1. Executed the integration tests after building the pack.
 2. Executed the integration tests by pointing to an already started ESB
 server with an offset.

 For the above scenarios I executed tests-mediator-1
 and tests-mediator-2 modules located at [1]

 In the second scenario I commented out the CarbonServerExtension and
 Axis2ServerExtension from the automation.xml and I started an Axis2
 Server locally by deploying the sample web-services available.

 After running the above scenarios following results were obtained.
 (Summary)

 *Scenario 01 (Running tests after building the pack) *

 *tests-mediator-1*

 StatusMethods
 PassedScenarios
 Passed# skipped# failedNo of Tests38238206

 *tests-mediator-2*

 StatusMethods
 PassedScenarios
 Passed# skipped# failedNo of Tests18518516


 *Scenario 02 (Running tests by pointing to a remote server)*

 *tests-mediator-1*

 StatusMethods
 PassedScenarios
 Passed# skipped# failedNo of Tests16216216066


 *tests-mediator-2*

 The test didn't complete and surefire reports were not generated.

 By looking at the above results it's clear that some of the test cases
 are not intended to executed in a remote manner or in a clustered
 environment. (Please note that I didn't analyze the results in-depth).

 @Automation Team:  Is there something I'm doing wrong here? Can I
 improve the above results and run it on the cluster? And if I'm running
 this on an ESB cluster how should I configure the back-end Axis2 Server? Do
 I need to start an Axis2 Server on each worker node?

 @ESB Team : Some test cases are failing in the 1st scenario, these need
 to be investigated and fixed.

 [1] -
 https://github.com/wso2/product-esb/tree/master/modules/integration/tests-integration

 With Regards,
 --
 Yasassri Ratnayake
 Software Engineer - QA
 WSO2 Inc ; http://wso2.com
 lean.enterprise.middleware
 *Mobile : +94715933168 %2B94715933168*
 *Blogs : http://yasassriratnayake.blogspot.com
 http://yasassriratnayake.blogspot.com/*
 *http://wso2logs.blogspot.com
 http://wso2logs.blogspot.com*




 --

 Best Regards,

 Malaka Silva
 Senior Tech Lead
 M: +94 777 219 791
 Tel : 94 11 214 5345
 Fax :94 11 2145300
 Skype : malaka.sampath.silva
 LinkedIn : http://www.linkedin.com/pub/malaka-silva/6/33/77
 Blog : http://mrmalakasilva.blogspot.com/

 WSO2, Inc.
 lean . enterprise . middleware
 http://www.wso2.com/
 http://www.wso2.com/about/team/malaka-silva/
 http://wso2.com/about/team/malaka-silva/

 Save a tree -Conserve nature  Save the world for your future. Print
 this email only if it is absolutely necessary.




 --
 Yasassri Ratnayake
 Software Engineer - QA
 WSO2 Inc ; http://wso2.com
 lean.enterprise.middleware
 *Mobile : +94715933168 %2B94715933168*
 *Blogs : http://yasassriratnayake.blogspot.com
 http://yasassriratnayake.blogspot.com/*
 *http://wso2logs.blogspot.com http://wso2logs.blogspot.com*

 ___
 Dev mailing list
 

Re: [Dev] [DEV] Running Intergration Tests On ESB 490 Cluster

2015-07-13 Thread Saneth Dharmakeerthi
Hi Yasassri,

 What you mean by ESB Cluster here. Are you goon to run the integration
test on ESB cluster with multiple nodes?

Thanks and Best Regards,

Saneth Dharmakeerthi
Senior Software Engineer
WSO2, Inc.
Mobile: +94772325511

On Sun, Jul 12, 2015 at 11:54 PM, Yasassri Ratnayake yasas...@wso2.com
wrote:

 Hi Malaka,

 I ran the tests in an Open Stack Instances with Java 1.7.0_65.

 In the tests-mediator-1 module following tests failed

- CallOut-mediator-Test (2 Test Cases)
- Call-mediator-Test (2 Test Cases)
- Property-mediator-Test-1 (I Test Case)
- Fault-mediator-Test (1 Test Case)


 In tests-mediator-2 there was only one skipped test case (Above table
 should be corrected), and it has occurred due to an connection failure with
 the following exception.

 Unable to add local entry :: Error connecting to URL :
 https://svn.wso2.org/repos/wso2/trunk/commons/qa/qa-artifacts/esb/esb450/mediators/xslt/transform.xslt

 I have added both sure-fire reports, please have a look.

 With Regards,


 On Sun, Jul 12, 2015 at 8:07 PM, Malaka Silva mal...@wso2.com wrote:

 Hi Yasassri,

 There are some tests fails and we are currently fixing those. (There were
 few some commented tests and we uncomment it last week.)

 However tests-mediator-1 and tests-mediator-2 is passing all the tests
 in our ec2 instance.

 What is the environment and jdk you are running the tests?

 What are the failing test cases?

 What

 On Sun, Jul 12, 2015 at 4:53 PM, Yasassri Ratnayake yasas...@wso2.com
 wrote:

 Hi All,

 Before running the integration tests on the cluster I tried to run some
 of the test modules locally. I ran following two scenarios.

 1. Executed the integration tests after building the pack.
 2. Executed the integration tests by pointing to an already started ESB
 server with an offset.

 For the above scenarios I executed tests-mediator-1 and tests-mediator-2
 modules located at [1]

 In the second scenario I commented out the CarbonServerExtension and
 Axis2ServerExtension from the automation.xml and I started an Axis2
 Server locally by deploying the sample web-services available.

 After running the above scenarios following results were obtained.
 (Summary)

 *Scenario 01 (Running tests after building the pack) *

 *tests-mediator-1*

 StatusMethods
 PassedScenarios
 Passed# skipped# failedNo of Tests38238206

 *tests-mediator-2*

 StatusMethods
 PassedScenarios
 Passed# skipped# failedNo of Tests18518516


 *Scenario 02 (Running tests by pointing to a remote server)*

 *tests-mediator-1*

 StatusMethods
 PassedScenarios
 Passed# skipped# failedNo of Tests16216216066


 *tests-mediator-2*

 The test didn't complete and surefire reports were not generated.

 By looking at the above results it's clear that some of the test cases
 are not intended to executed in a remote manner or in a clustered
 environment. (Please note that I didn't analyze the results in-depth).

 @Automation Team:  Is there something I'm doing wrong here? Can I
 improve the above results and run it on the cluster? And if I'm running
 this on an ESB cluster how should I configure the back-end Axis2 Server? Do
 I need to start an Axis2 Server on each worker node?

 @ESB Team : Some test cases are failing in the 1st scenario, these need
 to be investigated and fixed.

 [1] -
 https://github.com/wso2/product-esb/tree/master/modules/integration/tests-integration

 With Regards,
 --
 Yasassri Ratnayake
 Software Engineer - QA
 WSO2 Inc ; http://wso2.com
 lean.enterprise.middleware
 *Mobile : +94715933168 %2B94715933168*
 *Blogs : http://yasassriratnayake.blogspot.com
 http://yasassriratnayake.blogspot.com/*
 *http://wso2logs.blogspot.com http://wso2logs.blogspot.com*




 --

 Best Regards,

 Malaka Silva
 Senior Tech Lead
 M: +94 777 219 791
 Tel : 94 11 214 5345
 Fax :94 11 2145300
 Skype : malaka.sampath.silva
 LinkedIn : http://www.linkedin.com/pub/malaka-silva/6/33/77
 Blog : http://mrmalakasilva.blogspot.com/

 WSO2, Inc.
 lean . enterprise . middleware
 http://www.wso2.com/
 http://www.wso2.com/about/team/malaka-silva/
 http://wso2.com/about/team/malaka-silva/

 Save a tree -Conserve nature  Save the world for your future. Print this
 email only if it is absolutely necessary.




 --
 Yasassri Ratnayake
 Software Engineer - QA
 WSO2 Inc ; http://wso2.com
 lean.enterprise.middleware
 *Mobile : +94715933168 %2B94715933168*
 *Blogs : http://yasassriratnayake.blogspot.com
 http://yasassriratnayake.blogspot.com/*
 *http://wso2logs.blogspot.com http://wso2logs.blogspot.com*

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev


___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [DEV] Running Intergration Tests On ESB 490 Cluster

2015-07-12 Thread Malaka Silva
Hi Yasassri,

There are some tests fails and we are currently fixing those. (There were
few some commented tests and we uncomment it last week.)

However tests-mediator-1 and tests-mediator-2 is passing all the tests in
our ec2 instance.

What is the environment and jdk you are running the tests?

What are the failing test cases?

What

On Sun, Jul 12, 2015 at 4:53 PM, Yasassri Ratnayake yasas...@wso2.com
wrote:

 Hi All,

 Before running the integration tests on the cluster I tried to run some of
 the test modules locally. I ran following two scenarios.

 1. Executed the integration tests after building the pack.
 2. Executed the integration tests by pointing to an already started ESB
 server with an offset.

 For the above scenarios I executed tests-mediator-1 and tests-mediator-2
 modules located at [1]

 In the second scenario I commented out the CarbonServerExtension and
 Axis2ServerExtension from the automation.xml and I started an Axis2
 Server locally by deploying the sample web-services available.

 After running the above scenarios following results were obtained.
 (Summary)

 *Scenario 01 (Running tests after building the pack) *

 *tests-mediator-1*

 StatusMethods
 PassedScenarios
 Passed# skipped# failedNo of Tests38238206

 *tests-mediator-2*

 StatusMethods
 PassedScenarios
 Passed# skipped# failedNo of Tests18518516


 *Scenario 02 (Running tests by pointing to a remote server)*

 *tests-mediator-1*

 StatusMethods
 PassedScenarios
 Passed# skipped# failedNo of Tests16216216066


 *tests-mediator-2*

 The test didn't complete and surefire reports were not generated.

 By looking at the above results it's clear that some of the test cases are
 not intended to executed in a remote manner or in a clustered environment.
 (Please note that I didn't analyze the results in-depth).

 @Automation Team:  Is there something I'm doing wrong here? Can I improve
 the above results and run it on the cluster? And if I'm running this on an
 ESB cluster how should I configure the back-end Axis2 Server? Do I need to
 start an Axis2 Server on each worker node?

 @ESB Team : Some test cases are failing in the 1st scenario, these need to
 be investigated and fixed.

 [1] -
 https://github.com/wso2/product-esb/tree/master/modules/integration/tests-integration

 With Regards,
 --
 Yasassri Ratnayake
 Software Engineer - QA
 WSO2 Inc ; http://wso2.com
 lean.enterprise.middleware
 *Mobile : +94715933168 %2B94715933168*
 *Blogs : http://yasassriratnayake.blogspot.com
 http://yasassriratnayake.blogspot.com/*
 *http://wso2logs.blogspot.com http://wso2logs.blogspot.com*




-- 

Best Regards,

Malaka Silva
Senior Tech Lead
M: +94 777 219 791
Tel : 94 11 214 5345
Fax :94 11 2145300
Skype : malaka.sampath.silva
LinkedIn : http://www.linkedin.com/pub/malaka-silva/6/33/77
Blog : http://mrmalakasilva.blogspot.com/

WSO2, Inc.
lean . enterprise . middleware
http://www.wso2.com/
http://www.wso2.com/about/team/malaka-silva/
http://wso2.com/about/team/malaka-silva/

Save a tree -Conserve nature  Save the world for your future. Print this
email only if it is absolutely necessary.
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] [DEV] Running Intergration Tests On ESB 490 Cluster

2015-07-12 Thread Yasassri Ratnayake
Hi All,

Before running the integration tests on the cluster I tried to run some of
the test modules locally. I ran following two scenarios.

1. Executed the integration tests after building the pack.
2. Executed the integration tests by pointing to an already started ESB
server with an offset.

For the above scenarios I executed tests-mediator-1 and tests-mediator-2
modules located at [1]

In the second scenario I commented out the CarbonServerExtension and
Axis2ServerExtension from the automation.xml and I started an Axis2
Server locally by deploying the sample web-services available.

After running the above scenarios following results were obtained. (Summary)

*Scenario 01 (Running tests after building the pack) *

*tests-mediator-1*

StatusMethods
PassedScenarios
Passed# skipped# failedNo of Tests38238206

*tests-mediator-2*

StatusMethods
PassedScenarios
Passed# skipped# failedNo of Tests18518516


*Scenario 02 (Running tests by pointing to a remote server)*

*tests-mediator-1*

StatusMethods
PassedScenarios
Passed# skipped# failedNo of Tests16216216066


*tests-mediator-2*

The test didn't complete and surefire reports were not generated.

By looking at the above results it's clear that some of the test cases are
not intended to executed in a remote manner or in a clustered environment.
(Please note that I didn't analyze the results in-depth).

@Automation Team:  Is there something I'm doing wrong here? Can I improve
the above results and run it on the cluster? And if I'm running this on an
ESB cluster how should I configure the back-end Axis2 Server? Do I need to
start an Axis2 Server on each worker node?

@ESB Team : Some test cases are failing in the 1st scenario, these need to
be investigated and fixed.

[1] -
https://github.com/wso2/product-esb/tree/master/modules/integration/tests-integration

With Regards,
-- 
Yasassri Ratnayake
Software Engineer - QA
WSO2 Inc ; http://wso2.com
lean.enterprise.middleware
*Mobile : +94715933168*
*Blogs : http://yasassriratnayake.blogspot.com
http://yasassriratnayake.blogspot.com/*
*http://wso2logs.blogspot.com http://wso2logs.blogspot.com*
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev