summaryrefslogtreecommitdiffstats
path: root/tests/lib/backgroundjob
Commit message (Collapse)AuthorAgeFilesLines
* Move tests/ to PSR-4 (#24731)Joas Schilling2016-05-206-595/+0
| | | | | | | | | | | | | | | | | | | | * Move a-b to PSR-4 * Move c-d to PSR-4 * Move e+g to PSR-4 * Move h-l to PSR-4 * Move m-r to PSR-4 * Move s-u to PSR-4 * Move files/ to PSR-4 * Move remaining tests to PSR-4 * Remove Test\ from old autoloader
* Change the sort order of background jobs to be DESC instead of ASCJoas Schilling2016-04-221-4/+13
| | | | | | | | | | In theory, if your instance ever creates more jobs then your system cron can handle, the default background jobs get never executed anymore. Because everytime when the joblist returns the next job it looks for the next ID, however there is always a new next ID, so it will never wrap back to execute the low IDs. But when we change the sort order to be DESC, we make sure that these low IDs are always executed, before the system jumps back up to execute the new IDs.
* Add message key to context of logExceptionThomas Müller2016-01-151-3/+0
|
* use logException() to properly log the exceptionMorris Jobke2016-01-141-3/+7
|
* Improved error message for failing background jobMorris Jobke2016-01-141-1/+1
|
* Fix the test to expect the new behaviourJoas Schilling2015-12-181-2/+9
|
* Use the query builder for the joblist queriesJoas Schilling2015-12-181-9/+4
|
* Apply DB group annotation ...Thomas Müller2015-11-301-1/+9
|
* Make the JobList test more robust by sorting the result of getAll before ↵Joas Schilling2015-11-191-12/+24
| | | | comparison
* handle non existing job classes in $jobList->getNextRobin Appelman2015-08-191-0/+26
|
* Add async command system to handle asynchronous operationsRobin Appelman2015-02-251-1/+6
|
* Make remaining files extend the test baseJoas Schilling2014-11-194-8/+15
|
* Add unit tests for JobListRobin Appelman2014-02-123-25/+237
|
* Add the background job list to the public server containerRobin Appelman2014-02-111-0/+2
|
* add test case for removing background jobs that are throwing exceptionsRobin Appelman2013-12-052-3/+59
|
* Dont use exceptions for the backgroundjob test casesRobin Appelman2013-12-042-35/+46
|
* TimedJob: make PhpUnit happy with assertsThomas Mueller2013-06-281-0/+3
|
* Add support for the old public backgroundjob apiRobin Appelman2013-04-241-0/+13
|
* Adjust backgroundjob test casesRobin Appelman2013-04-203-8/+12
|
* Rework background job systemRobin Appelman2013-04-203-0/+224