summaryrefslogtreecommitdiff
path: root/taskflow/tests/unit/worker_based/test_protocol.py
Commit message (Expand)AuthorAgeFilesLines
* Fix invalid json unit testBen Nemec2018-02-081-1/+5
* Use a automaton machine for WBE request state machineJoshua Harlow2016-02-211-2/+2
* Some WBE protocol/executor cleanupsJoshua Harlow2016-02-141-21/+24
* 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-171-10/+10
* Integrate futurist (and **remove** taskflow originating code)Joshua Harlow2015-07-091-2/+2
* Move to using the oslo.utils stop watchJoshua Harlow2015-03-201-9/+13
* Use monotonic time when/if availableJoshua Harlow2015-01-271-6/+6
* Tidy up the WBE cache (now WBE types) moduleJoshua Harlow2015-01-221-1/+1
* Switch to using 'oslo_utils' vs 'oslo.utils'Joshua Harlow2015-01-141-2/+2
* Move over to using oslo.utils [reflection, uuidutils]Joshua Harlow2014-12-181-1/+1
* Use the notifier type in the task class/module directlyJoshua Harlow2014-12-131-18/+7
* Stop returning atoms from execute/revert methodsJoshua Harlow2014-12-061-1/+2
* Remove direct usage of the deprecated failure locationJoshua Harlow2014-10-211-7/+8
* Use timeutils functions instead of misc.wallclockJoshua Harlow2014-09-271-11/+13
* Use oslotest to provide our base test case classJoshua Harlow2014-09-271-1/+1
* Use explicit WBE request state transitionsJoshua Harlow2014-09-041-13/+17
* Add basic WBE validation sanity testsJoshua Harlow2014-07-251-0/+63
* Enabled hacking checks H305 and H307Christian Berendt2014-07-171-2/+1
* Revert "Move taskflow.utils.misc.Failure to its own module"Jeremy Stanley2014-03-311-7/+7
* Move taskflow.utils.misc.Failure to its own moduleIvan A. Melnikov2014-03-311-7/+7
* Persistence cleanup part oneJoshua Harlow2014-03-261-4/+2
* Improve logging for proxy publishStanislav Kudriashev2014-03-201-1/+2
* Introduce message types for WBE protocolStanislav Kudriashev2014-03-141-2/+6
* Rename remote task to requestStanislav Kudriashev2014-03-121-0/+126