aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/test
Commit message (Collapse)AuthorAgeFilesLines
* Update license headers on itsJulien Lancelot2018-11-19305-317/+305
|
* Extract concurrent ce worker test to its own class testJulien Lancelot2018-11-193-194/+264
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When tests are in the same class, a Deadlock is generated on MySQL : ### Error updating database. Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLTransactionRollbackException: Deadlock found when trying to get lock; try restarting transaction ### The error may involve org.sonar.db.ce.CeActivityMapper.insert-Inline ### The error occurred while setting parameters ### SQL: insert into ce_activity ( uuid, component_uuid, analysis_uuid, status, task_type, is_last, is_last_key, submitter_login, submitted_at, worker_uuid, execution_count, started_at, executed_at, created_at, updated_at, execution_time_ms, error_message, error_stacktrace, error_type ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? ) ### Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLTransactionRollbackException: Deadlock found when trying to get lock; try restarting transaction at org.apache.ibatis.exceptions.ExceptionFactory.wrapException(ExceptionFactory.java:30) at org.apache.ibatis.session.defaults.DefaultSqlSession.update(DefaultSqlSession.java:200) at org.apache.ibatis.session.defaults.DefaultSqlSession.insert(DefaultSqlSession.java:185) at org.apache.ibatis.binding.MapperMethod.execute(MapperMethod.java:57) at org.apache.ibatis.binding.MapperProxy.invoke(MapperProxy.java:59) at com.sun.proxy.$Proxy22.insert(Unknown Source) at org.sonar.db.ce.CeActivityDao.insert(CeActivityDao.java:55) at org.sonar.ce.queue.CeQueueImpl.remove(CeQueueImpl.java:156) at org.sonar.ce.queue.InternalCeQueueImpl.remove(InternalCeQueueImpl.java:110) at org.sonar.ce.taskprocessor.CeWorkerImpl.finalizeTask(CeWorkerImpl.java:165) at org.sonar.ce.taskprocessor.CeWorkerImpl.executeTask(CeWorkerImpl.java:148) at org.sonar.ce.taskprocessor.CeWorkerImpl.findAndProcessTask(CeWorkerImpl.java:97) at org.sonar.ce.taskprocessor.CeWorkerImpl.withCustomizedThreadName(CeWorkerImpl.java:81) at org.sonar.ce.taskprocessor.CeWorkerImpl.call(CeWorkerImpl.java:73) at org.sonar.ce.taskprocessor.CeWorkerImpl.call(CeWorkerImpl.java:43) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748)
* SONAR-11475 Sanitize URL when doing redirection during OAuth authenticationJulien Lancelot2018-11-161-1/+36
|
* SONAR-10852 Fix computation of project without src but with test measuresJulien Lancelot2018-07-182-1/+127
|
* LICENSE-96 add ITsSébastien Lesaint2018-07-162-2/+125
|
* Remove plugins that are no more available for 6.7.xEric Hartmann2018-06-111-2/+4
|
* SONAR-10830 Allow passcode even if forceAuthentication is trueEric Hartmann2018-06-111-0/+17
|
* SONAR-10569 Authorize to change default visibility of projects without ↵Julien Lancelot2018-04-164-151/+98
| | | | organizations
* Fix IT that shouldn't use organizationJulien Lancelot2018-04-041-4/+2
|
* SONAR-10285 WS org/enable_support is now only available on SonarCloudJulien Lancelot2018-04-046-8/+12
|
* Remove xanitizier from PuginTestEric Hartmann2018-03-141-1/+0
| | | | This plugin is not available for LTS
* Update PluginsTest to retrieve plugins compatible with 6.7Eric Hartmann2018-02-141-7/+27
|
* Fix ProjectBuilderTest ITSimon Brandhof2018-01-091-1/+1
| | | | | | | SonarJava 5.0 introduces a behavior change on the list of files to be analyzed. Our integration test is impacted because it installs automatically the latest version of this plugin. See https://jira.sonarsource.com/browse/SONARJAVA-2509
* Deactivate instable test in NewIssuesMeasureTestEric Hartmann2017-12-291-0/+3
|
* Fix Maven scanner incompatibility in UpgradeTestSimon Brandhof2017-11-241-1/+3
| | | | Signed-off-by: Simon Brandhof <simon.brandhof@sonarsource.com>
* SONAR-10043 upgrade MsSQL JDBC driver to 6.2.22.jre8Sébastien Lesaint2017-11-072-6/+4
|
* SONAR-9973 IT for report processing resilient to failure during startSébastien Lesaint2017-11-031-26/+79
| | | | of components
* SONAR-9973 add IT ensuring resilience of Ce Workers to exceptionsSébastien Lesaint2017-11-031-1/+107
| | | | including errors
* SONAR-9863 Disabled commercial plugins from PluginsTestJulien Lancelot2017-11-011-23/+15
| | | | They should be reactivated when latest release is using new license manager
* fix displaying rule profiles (#2764)Stas Vilchik2017-10-265-17/+108
|
* Update wording for search engine in system infoGrégoire Aubert2017-10-261-1/+1
|
* Add marketplace IT to check installed pluginsGrégoire Aubert2017-10-256-69/+89
|
* SONAR-9863 Remove licenses and server id pageobjects in IT'sGrégoire Aubert2017-10-254-171/+0
|
* SONAR-9869 Fix project urls in webhook payloadJulien Lancelot2017-10-241-1/+2
|
* Remove old updatecenter uiGrégoire Aubert2017-10-231-0/+2
|
* SONAR-8967 Fail fast when trying to analyse a moduleJulien Lancelot2017-10-201-0/+14
|
* SONAR-9142 Remove 'previous_analysis' optionEric Hartmann2017-10-2011-91/+15
|
* SONAR-8727 Do not fail when SCM login is longer than 255 charactersJulien HENRY2017-10-201-11/+33
|
* SONAR-8727 add IT that shows, that scm accounts >255 chars are an issueDaniel Schwarz2017-10-201-0/+6
|
* SONAR-7309 Reorder DB Cleaner settings and replace snapshot by analysisTeryk Bellahsene2017-10-191-3/+3
|
* SONAR-7309 DB Cleaner strategy to keep only analyses with a versionTeryk Bellahsene2017-10-193-13/+41
|
* Remove cluster testsSimon Brandhof2017-10-185-1019/+0
|
* SONAR-7590 Redirect to requested page with identity providerJulien Lancelot2017-10-171-14/+37
|
* Revert "SONAR-7590 Redirect to requested page with identity provider"Julien Lancelot2017-10-171-37/+14
| | | | This reverts commit 33eb0b2b67bcbfbbbf98fca52480b735d3b18fbc.
* SONAR-7590 Redirect to requested page with identity providerJulien Lancelot2017-10-171-14/+37
|
* SONAR-9905 Notification daemon must not be started twiceEric Hartmann2017-10-171-0/+1
|
* SONAR-9863 replace old "permanent server ID" by the new oneSimon Brandhof2017-10-162-95/+0
|
* SONAR-9863 drop internal WS api/server_id and api/licensesSimon Brandhof2017-10-161-38/+0
|
* Fix Quality flawsameya2017-10-161-3/+4
|
* SONAR-7734 Clarify message when one of several parameters is requiredTeryk Bellahsene2017-10-161-1/+1
|
* SONAR-9928 Fix IT relying on WS to query databaseTeryk Bellahsene2017-10-121-28/+15
|
* SONAR-8499 Remove orange underline for administration menuStas Vilchik2017-10-121-1/+1
|
* SONAR-9920 Quality gate administrators can do all qg related actionsTeryk Bellahsene2017-10-112-2/+29
|
* SONAR-9777 Open severity facet and close resolutions facet by defaultStas Vilchik2017-10-111-1/+1
|
* SONAR-9925 Rewrite session to typescriptGrégoire Aubert2017-10-104-4/+4
|
* SONAR-9352 add "ignoredConditions" to response example of ↵Daniel Schwarz2017-10-071-1/+80
| | | | api/qualitygates/project_status
* SONAR-9352 do not let quality gate fail for very small changesetsDaniel Schwarz2017-10-071-0/+106
|
* SONAR-9263 Drop unused property sonar.web.devSimon Brandhof2017-10-041-19/+0
|
* SONAR-7245 Remove issues report (html/console) featureJulien HENRY2017-10-041-23/+0
|
* SONAR-9498 show correct n. of "more" items in quality profile changelogDaniel Schwarz2017-10-041-0/+41
|