summaryrefslogtreecommitdiff
path: root/taskflow/tests/utils.py
Commit message (Expand)AuthorAgeFilesLines
* Merge "Change StrictRedis usage to Redis"Zuul2023-02-171-1/+1
|\
| * Change StrictRedis usage to RedisTobias Urdin2022-09-291-1/+1
* | Remove sixTakashi Kajinami2022-05-181-10/+5
|/
* Fix process based executor task proxying-back eventsJoshua Harlow2017-07-111-0/+10
* Some classes not define __ne__() built-in functionJi-Wei2016-08-311-0/+3
* Instead of a multiprocessing queue use sockets via asyncoreJoshua Harlow2016-05-241-8/+7
* Make conductor.stop stop the running engine gracefullyGreg Hill2016-05-031-0/+6
* Allow for revert to have a different argument list from executeGreg Hill2016-02-261-0/+8
* Avoid adding 1 to a failure (if it gets triggered)Joshua Harlow2015-07-271-1/+5
* Retain atom 'revert' result (or failure)Joshua Harlow2015-07-101-0/+9
* Build-out + test a redis backed jobboardJoshua Harlow2015-06-291-0/+14
* Remove 2.6 classifier + 2.6 compatibility codeJoshua Harlow2015-06-211-2/+2
* Add a test that checks for task result visibilityJoshua Harlow2015-05-291-0/+7
* Fix lookup scoping multi-match orderingJoshua Harlow2015-02-241-0/+7
* adding check for str/unicode type in requiresMin Pae2015-02-151-0/+6
* Improve upon/adjust/move around new optional exampleJoshua Harlow2015-02-111-0/+6
* Add a capturing listener (for test or other usage)Joshua Harlow2015-02-031-47/+16
* Remove 'SaveOrderTask' and test state in class variablesJoshua Harlow2015-01-151-28/+54
* Remove direct usage of the deprecated failure locationJoshua Harlow2014-10-211-2/+2
* Use and verify event and latch wait() return using timeoutsJoshua Harlow2014-10-181-9/+9
* Merge "Expose only `ensure_atom` from storage"Jenkins2014-10-181-0/+10
|\
| * Expose only `ensure_atom` from storageJoshua Harlow2014-09-271-0/+10
* | Switch to a custom NotImplementedError derivativeJoshua Harlow2014-10-081-1/+3
|/
* Tweak engine iteration 'close-up shop' runtime pathJoshua Harlow2014-09-041-0/+14
* Cleanup zookeeper integration testingJoshua Harlow2014-05-091-0/+25
* Implement run iterationsJoshua Harlow2014-05-071-1/+1
* Revert "Move taskflow.utils.misc.Failure to its own module"Jeremy Stanley2014-03-311-0/+16
* Move taskflow.utils.misc.Failure to its own moduleIvan A. Melnikov2014-03-311-16/+0
* Add timeout to WaitForOneFromTaskIvan A. Melnikov2014-03-261-1/+7
* Merge "Drop obsolete test_unordered_flow"Jenkins2014-03-241-20/+0
|\
| * Drop obsolete test_unordered_flowIvan A. Melnikov2014-03-211-20/+0
* | tests: Fix WaitForOneFromTask constructor parameter introspectionIvan A. Melnikov2014-03-221-4/+3
|/
* Flow smart revert with retry controllerAnastasia Karpinska2014-03-181-1/+58
* Add retry action to execute retriesAnastasia Karpinska2014-03-141-0/+10
* Merge "Run action-engine tests with worker-based engine"Jenkins2014-02-201-0/+16
|\
| * Run action-engine tests with worker-based engineStanislav Kudriashev2014-02-191-0/+16
* | Merge "Message-oriented worker-based flow with kombu"Jenkins2014-02-201-0/+35
|\ \ | |/
| * Message-oriented worker-based flow with kombuStanislav Kudriashev2014-02-191-0/+35
* | Remove extraneous vim configuration commentsyangxurong2014-02-141-2/+0
|/
* Engine tests refactoringIvan A. Melnikov2014-01-301-10/+6
* Tests: don't pass 'values' to task constructorIvan A. Melnikov2014-01-301-8/+7
* Move six to the right locationJoshua Harlow2014-01-091-1/+2
* Enable H202 warning for flake8Ivan A. Melnikov2014-01-021-1/+1
* Unit tests refactoringAnastasia Karpinska2013-10-171-16/+163
* Removed unused utilitiesIvan A. Melnikov2013-10-141-16/+0
* No module name for builtin type and exception namesIvan A. Melnikov2013-10-101-8/+12
* Task decorator was removed and examples updatedAnastasia Karpinska2013-09-231-5/+3
* Add basic sanity tests for unordered flowJoshua Harlow2013-09-221-0/+22
* Add provides and requires properties to FlowAnastasia Karpinska2013-09-111-1/+1
* Allow provides to be a set and results to be a dictionaryJoshua Harlow2013-09-071-6/+17