]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-7770 Remove realm plugins in PluginsTest as no external authentication is used
authorJulien Lancelot <julien.lancelot@sonarsource.com>
Tue, 19 Jul 2016 08:42:46 +0000 (10:42 +0200)
committerJulien Lancelot <julien.lancelot@sonarsource.com>
Tue, 19 Jul 2016 08:42:46 +0000 (10:42 +0200)
If at least one authentication plugin is found but no realm configuration is found, the startup is failing during the migration that feed the local column in users table.

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

index 8203f31b4738ba686f22cfc248ba67bdb303fd19..53743d2fc15118c31b6723ede493d9b210c90819 100644 (file)
@@ -68,7 +68,11 @@ public class PluginsTest {
     "citymodel",
     // temporary incompatibility with cobol 3.1
     // https://jira.sonarsource.com/browse/MAIF-213
-    "maifcobolplugin");
+    "maifcobolplugin",
+
+    // SONAR-7770 Realm plugins cannot be installed as no external configuration is used
+    "crowd","ldap","pam"
+  );
 
   static final Set<String> LICENSED_PLUGINS = Sets.newHashSet(
     "abap", "cobol", "cpp", "devcockpit", "governance", "objc", "pli", "plsql", "report", "rpg",