summaryrefslogtreecommitdiff
path: root/taskflow/tests/unit/worker_based
Commit message (Expand)AuthorAgeFilesLines
* Remove sixTakashi Kajinami2022-05-182-5/+3
* Use LOG.warning instead of deprecated LOG.warnTakashi Kajinami2021-11-291-1/+1
* Use unittest.mock instead of mockHervé Beraud2021-04-271-1/+1
* Fix invalid json unit testBen Nemec2018-02-081-1/+5
* Replace assertEqual(None, *) with assertIsNone in testsweiweigu2016-07-121-1/+1
* Make tests less dependent on transient stateGreg Hill2016-06-021-3/+2
* Instead of a multiprocessing queue use sockets via asyncoreJoshua Harlow2016-05-241-1/+1
* Make conductor.stop stop the running engine gracefullyGreg Hill2016-05-031-1/+1
* Merge "Use a automaton machine for WBE request state machine"Jenkins2016-04-281-2/+2
|\
| * Use a automaton machine for WBE request state machineJoshua Harlow2016-02-211-2/+2
* | Allow for revert to have a different argument list from executeGreg Hill2016-02-261-1/+1
|/
* Add WBE worker expiryJoshua Harlow2016-02-142-5/+20
* Some WBE protocol/executor cleanupsJoshua Harlow2016-02-144-32/+38
* Remove need for separate notify threadJoshua Harlow2016-02-141-3/+2
* Fix for WBE sporadic timeout of tasksJoshua Harlow2016-02-052-88/+19
* Handle cases where exc_args can't be serialized as JSON in the WBEGreg Hill2016-01-281-0/+8
* Fix order of assertEqual for unit.worker_basedlin-hua-cheng2015-10-177-60/+60
* Bump futurist and remove waiting code in taskflowJoshua Harlow2015-07-251-3/+3
* Create and use a serial retry executorJoshua Harlow2015-07-212-26/+3
* Merge "Remove direct usage of timeutils overrides and use fixture"Jenkins2015-07-151-3/+4
|\
| * Remove direct usage of timeutils overrides and use fixtureJoshua Harlow2015-07-131-3/+4
* | Merge "Retain atom 'revert' result (or failure)"Jenkins2015-07-151-1/+1
|\ \ | |/ |/|
| * Retain atom 'revert' result (or failure)Joshua Harlow2015-07-101-1/+1
* | Integrate futurist (and **remove** taskflow originating code)Joshua Harlow2015-07-094-8/+8
|/
* Remove 2.6 classifier + 2.6 compatibility codeJoshua Harlow2015-06-212-4/+6
* Add a test that checks for task result visibilityJoshua Harlow2015-05-291-1/+1
* Merge "Just let the future executors handle the max workers"Jenkins2015-05-121-10/+4
|\
| * Just let the future executors handle the max workersJoshua Harlow2015-03-181-10/+4
* | Move to using the oslo.utils stop watchJoshua Harlow2015-03-202-14/+17
|/
* Add + use failure json schema validationJoshua Harlow2015-03-111-4/+4
* Fix lookup scoping multi-match orderingJoshua Harlow2015-02-241-1/+1
* Merge "Make the dispatcher handler be an actual type"Jenkins2015-02-202-8/+9
|\
| * Make the dispatcher handler be an actual typeJoshua Harlow2015-02-152-8/+9
* | adding check for str/unicode type in requiresMin Pae2015-02-151-1/+1
|/
* Improve upon/adjust/move around new optional exampleJoshua Harlow2015-02-111-1/+1
* Abstract out the worker finding from the WBE engine0.7.0Joshua Harlow2015-01-314-64/+43
* Add and use a nicer kombu message formatterJoshua Harlow2015-01-291-12/+10
* Use monotonic time when/if availableJoshua Harlow2015-01-272-15/+11
* Add a thread bundle helper utility + testsJoshua Harlow2015-01-241-3/+0
* Merge "Use explicit WBE worker object arguments (instead of kwargs)"Jenkins2015-01-241-6/+13
|\
| * Use explicit WBE worker object arguments (instead of kwargs)Joshua Harlow2015-01-231-6/+13
* | Tidy up the WBE cache (now WBE types) moduleJoshua Harlow2015-01-222-1/+140
|/
* Use explicit WBE object arguments (instead of kwargs)Joshua Harlow2015-01-224-12/+19
* Increase robustness of WBE producer/consumersJoshua Harlow2015-01-202-26/+51
* Merge "Switch to using 'oslo_utils' vs 'oslo.utils'"Jenkins2015-01-166-7/+7
|\
| * Switch to using 'oslo_utils' vs 'oslo.utils'Joshua Harlow2015-01-146-7/+7
* | Remove 'SaveOrderTask' and test state in class variablesJoshua Harlow2015-01-151-1/+1
|/
* Allow specifying the engine 'executor' as a stringJoshua Harlow2015-01-011-25/+41
* Move over to using oslo.utils [reflection, uuidutils]Joshua Harlow2014-12-185-5/+7
* Base task executor should provide 'wait_for_any'Joshua Harlow2014-12-151-3/+3