summaryrefslogtreecommitdiff
path: root/taskflow/tests/unit/worker_based
Commit message (Expand)AuthorAgeFilesLines
...
* Use the notifier type in the task class/module directlyJoshua Harlow2014-12-135-58/+54
* Stop returning atoms from execute/revert methodsJoshua Harlow2014-12-062-7/+13
* Be explicit about publish keyword argumentsJoshua Harlow2014-12-042-12/+11
* Merge "Allow the worker banner to be written to an arbitrary location"Jenkins2014-12-031-0/+10
|\
| * Allow the worker banner to be written to an arbitrary locationJoshua Harlow2014-10-081-0/+10
* | When creating daemon threads use the bundled threading_utilsJoshua Harlow2014-11-193-15/+7
* | Remove direct usage of the deprecated failure locationJoshua Harlow2014-10-214-26/+27
* | Use and verify event and latch wait() return using timeoutsJoshua Harlow2014-10-182-16/+15
* | Merge "Expose only `ensure_atom` from storage"Jenkins2014-10-181-1/+1
|\ \
| * | Expose only `ensure_atom` from storageJoshua Harlow2014-09-271-1/+1
* | | Merge "Use timeutils functions instead of misc.wallclock"Jenkins2014-10-181-11/+13
|\ \ \
| * | | Use timeutils functions instead of misc.wallclockJoshua Harlow2014-09-271-11/+13
| |/ /
* | | Merge "Increase robustness of WBE message and request processing"Jenkins2014-10-181-4/+11
|\ \ \ | |_|/ |/| |
| * | Increase robustness of WBE message and request processingJoshua Harlow2014-09-271-4/+11
* | | Make it so that the import works for older versions of kombuJoshua Harlow2014-10-011-1/+4
* | | Merge "Adjust the WBE log levels"Jenkins2014-09-291-2/+2
|\ \ \ | |/ / | | / | |/ |/|
| * Adjust the WBE log levelsJoshua Harlow2014-09-271-2/+2
* | Use the features that the oslotest mock base class providesJoshua Harlow2014-09-278-23/+23
* | Use oslotest to provide our base test case classJoshua Harlow2014-09-278-11/+8
|/
* Merge "Switch to using oslo.utils and oslo.serialization"Jenkins2014-09-261-1/+1
|\
| * Switch to using oslo.utils and oslo.serializationJoshua Harlow2014-09-201-1/+1
* | Merge "Allow WBE request transition timeout to be dynamic"Jenkins2014-09-231-3/+5
|\ \ | |/ |/|
| * Allow WBE request transition timeout to be dynamicJoshua Harlow2014-08-121-3/+5
* | Update transitioning function name to be more understandableJoshua Harlow2014-09-051-11/+11
* | Use explicit WBE request state transitionsJoshua Harlow2014-09-042-26/+48
* | Merge "Add basic WBE validation sanity tests"Jenkins2014-08-281-0/+63
|\ \ | |/ |/|
| * Add basic WBE validation sanity testsJoshua Harlow2014-07-251-0/+63
* | Improve WBE testing coverageJoshua Harlow2014-07-252-8/+174
|/
* Use a common message dispatcherJoshua Harlow2014-07-255-110/+175
* Enabled hacking checks H305 and H307Christian Berendt2014-07-174-7/+5
* Make the expiring cache a top level cache typeJoshua Harlow2014-06-291-20/+23
* Revert "Move taskflow.utils.misc.Failure to its own module"Jeremy Stanley2014-03-313-24/+24
* Move taskflow.utils.misc.Failure to its own moduleIvan A. Melnikov2014-03-313-24/+24
* Persistence cleanup part oneJoshua Harlow2014-03-263-25/+31
* Merge "Avoid shutting down of a passed executor"Jenkins2014-03-242-3/+3
|\
| * Avoid shutting down of a passed executorJoshua Harlow2014-03-202-3/+3
* | Merge "Removed copyright from empty files"Jenkins2014-03-231-15/+0
|\ \
| * | Removed copyright from empty filesyangxurong2014-02-221-15/+0
| |/
* | Improve logging for proxy publishStanislav Kudriashev2014-03-201-1/+2
* | Fix executor requests publishing bugStanislav Kudriashev2014-03-181-4/+5
* | Flow smart revert with retry controllerAnastasia Karpinska2014-03-181-1/+1
* | [WBE] Collect information from workersStanislav Kudriashev2014-03-182-14/+23
* | Introduce message types for WBE protocolStanislav Kudriashev2014-03-145-179/+208
* | Rename remote task to requestStanislav Kudriashev2014-03-124-196/+188
* | Rework proxy publish functionalityStanislav Kudriashev2014-03-123-31/+36
* | Use message.requeue instead of message.rejectStanislav Kudriashev2014-03-111-5/+5
* | Introduce remote tasks cache for worker-executorStanislav Kudriashev2014-03-071-24/+24
* | Worker-based engine clean-upsStanislav Kudriashev2014-03-071-74/+3
* | A few worker-engine cleanupsJoshua Harlow2014-03-062-11/+9
* | Merge "Rename uuid to topic"Jenkins2014-03-062-10/+10
|\ \