aboutsummaryrefslogtreecommitdiffstats
path: root/tests/perf
Commit message (Collapse)AuthorAgeFilesLines
* Move integration tests to directory tests/Simon Brandhof2017-06-2527-53093/+0
|
* SONAR-9387 Fix usage of /dashboard/index/<PROJECT_KEY> in notificationJulien Lancelot2017-06-141-3/+3
| | | | Replace usage of /dashboard/index/<PROJECT_KEY> by /dashboard?id=<PROJECT_KEY>
* Automatic merge from branch-6.4ssjenka2017-05-191-1/+1
|\ | | | | | | | | * origin/branch-6.4: Fix stability of perf test ComputationTest
| * Fix stability of perf test ComputationTestSimon Brandhof2017-05-191-1/+1
| |
| * Reuse version 6.4-SNAPSHOTSimon Brandhof2017-05-181-1/+1
| |
| * 6.4-RC16.4-RC1Simon Brandhof2017-05-161-1/+1
| |
* | Prepare for next development version 6.5-SNAPSHOTSimon Brandhof2017-05-161-1/+1
|/
* Adjust scanner 2.8 perf timingsDuarte Meneses2017-05-051-1/+1
|
* Update scanner perf tests to scanner 2.8Duarte Meneses2017-05-043-5/+6
|
* Upgrade to Orchestrator 3.15.0.1038Simon Brandhof2017-05-024-3/+21
| | | | to benefit from better HTTP reliability
* Increase expected timeoutJulien Lancelot2017-04-191-1/+1
|
* SONAR-9064 Rework facets sidebar on the issues pageStas Vilchik2017-04-131-2/+2
|
* Disable DEBUG logs in performance test ComputationTestSimon Brandhof2017-04-111-1/+0
|
* Do not use Java plugin with dynamic version in server startup perf testSimon Brandhof2017-04-111-3/+5
| | | | | | The Java plugin was defined with version LATEST_RELEASE, so version may change over time and break the performance test. It is replaced by Xoo plugin.
* Increase expected duration of scanner perf testJulien HENRY2017-03-311-1/+1
|
* SONAR-8435 add info message saying WebServer is operational to web.logSébastien Lesaint2017-02-241-1/+1
| | | | and modify message in Compute Engine to be "is operational" instead of "is up" for consistency
* Prepare for next development iterationSimon Brandhof2017-02-141-1/+1
|
* SONAR-8637 Update POM parent versionTeryk Bellahsene2017-02-1016-32/+32
|
* Increase expected perf timingJulien Lancelot2017-02-101-1/+1
|
* Adjust test timing after change on indexingDuarte Meneses2017-02-081-1/+1
|
* SONAR-8622 Lazily generate metadata for input filesDuarte Meneses2017-01-271-0/+1
|
* SONAR-8684 Cleanup code related to railsJulien Lancelot2017-01-261-1/+1
| | | | Signed-off-by: Julien Lancelot <julien.lancelot@sonarsource.com>
* SONAR-8684 Decrease expected startup timeJulien Lancelot2017-01-241-1/+1
| | | | The removal of rails has increased the server startup!
* Don't wait for CE queue to completeJulien HENRY2017-01-181-1/+1
| | | | since this test is about preview mode (so no publish).
* SONAR-8574 Replace usage of api/resources/index by api/measures/component in ITsJulien Lancelot2017-01-182-8/+31
|
* Use local SonarQube ZIP in performance and upgrade testsSimon Brandhof2016-12-111-0/+1
|
* Prepare for next development iterationDavid Rautureau2016-11-211-1/+1
|
* SONAR-8333 fixing ITsSébastien Lesaint2016-11-162-10/+14
|
* SONAR-8333 use orchestrator 3.13-build783 to fix SQ ITs based on logsSébastien Lesaint2016-11-162-4/+4
|
* Prepare for next development iterationDavid Rautureau2016-09-191-1/+1
|
* Update assertion of IssuesModeTest to avoid false positiveJulien HENRY2016-08-311-4/+3
|
* SONAR-7844 fix ComputationTest using dropped ce_activity.logSébastien Lesaint2016-08-291-1/+1
|
* SONAR-7960 fix ClusterTest, ServerLogsTest and WS logs exampleSébastien Lesaint2016-08-161-2/+2
|
* SONAR-7834 fix perf test as task duration is now in ce_activity.logSébastien Lesaint2016-08-165-35/+67
|
* prepare for next development iterationDavid Rautureau2016-07-201-1/+1
|
* SONAR-7759 Decrease expected timing of perf testJulien Lancelot2016-06-291-1/+1
| | | | As WS are no more using Rails, some of them are faster
* Automatic merge from branch-5.6Jenkins CI2016-05-271-3/+3
|\ | | | | | | | | * origin/branch-5.6: Fix compilation of perf test
| * Fix compilation of perf testSimon Brandhof2016-05-271-3/+3
| | | | | | | | due to upgrade to orch 2.11
* | Automatic merge from branch-5.6Jenkins CI2016-05-278-9/+9
|\| | | | | | | | | | | | | | | | | * origin/branch-5.6: SONAR-7652 fix connection to SQL Azure Upgrade version of java 8 on Travis SONAR-7653 remove useless code SONAR-7653 remove Java option XX:MaxPermSize SONAR-7587 end of support of Java 7
| * SONAR-7653 remove Java option XX:MaxPermSizeSimon Brandhof2016-05-268-9/+9
| | | | | | | | this option is dropped from java 8
* | Automatic merge from branch-5.6Jenkins CI2016-05-241-1/+1
|\| | | | | | | | | | | * origin/branch-5.6: Fix version of Oracle driver for QA Fix timeout of server startup perf test
| * Fix timeout of server startup perf testSimon Brandhof2016-05-241-2/+2
| | | | | | | | Faster thanks to the move to Java 8
| * Adjust perf timingsDuarte Meneses2016-05-231-2/+2
| |
| * Fix perf testDuarte Meneses2016-05-231-1/+1
| |
| * prepare for next development iteration on release branchTom2016-05-201-1/+1
| |
| * Release 5.6-RC1Tom2016-05-201-1/+1
| |
* | Fix timeout of server startup perf testSimon Brandhof2016-05-241-1/+1
| | | | | | | | Faster thanks to the move to Java 8
* | Adjust perf timingsDuarte Meneses2016-05-231-2/+2
| |
* | Fix perf testDuarte Meneses2016-05-231-1/+1
| |
* | prepare for next development iterationTom2016-05-201-1/+1
|/