summaryrefslogtreecommitdiff
path: root/taskflow/tests/unit/action_engine
Commit message (Expand)AuthorAgeFilesLines
* Remove sixTakashi Kajinami2022-05-181-8/+7
* Switch from unittest2 compat methods to Python 3.x methodsmelissaml2020-07-051-32/+32
* Update TaskFlow for networkx 2.xMichael Johnson2019-10-182-23/+23
* Fix code to support networkx > 1.0Michal Arbet2018-07-111-2/+2
* Replace assertRaisesRegexp with assertRaisesRegexVu Cong Tuan2017-06-031-8/+8
* Using assertIsNone() instead of assertIs(None, ..)qinchunhua2016-10-101-2/+2
* Instead of a multiprocessing queue use sockets via asyncoreJoshua Harlow2016-05-242-2/+102
* Add some basic/initial engine statisticsJoshua Harlow2016-02-011-1/+1
* Allow for alterations in decider 'area of influence'Joshua Harlow2016-01-091-232/+297
* Move validation of compiled unit out of compiler1.25.0Joshua Harlow2015-11-201-2/+5
* Allow provided flow to be emptyJoshua Harlow2015-11-201-1/+1
* Fix order of assertEqual for unit.action_enginelin-hua-cheng2015-10-172-5/+6
* Simplify flow action engine compilation1.22.0Joshua Harlow2015-10-012-160/+197
* Remove extra runner layer and just use use machine in engineJoshua Harlow2015-07-281-99/+98
* Create and use a serial retry executorJoshua Harlow2015-07-211-1/+3
* Merge "Replace internal fsm + table with automaton library"Jenkins2015-07-151-12/+11
|\
| * Replace internal fsm + table with automaton libraryJoshua Harlow2015-07-141-12/+11
* | Merge "Retain atom 'revert' result (or failure)"Jenkins2015-07-151-1/+2
|\ \ | |/ |/|
| * Retain atom 'revert' result (or failure)Joshua Harlow2015-07-101-1/+2
* | Integrate futurist (and **remove** taskflow originating code)Joshua Harlow2015-07-091-5/+5
|/
* Merge "Refactor machine builder + runner into single unit"Jenkins2015-06-201-10/+10
|\
| * Refactor machine builder + runner into single unitJoshua Harlow2015-06-031-10/+10
* | Split-off the additional retry states from the task statesJoshua Harlow2015-06-181-2/+4
|/
* Use compilation helper objectsJoshua Harlow2015-03-031-1/+1
* Tweak functor used to find flatteners/storage routinesJoshua Harlow2015-03-021-3/+1
* Default to using a thread-safe storage unitJoshua Harlow2015-02-051-1/+1
* Add back a 'eventlet_utils' helper utility moduleJoshua Harlow2015-01-161-2/+2
* Allow specifying the engine 'executor' as a stringJoshua Harlow2015-01-011-0/+80
* Move the engine scoping test to its engines test folderJoshua Harlow2014-12-201-0/+297
* Properly handle and skip empty intermediary flowsJoshua Harlow2014-12-101-0/+101
* Remove direct usage of the deprecated notifier locationJoshua Harlow2014-10-191-2/+2
* Merge "Expose only `ensure_atom` from storage"Jenkins2014-10-181-1/+1
|\
| * Expose only `ensure_atom` from storageJoshua Harlow2014-09-271-1/+1
* | Revamp the symbol lookup mechanismJoshua Harlow2014-09-082-30/+34
|/
* Translate the engine runner into a well defined state-machineJoshua Harlow2014-09-071-10/+148
* Move parts of action engine tests to a subdirectoryJoshua Harlow2014-09-043-0/+588