aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/backgroundjob
Commit message (Expand)AuthorAgeFilesLines
* Move tests/ to PSR-4 (#24731)Joas Schilling2016-05-206-595/+0
* Change the sort order of background jobs to be DESC instead of ASCJoas Schilling2016-04-221-4/+13
* 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 comp...Joas Schilling2015-11-191-12/+24
* 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