summaryrefslogtreecommitdiff
path: root/taskflow/tests/unit/worker_based/test_executor.py
Commit message (Expand)AuthorAgeFilesLines
* Some WBE protocol/executor cleanupsJoshua Harlow2016-02-141-7/+10
* Remove need for separate notify threadJoshua Harlow2016-02-141-3/+2
* Fix for WBE sporadic timeout of tasksJoshua Harlow2016-02-051-37/+19
* Fix order of assertEqual for unit.worker_basedlin-hua-cheng2015-10-171-14/+14
* Create and use a serial retry executorJoshua Harlow2015-07-211-24/+0
* Remove direct usage of timeutils overrides and use fixtureJoshua Harlow2015-07-131-3/+4
* Integrate futurist (and **remove** taskflow originating code)Joshua Harlow2015-07-091-3/+3
* Remove 2.6 classifier + 2.6 compatibility codeJoshua Harlow2015-06-211-2/+2
* Abstract out the worker finding from the WBE engine0.7.0Joshua Harlow2015-01-311-12/+7
* Add a thread bundle helper utility + testsJoshua Harlow2015-01-241-3/+0
* Use explicit WBE object arguments (instead of kwargs)Joshua Harlow2015-01-221-4/+6
* Switch to using 'oslo_utils' vs 'oslo.utils'Joshua Harlow2015-01-141-1/+1
* Base task executor should provide 'wait_for_any'Joshua Harlow2014-12-151-3/+3
* Use the notifier type in the task class/module directlyJoshua Harlow2014-12-131-7/+13
* Be explicit about publish keyword argumentsJoshua Harlow2014-12-041-6/+6
* Remove direct usage of the deprecated failure locationJoshua Harlow2014-10-211-4/+4
* Use and verify event and latch wait() return using timeoutsJoshua Harlow2014-10-181-9/+9
* Use the features that the oslotest mock base class providesJoshua Harlow2014-09-271-4/+4
* Use oslotest to provide our base test case classJoshua Harlow2014-09-271-1/+1
* Switch to using oslo.utils and oslo.serializationJoshua Harlow2014-09-201-1/+1
* Update transitioning function name to be more understandableJoshua Harlow2014-09-051-11/+11
* Use explicit WBE request state transitionsJoshua Harlow2014-09-041-13/+31
* Use a common message dispatcherJoshua Harlow2014-07-251-40/+11
* Enabled hacking checks H305 and H307Christian Berendt2014-07-171-1/+1
* Make the expiring cache a top level cache typeJoshua Harlow2014-06-291-20/+23
* Revert "Move taskflow.utils.misc.Failure to its own module"Jeremy Stanley2014-03-311-4/+4
* Move taskflow.utils.misc.Failure to its own moduleIvan A. Melnikov2014-03-311-4/+4
* Persistence cleanup part oneJoshua Harlow2014-03-261-2/+1
* Fix executor requests publishing bugStanislav Kudriashev2014-03-181-4/+5
* [WBE] Collect information from workersStanislav Kudriashev2014-03-181-10/+19
* Introduce message types for WBE protocolStanislav Kudriashev2014-03-141-95/+92
* Rename remote task to requestStanislav Kudriashev2014-03-121-52/+51
* Rework proxy publish functionalityStanislav Kudriashev2014-03-121-6/+9
* Introduce remote tasks cache for worker-executorStanislav Kudriashev2014-03-071-24/+24
* A few worker-engine cleanupsJoshua Harlow2014-03-061-3/+3
* Use the stop watch utility instead of custom timingJoshua Harlow2014-02-251-2/+2
* Remove extraneous vim configuration commentsStanislav Kudriashev2014-02-211-2/+0
* Message-oriented worker-based flow with kombuStanislav Kudriashev2014-02-191-0/+386