summaryrefslogtreecommitdiff
path: root/taskflow/tests/unit/worker_based/test_server.py
Commit message (Expand)AuthorAgeFilesLines
* Remove sixTakashi Kajinami2022-05-181-3/+1
* Use LOG.warning instead of deprecated LOG.warnTakashi Kajinami2021-11-291-1/+1
* Some WBE protocol/executor cleanupsJoshua Harlow2016-02-141-2/+2
* Fix order of assertEqual for unit.worker_basedlin-hua-cheng2015-10-171-13/+13
* Add + use failure json schema validationJoshua Harlow2015-03-111-4/+4
* Abstract out the worker finding from the WBE engine0.7.0Joshua Harlow2015-01-311-2/+2
* Add and use a nicer kombu message formatterJoshua Harlow2015-01-291-12/+10
* Use explicit WBE object arguments (instead of kwargs)Joshua Harlow2015-01-221-2/+6
* Use the notifier type in the task class/module directlyJoshua Harlow2014-12-131-27/+26
* Remove direct usage of the deprecated failure locationJoshua Harlow2014-10-211-13/+13
* Merge "Increase robustness of WBE message and request processing"Jenkins2014-10-181-4/+11
|\
| * Increase robustness of WBE message and request processingJoshua Harlow2014-09-271-4/+11
* | Merge "Adjust the WBE log levels"Jenkins2014-09-291-2/+2
|\ \ | |/
| * Adjust the WBE log levelsJoshua Harlow2014-09-271-2/+2
* | Use the features that the oslotest mock base class providesJoshua Harlow2014-09-271-3/+3
* | Use oslotest to provide our base test case classJoshua Harlow2014-09-271-1/+1
|/
* Use a common message dispatcherJoshua Harlow2014-07-251-66/+4
* Enabled hacking checks H305 and H307Christian Berendt2014-07-171-3/+1
* Revert "Move taskflow.utils.misc.Failure to its own module"Jeremy Stanley2014-03-311-13/+13
* Move taskflow.utils.misc.Failure to its own moduleIvan A. Melnikov2014-03-311-13/+13
* Persistence cleanup part oneJoshua Harlow2014-03-261-19/+28
* Merge "Avoid shutting down of a passed executor"Jenkins2014-03-241-2/+1
|\
| * Avoid shutting down of a passed executorJoshua Harlow2014-03-201-2/+1
* | Introduce message types for WBE protocolStanislav Kudriashev2014-03-141-78/+90
* | Rename remote task to requestStanislav Kudriashev2014-03-121-11/+11
* | Rework proxy publish functionalityStanislav Kudriashev2014-03-121-22/+26
* | Use message.requeue instead of message.rejectStanislav Kudriashev2014-03-111-5/+5
* | A few worker-engine cleanupsJoshua Harlow2014-03-061-8/+6
* | Rename uuid to topicJoshua Harlow2014-02-251-4/+4
|/
* Remove extraneous vim configuration commentsStanislav Kudriashev2014-02-211-2/+0
* Message-oriented worker-based flow with kombuStanislav Kudriashev2014-02-191-0/+379