summaryrefslogtreecommitdiff
path: root/taskflow/tests/unit/test_engines.py
Commit message (Expand)AuthorAgeFilesLines
* Remove sixTakashi Kajinami2022-05-181-3/+2
* Update URLs in documents according to document migrationChangBo Guo(gcb)2017-07-131-1/+1
* Fix process based executor task proxying-back eventsJoshua Harlow2017-07-111-0/+42
* Replace assertRaisesRegexp with assertRaisesRegexVu Cong Tuan2017-06-031-1/+1
* Instead of a multiprocessing queue use sockets via asyncoreJoshua Harlow2016-05-241-2/+43
* Allow for specifying green threaded to parallel engineJoshua Harlow2016-05-031-2/+1
* Merge "Ensure that the engine finishes up even under sent-in failures"Jenkins2016-04-281-0/+30
|\
| * Ensure that the engine finishes up even under sent-in failuresJoshua Harlow2016-01-201-0/+30
* | Merge "Use 'addCleanup' instead of 'tearDown' in engine(s) test"Jenkins2016-02-031-5/+6
|\ \ | |/ |/|
| * Use 'addCleanup' instead of 'tearDown' in engine(s) testJoshua Harlow2015-07-171-5/+6
* | Allow for alterations in decider 'area of influence'Joshua Harlow2016-01-091-13/+113
* | Allow provided flow to be emptyJoshua Harlow2015-11-201-8/+15
* | Merge "Add atom priority ability"Jenkins2015-11-201-0/+26
|\ \
| * | Add atom priority abilityJoshua Harlow2015-10-191-0/+26
* | | Correctly apply deciders across flow boundariesJoshua Harlow2015-11-131-0/+81
* | | Fix order of assertEqual for unit.test_*lin-hua-cheng2015-10-171-28/+28
|/ /
* | Add ability to reset an engine via a `reset` methodJoshua Harlow2015-07-181-0/+186
|/
* Merge "Retain atom 'revert' result (or failure)"Jenkins2015-07-151-16/+40
|\
| * Retain atom 'revert' result (or failure)Joshua Harlow2015-07-101-16/+40
* | Merge "Integrate futurist (and **remove** taskflow originating code)"Jenkins2015-07-111-3/+3
|\ \ | |/ |/|
| * Integrate futurist (and **remove** taskflow originating code)Joshua Harlow2015-07-091-3/+3
* | Merge "Rename logbook module -> models module"Jenkins2015-07-111-2/+2
|\ \ | |/ |/|
| * Rename logbook module -> models moduleJoshua Harlow2015-07-081-2/+2
* | Add support for conditional executionJoshua Harlow2015-07-011-0/+127
|/
* Add a test that checks for task result visibilityJoshua Harlow2015-05-291-0/+54
* Allow same deps for requires and provides in taskRick van de Loo2015-05-251-0/+52
* Retain chain of missing dependenciesJoshua Harlow2015-04-241-0/+25
* Fix lookup scoping multi-match orderingJoshua Harlow2015-02-241-0/+34
* Improve upon/adjust/move around new optional exampleJoshua Harlow2015-02-111-8/+68
* Add back a 'eventlet_utils' helper utility moduleJoshua Harlow2015-01-161-2/+2
* Remove 'SaveOrderTask' and test state in class variablesJoshua Harlow2015-01-151-215/+260
* Get the basics of a process executor workingJoshua Harlow2014-12-191-0/+40
* When creating daemon threads use the bundled threading_utilsJoshua Harlow2014-11-191-1/+1
* Merge "Remove direct usage of the deprecated failure location"Jenkins2014-11-191-2/+2
|\
| * Remove direct usage of the deprecated failure locationJoshua Harlow2014-10-211-2/+2
* | Merge "Reduce the worker-engine joint testing time"Jenkins2014-11-161-22/+31
|\ \ | |/ |/|
| * Reduce the worker-engine joint testing timeJoshua Harlow2014-10-301-22/+31
* | Add a futures type that can unify our future functionalityJoshua Harlow2014-10-181-4/+4
|/
* Deprecate `engine_conf` and prefer `engine` insteadJoshua Harlow2014-10-181-18/+11
* Update engine class names to better reflect there usageJoshua Harlow2014-10-081-3/+3
* Move parts of action engine tests to a subdirectoryJoshua Harlow2014-09-041-0/+662