aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-process-monitor/src/test/java
Commit message (Expand)AuthorAgeFilesLines
* SONAR-7436 Monitoring of CE process in system WS and consoleSimon Brandhof2016-03-253-37/+39
* SONAR-7435 SQ processes should have constant process idsSébastien Lesaint2016-03-213-21/+9
* SONAR-7435 rename state when process is done starting from ready to upSébastien Lesaint2016-03-211-14/+14
* SONAR-7168 fileSystem must be reset during a restartSébastien Lesaint2016-01-182-51/+76
* Fix project title in copyright headersSimon Brandhof2016-01-136-6/+6
* SONAR-7168 fix stop during restart not workingSébastien Lesaint2016-01-133-43/+64
* SONAR-7168 rework threads and restart implementationSébastien Lesaint2016-01-131-113/+0
* SONAR-7168 add support for restart requested by child processesSébastien Lesaint2016-01-133-37/+347
* Upgrade to parent 26 and new copyright headersSimon Brandhof2016-01-056-24/+24
* fix incomplete assertionsSébastien Lesaint2015-08-181-1/+1
* Quality flawsSimon Brandhof2015-06-291-4/+8
* Increase some timeouts in testsSimon Brandhof2015-06-161-1/+3
* Extract an interface from org.sonar.process.ProcessCommandsSimon Brandhof2015-05-291-8/+8
* Redundant throws clause in testsDavid Gageot2015-05-074-7/+7
* Fix quality flawsSimon Brandhof2015-02-231-5/+0
* SONAR-6036 : Remove KnownJavaCommand and clean the memory at the startup of t...Eric Hartmann2015-02-211-1/+1
* SONAR-6036 use IPC (Inter Process Communication) for monitoringEric Hartmann2015-02-201-0/+13
* Replace fest-assert by assertJSimon Brandhof2015-01-104-6/+6
* Upgrade to JUnit 4.12Simon Brandhof2014-12-091-1/+1
* Increase stability of MonitorTest on slow boxesSimon Brandhof2014-11-061-1/+1
* Increase timeout of MonitorTest for (very) slow boxesSimon Brandhof2014-10-281-1/+1
* SONAR-5709 Add properties sonar.search.javaAdditionalOpts and sonar.web.javaA...Simon Brandhof2014-10-081-1/+6
* SONAR-4898 file-based inter-process communicationSimon Brandhof2014-09-221-1/+1
* SONAR-4898 drop RMI and autokillSimon Brandhof2014-09-219-304/+14
* Try to increase stability of MonitorTestSimon Brandhof2014-09-161-1/+1
* SONAR-4898 improve (again) stability of WatcherThreadTestSimon Brandhof2014-09-121-12/+5
* SONAR-4898 improve (again) stability of WatcherThreadTestSimon Brandhof2014-09-121-14/+2
* SONAR-4898 improve stability of WatcherThreadTest on slow machinesSimon Brandhof2014-09-121-2/+8
* SONAR-4898 fix quality flawsSimon Brandhof2014-09-124-5/+74
* SONAR-4898 add timeout to RMI calls on isReady()Simon Brandhof2014-09-126-68/+63
* SONAR-4898 add timeout to RMI calls on isReady()Simon Brandhof2014-09-122-3/+6
* SONAR-4898 refactor process monitoringSimon Brandhof2014-09-129-0/+818