]> source.dussan.org Git - sonarqube.git/commitdiff
Disable IT PurgeTest
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Tue, 28 Feb 2017 14:05:25 +0000 (15:05 +0100)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Tue, 28 Feb 2017 14:05:25 +0000 (15:05 +0100)
QA tests have some false-positives on CIX infrastructure
with category4 on postgres. Some DB connections are
kept open and job is stuck. Root cause seems to be
the direct DB connection from PurgeTest via Orchestrator.

it/it-tests/src/test/java/it/dbCleaner/PurgeTest.java

index 1f6cb2da75040758416aa3573d4a4e02dfab5634..72a549b43c9ac856a85641fbd5dfec3b52192d23 100644 (file)
@@ -32,6 +32,7 @@ import org.apache.commons.lang.time.DateFormatUtils;
 import org.apache.commons.lang.time.DateUtils;
 import org.junit.Before;
 import org.junit.ClassRule;
+import org.junit.Ignore;
 import org.junit.Rule;
 import org.junit.Test;
 import org.junit.rules.ErrorCollector;
@@ -49,6 +50,7 @@ import static util.ItUtils.newAdminWsClient;
 import static util.ItUtils.runProjectAnalysis;
 import static util.ItUtils.setServerProperty;
 
+@Ignore
 public class PurgeTest {
 
   private static final String COUNT_FILE_MEASURES = "project_measures pm, projects p where p.uuid = pm.component_uuid and p.scope='FIL'";