aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Update license headers6.7.6Julien Lancelot2018-11-19118-131/+311
|
* Update license headers on itsJulien Lancelot2018-11-19305-317/+305
|
* Release 6.7.6Julien Lancelot2018-11-1932-32/+32
|
* 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
|
* Set version 6.7.6-SNAPSHOTSimon Brandhof2018-08-0632-32/+32
|
* Release 6.7.56.7.5Simon Brandhof2018-08-0632-32/+32
|
* SONAR-10852 Fix computation of project without src but with test measuresJulien Lancelot2018-07-1811-1/+308
|
* 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
|
* Prepare development version 6.7.5-SNAPSHOTSimon Brandhof2018-05-3031-31/+31
|
* Release 6.7.46.7.4Simon Brandhof2018-05-3031-31/+31
|
* SONAR-10569 Authorize to change default visibility of projects without ↵Julien Lancelot2018-04-164-151/+98
| | | | organizations
* Prepare for dev version 6.7.4-SNAPSHOTSimon Brandhof2018-04-0631-31/+31
|
* Release 6.7.36.7.3Simon Brandhof2018-04-0631-31/+31
|
* 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
* Prepare version 6.7.3-SNAPSHOTSimon Brandhof2018-02-2331-31/+31
|
* Release 6.7.26.7.2Simon Brandhof2018-02-2231-31/+31
|
* 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
|
* Upgrade to version 6.7.2-SNAPSHOTEric Hartmann2017-12-2931-31/+31
|
* Release 6.7.16.7.1Simon Brandhof2017-12-2031-31/+31
|
* Fix Maven scanner incompatibility in UpgradeTestSimon Brandhof2017-11-241-1/+3
| | | | Signed-off-by: Simon Brandhof <simon.brandhof@sonarsource.com>
* Prepare for next development iterationJulien Lancelot2017-11-0731-31/+31
|
* Release 6.76.7Simon Brandhof2017-11-0731-31/+31
|
* 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-035-34/+166
| | | | of components
* SONAR-9973 add IT ensuring resilience of Ce Workers to exceptionsSébastien Lesaint2017-11-0312-1/+618
| | | | 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
* Prepare for next development iterationJulien Lancelot2017-10-2731-31/+31
|
* Release 6.76.7-RC1Julien Lancelot2017-10-2731-31/+31
|
* 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-204-1/+9
|
* 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.