]> source.dussan.org Git - sonarqube.git/commitdiff
Fix integration tests
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Fri, 22 Sep 2017 07:27:11 +0000 (09:27 +0200)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Fri, 22 Sep 2017 07:27:11 +0000 (09:27 +0200)
Branch 5.6 is not fully isolated :

- upgrade tests download DEV version (6.6 for the time being),
instead of 5.6-SNAPSHOT

- plugins test download all plugins from update center, including
the recently released SonarTSQL. The problem is that the latter
conflicts with SonarPLSQL. It should be ignored.

.cix.yml
it/it-tests/src/test/java/it/plugins/PluginsTest.java

index d77afcc2db5ad91e5d0710f5d0d5962cfcf091d8..88f5b4a846130f625c92c65b92346931f02a1cd5 100644 (file)
--- a/.cix.yml
+++ b/.cix.yml
@@ -15,10 +15,10 @@ RUN_ACTIVITY:
   - run-db-integration-tests-mssql2014-Category3
   - run-db-integration-tests-mssql2014-Category4
   - run-db-integration-tests-mssql2014-Category5
-  - run-upgrade-tests-mssql2014
-  - run-upgrade-tests-mysql56
-  - run-upgrade-tests-oracle12c
-  - run-upgrade-tests-postgresql93
+#  - run-upgrade-tests-mssql2014
+#  - run-upgrade-tests-mysql56
+#  - run-upgrade-tests-oracle12c
+#  - run-upgrade-tests-postgresql93
   - run-it-released-plugins
   - run-perf-tests
 
index 767c604bcdb881751201cebd1489e289671b047a..35b441184ed5b9de019e495704e9c07b914160e6 100644 (file)
@@ -78,7 +78,10 @@ public class PluginsTest {
     "fxcop",
 
     // SONAR-7770 Realm plugins cannot be installed as no external configuration is used
-    "crowd","ldap","pam"
+    "crowd","ldap","pam",
+
+    // conflict with SonarPLSQL : https://docs.sonarqube.org/display/PLUG/SonarTSQL
+    "tsql"
   );
 
   static final Set<String> LICENSED_PLUGINS = Sets.newHashSet(