You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ace.apache.org by ja...@apache.org on 2013/10/04 11:47:36 UTC

svn commit: r1529112 [1/3] - in /ace/trunk: cnf/localrepo/ cnf/localrepo/org.apache.felix.configadmin/ org.apache.ace.agent.itest/src/org/apache/ace/agent/itest/ org.apache.ace.agent.update.itest/src/org/apache/ace/agent/itest/ org.apache.ace.authentic...

Author: jawi
Date: Fri Oct  4 09:47:36 2013
New Revision: 1529112

URL: http://svn.apache.org/r1529112
Log:
Improved the stability & speed of integration tests:

- upgraded ConfigAdmin from 1.6 to 1.8;
- enlarged the waiting time for services to become available from 5 to
  15 seconds, as it appears that under heavy load the former threshold
  was too easily reached;
- removed a Thread.sleep which appears to be redundant with the latest
  Felix HTTP (v2.2.1);
- automatically close all ServiceTrackers;
- automatically delete all created configurations;
- improved UserEditorTest a bit.


Added:
    ace/trunk/cnf/localrepo/org.apache.felix.configadmin/org.apache.felix.configadmin-1.8.0.jar   (with props)
Modified:
    ace/trunk/cnf/localrepo/index.xml
    ace/trunk/org.apache.ace.agent.itest/src/org/apache/ace/agent/itest/AgentDeploymentTest.java
    ace/trunk/org.apache.ace.agent.update.itest/src/org/apache/ace/agent/itest/AgentUpdateTest.java
    ace/trunk/org.apache.ace.authentication.itest/src/org/apache/ace/it/authentication/LogAuthenticationTest.java
    ace/trunk/org.apache.ace.authentication.itest/src/org/apache/ace/it/authentication/ObrAuthenticationTest.java
    ace/trunk/org.apache.ace.client.repository.itest/src/org/apache/ace/it/repositoryadmin/BaseRepositoryAdminTest.java
    ace/trunk/org.apache.ace.client.rest.itest/src/org/apache/ace/client/rest/itest/RESTClientTest.java
    ace/trunk/org.apache.ace.deployment.rp.autoconf.itest/bnd.bnd
    ace/trunk/org.apache.ace.managementagent/bnd.bnd
    ace/trunk/org.apache.ace.repository.itest/src/org/apache/ace/it/repository/RepositoryTest.java
    ace/trunk/org.apache.ace.test/src/org/apache/ace/it/IntegrationTestBase.java
    ace/trunk/org.apache.ace.useradmin.ui.itest/src/org/apache/ace/useradmin/ui/test/UserEditorTest.java