Hi, This is the same reason for GS test failures. Thanks for the patch.
On Tue, Dec 20, 2011 at 8:34 PM, Afkham Azeez <az...@wso2.com> wrote: > Better to increase the sleep in carbon core ServerUtils. The when we fix > the issue we have a single place to change. > On Dec 20, 2011 8:28 PM, "Shelan Perera" <she...@wso2.com> wrote: > >> >> >> On Tue, Dec 20, 2011 at 8:18 PM, Suhothayan Sriskandarajah <s...@wso2.com >> > wrote: >> >>> >>> As a temporary fix, to write the test cases, increase the sleep time >>> assigned at carbon core. >>> I have attached the necessary changes as a patch here >>> >> >> Yes. That is the work around i am using ATM. At times increasing up to 20 >> Sec did not work for DSS. As Azeez mentioned earlier it is product specific >> and not advisable to go for the global maximum which tests are passing. >> >> I added a wait in the DSSTestServerManager :startServer() temporarily. >> >> Thanks for the patch :) >> >>> >>> Regards, >>> Suho >>> >>> On Tue, Dec 20, 2011 at 7:52 PM, Shelan Perera <she...@wso2.com> wrote: >>> >>>> Hi, >>>> >>>> Integration tests are failing with the current migration as follows in >>>> DSS. The work around for that is to increase the sleep in ServerUtils: >>>> startServerUsingCarbonHome( ) in Carbon core integration framework so >>>> it succeeded . >>>> Will it be fixed at the integration frame work or do we need to handle >>>> it at the products' integration test levels ? >>>> >>>> Revision: 118138 >>>> >>>> >>>> carbontmp1324390242371/wso2dataservices-2.6.0-SNAPSHOT/repository/conf/advanced/qpid-config.xml >>>> [2011-12-20 19:41:18,849] INFO >>>> {org.wso2.carbon.integration.framework.utils.ServerUtils} - Successfully >>>> started Carbon server. Returning ... >>>> [2011-12-20 19:41:19,034] INFO >>>> {org.wso2.carbon.integration.framework.ClientConnectionUtil} - >>>> Successfully connected to the server on port 9763 >>>> [2011-12-20 19:41:19,262] INFO >>>> {org.apache.axis2.deployment.ModuleDeployer} - Deploying module: rahas - >>>> file:/home/shelan/.m2/repository/org/apache/rampart/wso2/rampart-trust/1.6.1.wso2v2/rampart-trust-1.6.1.wso2v2.jar >>>> [2011-12-20 19:41:19,262] INFO >>>> {org.apache.axis2.deployment.ModuleDeployer} - Deploying module: rahas - >>>> file:/home/shelan/.m2/repository/org/apache/rampart/wso2/rampart-trust/1.6.1.wso2v2/rampart-trust-1.6.1.wso2v2.jar >>>> [2011-12-20 19:41:19,287] INFO >>>> {org.apache.axis2.deployment.ModuleDeployer} - Deploying module: rampart - >>>> file:/home/shelan/.m2/repository/org/apache/rampart/wso2/rampart-core/1.6.1.wso2v2/rampart-core-1.6.1.wso2v2.jar >>>> [2011-12-20 19:41:19,287] INFO >>>> {org.apache.axis2.deployment.ModuleDeployer} - Deploying module: rampart - >>>> file:/home/shelan/.m2/repository/org/apache/rampart/wso2/rampart-core/1.6.1.wso2v2/rampart-core-1.6.1.wso2v2.jar >>>> [2011-12-20 19:41:19,449] INFO >>>> {org.apache.axis2.transport.http.HTTPSender} - Unable to sendViaPost to >>>> url[http://localhost:9763/services/SecurityVerifierService] >>>> org.apache.axis2.AxisFault: Transport error: 404 Error: Not Found >>>> at >>>> org.apache.axis2.transport.http.HTTPSender.handleResponse(HTTPSender.java:308) >>>> at >>>> org.apache.axis2.transport.http.HTTPSender.sendViaPost(HTTPSender.java:194) >>>> at org.apache.axis2.transport.http.HTTPSender.send(HTTPSender.java:75) >>>> at >>>> org.apache.axis2.transport.http.CommonsHTTPTransportSender.writeMessageWithCommons(CommonsHTTPTransportSender.java:450) >>>> at >>>> org.apache.axis2.transport.http.CommonsHTTPTransportSender.invoke(CommonsHTTPTransportSender.java:277) >>>> at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:443) >>>> at >>>> org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:406) >>>> at >>>> org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:229) >>>> at >>>> org.apache.axis2.client.OperationClient.execute(OperationClient.java:165) >>>> at >>>> org.apache.axis2.client.ServiceClient.sendRobust(ServiceClient.java:475) >>>> at >>>> org.apache.axis2.client.ServiceClient.sendRobust(ServiceClient.java:456) >>>> at >>>> org.wso2.carbon.integration.framework.SecurityVerificationTest.verifyAdminServiceSecurity(SecurityVerificationTest.java:50) >>>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) >>>> at >>>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) >>>> at >>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) >>>> at java.lang.reflect.Method.invoke(Method.java:597) >>>> at >>>> org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:80) >>>> at org.testng.internal.Invoker.invokeMethod(Invoker.java:673) >>>> at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:842) >>>> at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1166) >>>> at >>>> org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125) >>>> at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:109) >>>> at org.testng.TestRunner.runWorkers(TestRunner.java:1178) >>>> at org.testng.TestRunner.privateRun(TestRunner.java:757) >>>> at org.testng.TestRunner.run(TestRunner.java:608) >>>> at org.testng.SuiteRunner.runTest(SuiteRunner.java:334) >>>> at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:329) >>>> at org.testng.SuiteRunner.privateRun(SuiteRunner.java:291) >>>> at org.testng.SuiteRunner.run(SuiteRunner.java:240) >>>> at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52) >>>> at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86) >>>> at org.testng.TestNG.runSuitesSequentially(TestNG.java:1158) >>>> at org.testng.TestNG.runSuitesLocally(TestNG.java:1083) >>>> at org.testng.TestNG.run(TestNG.java:999) >>>> at >>>> org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:60) >>>> at >>>> org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.executeMulti(TestNGDirectoryTestSuite.java:153) >>>> at >>>> org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:99) >>>> at >>>> org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:111) >>>> at sun.re >>>> >>>> Thanks >>>> -- >>>> *Shelan Perera* >>>> >>>> Software Engineer >>>> ** >>>> *WSO2, Inc. : wso2.com* >>>> lean.enterprise.middleware. >>>> >>>> *Home Page* : shelan.org >>>> *Blog* : blog.shelan.org >>>> *Linked-i*n :http://www.linkedin.com/pub/shelan-perera/a/194/465 >>>> *Twitter* :https://twitter.com/#!/shelan >>>> >>>> *Mobile* : +94 772 604 402 >>>> >>>> >>>> >>>> _______________________________________________ >>>> Carbon-dev mailing list >>>> Carbon-dev@wso2.org >>>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev >>>> >>>> >>> >>> >>> -- >>> *S. Suhothayan >>> * >>> Software Engineer >>> *WSO2, Inc. *http://wso2.com >>> lean.enterprise.middleware. >>> >>> *email: **s...@wso2.com* <s...@wso2.com>* cell: (+94) 779 756 757 >>> blog: **http://suhothayan.blogspot.com/*<http://suhothayan.blogspot.com/> >>> * >>> twitter: **http://twitter.com/suhothayan*<http://twitter.com/suhothayan> >>> * >>> linked-in: **http://lk.linkedin.com/in/suhothayan* >>> * >>> * >>> >>> >>> _______________________________________________ >>> Carbon-dev mailing list >>> Carbon-dev@wso2.org >>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev >>> >>> >> >> >> -- >> *Shelan Perera* >> >> Software Engineer >> ** >> *WSO2, Inc. : wso2.com* >> lean.enterprise.middleware. >> >> *Home Page* : shelan.org >> *Blog* : blog.shelan.org >> *Linked-i*n :http://www.linkedin.com/pub/shelan-perera/a/194/465 >> *Twitter* :https://twitter.com/#!/shelan >> >> *Mobile* : +94 772 604 402 >> >> >> >> _______________________________________________ >> Carbon-dev mailing list >> Carbon-dev@wso2.org >> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev >> >> > _______________________________________________ > Carbon-dev mailing list > Carbon-dev@wso2.org > http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev > >
_______________________________________________ Carbon-dev mailing list Carbon-dev@wso2.org http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev